DEV Community

Hussain Sherief
Hussain Sherief

Posted on

Must have Automation suites and processes in every project

**_

Best Practices

_**

  • Smoke suite in dev env
  • All Previous releases feature automated
  • Sanity suites automated ( QA)
  • Nightly regression in QA env via Jenkins
  • shift left security testing
  • shift left Performance testing
  • Automation support for UAT
  • Availability of stage env
  • Enough test data in lower env
  • Following in the sprint /sprint-1 model
  • Regression is passing with > 90%
  • sufficient test accounts in prod env
  • Continuous research on un-automatable cases
  • Test case review meeting with dev & PO

Top comments (0)