How We Test
By performing regression testing, we can retest entire test suites. However, this technique requires time and resources. To avoid extra expenses, we conduct regression test selection and execute particular tests that may potentially detect issues. We assign regression testing steps with corresponding priority to reduce the size of the test suite based on business goals and functionality.
To make the regression testing procedure as efficient as possible, we select test cases for re-execution based on particular parameters.
What Cases We Retest
- rechecking cases of functionality that has been changed
- tests with high bug frequency
- cases checking core functionality
- integration tests
- failed test cases
- complex tests