During test execution, _______________ are used to record the outcome of each test case.
- Test Data
- Test Logs
- Test Scenarios
- Test Scripts
Test Logs are used during test execution to record the outcomes of each test case. They capture information such as the test case status, any deviations from expected results, and other relevant details, aiding in the analysis of test results and debugging of issues.
Loading...
Related Quiz
- In what ways can functional testing evolve to address the requirements of multi-platform and cross-device compatibility?
- What is the primary purpose of writing test cases?
- In a testing scenario, which factor typically determines the priority of a defect?
- What is the primary objective of decision table testing?
- _______________ is the process of replicating the production environment for testing purposes.