Wednesday, November 19, 2014

On 1:02 AM by Unknown   No comments
Answer 34This is because Selenium IDE does not support execution of test in any other language than Selenese (language of Selenium IDE). You can convert Selenium IDE in a language of your choice and then use Selenium 1.0 to execute these tests in that language.

Answer 35You can execute your Selenese test in another browser by specifying the “-htmlSuite” followed by path of your Selenese suite while starting the Selenium Server.
  
Answer 36You can double click on newly added command and Selenium IDE would execute only that command in browser.


Answer 37You could set a command as “start” command from context menu. When a command is set as start command then a small green symbol appears before command. Same context menu can be used to toggle this option.

0 comments:

Post a Comment