Also have a look at iMacros, it works great for fast and easy web regression and performance testing. The only drawback is that it "only" runs in IE and Firefox. On the other hand it has more features, e. g. can test file and page downloads or read data directly from CSV files.
Answers
Add Answerjust install it. open the webpage you want to test. then open the selenium plug-in.
for example. you open a login.jsp. you can copy the url to the selenium test url.
then you filled the username, password. then you submit.
selenium will auto record this.
you can find the selenium help you setup a testcase. then you can change the testcase or run the testcase. It is very useful.
you can do more than that by collect more testcase.
By an anonymous user on Aug. 24, 2008
Also have a look at iMacros, it works great for fast and easy web regression and performance testing. The only drawback is that it "only" runs in IE and Firefox. On the other hand it has more features, e. g. can test file and page downloads or read data directly from CSV files.
Share your knowledge