Wednesday, July 23, 2008
Selenium IDE
Selenium is a test tool for web applications. Selenium tests run directly in a browser, just like real users do. It runs in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh, Safari on the Mac.I tested it in Firefox on Linux.The quickest way to learn Selenium is via a Firefox plugin called Selenium IDE.
http://selenium.openqa.org/
We can download it from
http://selenium-ide.openqa.org/download.jsp
I used Version 0.8.7
This is a good link for learning about selenium.
http://blog.taragana.com/index.php/archive/5-minute-guide-to-selenium-ide-and-selenium-rc-test-tools/
Our project(Admomentum) uses Selenium Remote Control rather than Selenium IDE. The Selenium Remote Control allows you to develop test cases and test suites in Java (supports JUnit & NGUnit), PHP, Ruby, Python, Perl and even .NET. It is the most flexible setup but requires some development knowledge to set up and use.
Subscribe to:
Post Comments (Atom)
1 comment:
Hi Manoj
great to read your blog. You have an AdMomentum project still running?
Maybe we can share some ideas and informations around this.
regards
Jens
Post a Comment