| Author |
selenium integration with junit
|
Eshwin Sukhdeve
Ranch Hand
Joined: Mar 15, 2012
Posts: 78
|
|
Hi,
can some one tell me when selenium and Junit integration is required.can you
explain with some example.
Thanks
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26489
|
|
|
You can run Selenium in the browser without JUnit at all. Or you can use JUnit style tests. They can even be exported/generated. See this article. If you are generating tests, watch out for duplication. You don't want to have to change 200 files if your URL changes
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: selenium integration with junit
|
|
|