InterviewSolution
| 1. |
What Is Test Harness? |
|
Answer» A test harness is a collection of software and test data required to test the application by running it in different testing condition LIKE stress, load, data- DRIVEN, and monitoring its behavior and outputs. Test Harness contains two main parts: Automation testing is the use of a tool to control the execution of tests and COMPARE the ACTUAL RESULTS with the expected results. It also involves the setting up of test pre-conditions. A test harness is a collection of software and test data required to test the application by running it in different testing condition like stress, load, data- driven, and monitoring its behavior and outputs. Test Harness contains two main parts: Automation testing is the use of a tool to control the execution of tests and compare the actual results with the expected results. It also involves the setting up of test pre-conditions. |
|