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
Selenium WebDriver test automation best practices Test automation tips - create the correct project folder structure When starting on test automation, a frequent mistake is that all project files are created in the src folder of the Eclipse proj… Thursday, June 11, 2015 Add Comment Edit