SYSTEMS DEVELOPMENT ANALYSIS
ANALYSIS AND DESIGN TOOLS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Testing:Which type of data is described as “at the edge of the accepted range”?
|
Normal
|
|
Abnormal
|
|
Extreme
|
|
Live
|
Explanation:
Detailed explanation-1: -Positive testing determines that your application works as expected. If an error is encountered during positive testing, the test fails. Negative testing ensures that your application can gracefully handle invalid input or unexpected user behavior.
Detailed explanation-2: -Boundary Value Analysis (BVA): BVA is another Black Box Test Design Technique, which is used to find the errors at boundaries of input domain (tests the behavior of a program at the input boundaries) rather than finding those errors in the centre of input.
There is 1 question to complete.