First steps with Selenium and jUnit - any good tutorials? [closed] First steps with Selenium and jUnit - any good tutorials? [closed] selenium selenium

First steps with Selenium and jUnit - any good tutorials? [closed]


I'm doing some extensive reading/research about this subject so I'll share the good articles/slidshows/books/answers I found:

Finally, you probably want to look at a mocking framework (ie. Mockito, JMock, EasyMock):


I would suggest that you use TestNG instead of JUnit. TestNG offers you more options and possibilites how to run your tests and in which order especially (something Junit can't).Here some useful links.

Hope that helps