InterviewSolution
Saved Bookmarks
| 1. |
Can you explain boundary testing? |
|
Answer» The Boundary VALUE analysis, also known as boundary testing, is a software testing technique, in which tests are conducted based on boundary values or between two opposite ends. In this SENSE, the extreme ends such as start to end, LOWER to upper, or maximum to a MINIMUM are called boundary values, and testing such values is called boundary testing. |
|