windows - How to use HTML TestSuite as well as Test Cases on Selenium RC using IE -


i using selenium rc in internet explorer. have written test cases in html. how can write test suite in html including test cases in html? want run html test suite using selenium rc in ie , windows xp / windows 7. how can this?

in selenium ide version 1.8, right click in "test case" section , add html test cases selecting "add test case" option. save test suite in html format selecting "file > save test suite" option. after create 1 .bat file following content execute html test suite.

java -jar selenium-server.jar -port 4444 -htmlsuite "*chrome" "http://www.google.com/" "c:\selenium\testsuite.html" "c:\selenium\testsuiteresult.html" pause

selenium ide > add test case


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -