InterviewSolution
Saved Bookmarks
| 1. |
Explain use-case testing. |
|
Answer» Use case testing is basically defined as a technique that helps DEVELOPERS and testers to identify TEST cases that exercise the whole system on each transaction basis right from start to finish. It is a part of black-box testing that is used widely in DEVELOPING TESTS or systems for ACCEPTABLE levels. |
|