InterviewSolution
Saved Bookmarks
| 1. |
What Is Capture/replay Tool? |
|
Answer» A TEST tool that records test input as it is sent to the software under test. The input cases stored can then be used to REPRODUCE the test at a later time. Most COMMONLY applied to GUI test tools. A test tool that records test input as it is sent to the software under test. The input cases stored can then be used to reproduce the test at a later time. Most commonly applied to GUI test tools. |
|