Search code examples
protractore-commerceangularjs-e2ee2e-testing

Which features of a website should we test with Protractor in E2E testing?


Which features of an angular or a non-angular website should we exactly write tests for with Protractor in E2E testing ? Specially for an e_commerce website.


Solution

  • There is no correct or not correct answers. But first You should start with smoke test or modules that are often changed (current regression pack), because here is where the most bugs are found.