In this article I’ll share my thoughts and experience about a possible list of testing artefacts that could help to improve the quality assurance in the software development working with test plan.
![]()
Before to see the different test plans It’s important to know so basic artefacts like :
- Test Case: List of steps in order to cover only one application scenario where the test case should have a descriptive title of the scenario and describe the result of each step
- Test Results: evidence of execution of a test case
- Test Plan: is a group of test cases
- Regression Test: used to test the regression produced an existent feature
- Smoke Test: list of steps to cover quickly different features without enter in details.
- Automation: Not all the Test Cases could or should be automated.
There are different ways to automated the test cases using : unit test, integration test, client side unit test or UI test)
Ads: curso práctico de testing automático presencial y también online
There are different test plans like :
Continue reading “Tests Plan – Quality Assurance – Testing Software (Part 1)”





