Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Automation Testing Best Practices

    Posted in procedures on 19 May 2015 by vectordesign
    1. Use a locators file
    2. Name Junit test scripts with a common end name (e.x. EndUserTests.class)
    3. Use common @before and @after Class to run Tests
    4. Take Screenshot on fail

    Leave a Reply