Step three: Write better test cases and regression suites ��������������������������������������������������������������������������������������������������������������������������������6
Step six: Combine automated and manual testing to maximize efficiencies �����������������������������������������������������������������������������������������������9
• Integration testing
areas where performance doesn’t meet
• Production testing expected results.
• Sanity testing
• Smoke testing
• System testing
• Regression testing
• Unit testing
• UI testing
Step three: as expected. Good testing results not only uncover bugs but they
also provide an overview of the coverage - what was tested, what
regression suites
— Kaisa Paavo, Engagement Manager, Testlio
Precise test cases and regression Name and describe the function or You want to make sure that your test cases reflect the actual state
feature. of the application. So, for example, you want to update test cases
suites:
after a feature has changed. This reduces noise because the tests
Ensure a stable app after code uncover issues, not a bad test case.
Be very clear on the objective.
changes
Define the purpose of the test. — Oksana Lang, Engagement Manager, Testlio