Create a test strategy Phase 2 - Determine a desired testing state
Now that we have documented the current state of our test execution across the SDLC, we need to determine our desired testing state and optimal testing strategy to testing throughout the GitLab SDLC that we want to implement.
Goals
- Define clear purposes and goals for each test suite throughout the SDLC
- Optimize when and where each type of test should run
- Determine appropriate blocking vs. non-blocking status for each test suite
- Reduce redundancy and waste in our testing strategy
- Improve developer experience by providing clear guidelines on testing
Edited by Chloe Liu