How to run Selenium Tests from command line usingTestNG N B 11/30/2014 02:23:00 am 0 We can run Selenium TestNG Tests from command line directly without eclipse. For this you will need to create testng.xml file mentioning... Read more »
Running Selenium WebDriver in Google Chrome Browser using Chrome Driver N B 11/29/2014 11:18:00 pm 0 Hi Reader, We can run the Selenium WebDriver tests in Google Chrome browser using capabilities to perform automation testing. To Run Sel... Read more »
Running Selenium Webdriver Test in IE browser using IE Driver N B 11/29/2014 10:45:00 pm 0 Hi Reader, We can run the Selenium Webdriver tests in Internet Explorer browser using capabilities to perform automation testing. To R... Read more »
How to Email automated test Execution Reports as an attachment using Java Mail API in Selenium N B 11/03/2014 04:43:00 pm 0 Hi Reader, Sometimes there are situations when management people or your clients ask to send email after every test execution. Here I ... Read more »