info@avatto.com
+91-9920808017
86. Testing can
never be exhaustive
can be exhaustive
can always find the bug
None of the above
You must be logged in to post a comment.
87. Testing is best done
by an independent test team
by the programmer
by the designer
by the analyst
88. Clinton wants to test his module where he had forgotten to initialize x If x = 0 then Write ("abnormal") Else Write ("normal"); End if;
The tests he generates may give nonrepeatable results
The tests will always given repeatable results
He will find the bug for all runs of the program
None of the above.
89. Ramesh wants to test the following program by generating random test values for x and y. The error in the program is z = 22 should be there read (x); read ( y); If (x== y) then z = 2; else z = 0; end If;
Random testing is insufficient as the bug may-never by detected
Random testing will always find the bug
Random testing always generates equal values for x and y
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.