I can execute html script and html suite through RC. Now I would like to execute javascript through Selenium RC. I have few question related to this.
- Should I need to set class path for that?
- After writing test script in javascript, what is the format of javascript suite. Please provide example.
- What will be the comment to execute the suite from command prompt? I think the command I used to execute html suite may not work. The command I used java -jar selenium-server.jar -multiwindow -javaSuite "*iexplore" "http://www.google.co.in/" "C:\Tests_suite.html" "C:\results.html"