Testing Processes
📄️ Test Control
Test Control is the ongoing process of taking corrective actions to steer the testing effort toward its goals.
📄️ Test Coverage
Test Coverage is a metric that measures the extent to which a test suite has exercised the code or requirements of a software application.
📄️ Test Design
Test Design is the process of creating detailed and effective test cases from the test basis and test conditions.
📄️ Test Monitoring
Test Monitoring is the continuous process of tracking and analyzing testing activities to assess progress against established goals.
📄️ Test Procedure
Test Procedure is a detailed, step-by-step set of instructions that a tester follows to execute a test case.
📄️ Test Report
Test Report is a formal document that provides a summary of all testing activities, including the results, test coverage, and key quality metrics.
📄️ Test Set
A test set is a collection of related test cases that are grouped together to test a specific feature, functionality, or module of a software application.
📄️ Test Suite
A test suite is a collection of test cases that are grouped together to test a specific software component or a set of related functionalities.
📄️ Test Summary Report
A Test Summary Report is a formal document that provides an overview and analysis of all testing activities for a particular software release or project.