Test Data
TEST DATA is data used in software test execution. The data can be preloaded in the system or input by the tester or test automation… Read More »Test Data
TEST DATA is data used in software test execution. The data can be preloaded in the system or input by the tester or test automation… Read More »Test Data
A TEST SCRIPT is a set of instructions that is performed on a system under test to verify that the system performs as expected. They… Read More »Test Script
A TEST CASE is a documented set of preconditions (prerequisites), procedures (inputs / actions) and postconditions (expected results) which a tester uses to determine whether… Read More »Test Case
A TEST SUITE is a collection of test cases. In automated testing, it can mean a collection of test scripts. In a test suite, the… Read More »Test Suite
A TEST PLAN is a document describing software testing scope and activities. It is the basis for formally testing any software / product in a… Read More »Test Plan