How to Create testng.xml file and run all tests through a bat file N B 12/09/2014 04:56:00 pm 0 TestNG provides a feature to run all the test from a single configuration xml file. We need to create testng.xml file in Eclipse from M... Read more »
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 »
Useful Shortcuts in Eclipse N B 10/27/2014 12:33:00 pm 0 How to remove unused imports from Eclipse...? We often comes to the situation when we have lots of unused java packages import in our E... Read more »
Data Driven Testing Using Data Provider Annotation of TestNG N B 10/15/2014 04:57:00 pm 0 @DataProvider Is TestNG annotation. @DataProvider Annotation of testng framework provides us a facility of storing and preparing data set ... Read more »
Malware Found on HDFC Bank live Netbanking Site (Security Threat on HDFC Netbanking site) N B 10/02/2014 12:44:00 pm 0 About HDFC HDFC Bank was incorporated in August 1994 and currently has an nationwide network of 3,488 Branches and 11,426 ATM's in ... Read more »
How to switch tabs using Selenium Webdriver N B 9/30/2014 12:55:00 pm 0 Generally it comes the scenario when on clicking an element in Web Application results in opening a a new tab. We can focus on the newl... Read more »
Creating Properties in SOAPUI (Different level of properties in SOAPUI) N B 9/06/2014 01:34:00 pm 0 Properties are one of the most widely and flexible utility provided by soapUI that can make test suites more flexible and modular. Prop... Read more »