This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Testing and the fly likes selenium integration with junit Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "selenium integration with junit" Watch "selenium integration with junit" New topic
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
    
  78

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: selenium integration with junit
 
Similar Threads
Selenium Maven combo - too fast to find components on UI
How to do integration testing.
test case for servlets
Junit4+Eclipse+Selenium RC- Test class should have exactly one public zero-argument constructor
Testing techniques and tools