After a test object has been delivered and entry conditions for test execution are met, the test execution phase begins. Ideally, tests should be conducted as per the defined test cases. However, the Test Manager may allow the testers to perform additional tests for interesting and new behaviors observed during testing. [Read more…] about What is Test Execution?
traceability
What is traceability in Software testing?
Test conditions should be able to be linked back to their sources in the test basis, this is known as traceability. Traceability can be horizontal through all the test documentation for a given test level (e.g. system testing, from test conditions through test cases to test scripts) or it can be vertical through the layers of development documentation (e.g. from requirements to components). [Read more…] about What is traceability in Software testing?