Assessment
To measure your quality level, pick the best answer for your team and company and write down the count of each of the letters a–d. After that, we will do some calculations:
- Development process:
a. Waterfall
b. Fake agile
c. Agile
- Development cycle:
a. Test last
b. Test at the same time
c. Test first (TDD or maybe BDD with the test defined with behavior)
- Team:
a. QA and development teams separated
b. Developers work closely with testing but separate CRs
c. CRs have developers and test experts
- Team 2:
a. SDETs do most testing
b. QAs do most testing
c. Developers do most testing
- Deployment:
a. Require manual intervention
b. Deployments are tested offline or at off-peak hours
c. Fully built-in CI/CD
- Regression:
a. New features can affect old ones
b. New features rarely affect old ones
c. New features are handled by feature tags
- Type of...