Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Grading Selenium Tests

    Posted in Automation Workflow on 20 January 2017 by vectordesign
    • Test One thing ATOMIC TESTING
    • Each Test should be able to run Independently  ( autonomous)
    • Anyone should understand the code
    • Group Similar Tests together
    • Centralized Setups and Tear Downs
    • Use Page Objects

    One thought on "Grading Selenium Tests"