Wednesday, November 19, 2014

On 1:01 AM by Unknown   No comments
Answer 69You can use Selenium RC on any system which is capable I running Java. Hence you can use Selenium RC on MAC and UNIX machines also

Answer 70You can specify *custom followed by path to browser to execute your tests on any browser while starting Selenium server -  *custom

Answer 71Selenium RC itself does not provide any mechanism for test reporting. Test reporting is driven from the framework you use for Selenium.

For example with java client driver of Selenium –
  • If you are using JUnit then you can use ANT plug-in of JUnit to generate test report
  • If you are using TestNG then TestNG generates reports for you 


Same reporting option is available with PHP unit and other client libraries you are using.

0 comments:

Post a Comment