Selenium WebDriver Future of Selenium An image is worth 100 words. Wednesday, July 27, 2016 Add Comment Edit
learn Java learn test automation Selenium WebDriver How to read test automation script parameters from a CSV file If your test automation scripts are using parameters, the parameters values can be stored in a CSV file. A CSV parser is needed f… Saturday, August 29, 2015 Add Comment Edit
Selenium WebDriver Why Is The Selenium Test Automation Framework Called Selenium? The cookie article that you are looking for has been moved by us to a better place . Wednesday, July 29, 2015 Add Comment Edit
learn test automation page object model Selenium WebDriver Page Object Methods Should Return Objects Learning the page object model is a very important skill for test automation with Selenium. When learning test automation with S… Monday, July 27, 2015 Add Comment Edit
Selenium WebDriver test automation best practices Test Automation Tips - dont use WebDriver APIs in your test script If your WebDriver test scripts look similar to the following script, you are not doing test automation correctly: @Test public vo… Monday, July 13, 2015 Add Comment Edit
Selenium WebDriver test automation best practices Test Automation Tips - do not automate the regression test cases Test automation projects are development projects. For each test case to be automated, code needs to be written, maintained and d… Wednesday, July 1, 2015 Add Comment Edit
Selenium WebDriver test automation best practices Test Automation tips - use a code source control system As soon as the test automation project has more than a few scripts, the test automation process should start including a source c… Tuesday, June 16, 2015 Add Comment Edit
Selenium WebDriver test automation best practices Test Automation tips - store all locators in one class When starting on test automation, a frequent mistake is that each page object class file has its own locators defined as class me… Friday, June 12, 2015 Add Comment Edit