Question
Which is not Fault categories in these?
Select one:
a. Extra State Error
b. Logical...
Showing posts with label Software Testing Methodologies. Show all posts
Showing posts with label Software Testing Methodologies. Show all posts
January 04, 2019
November 12, 2018
12
Nov
Question
One of your friends has written a program to search a string in a string and requested you to test the below function using equivalent class portioning :
function strpos_generic( $haystack, $needle, $nth, $insensitive)
Following are terminology definitions:
$haystack= the string in which...
October 24, 2018
Question
A regression test
Select one:
a. Will always be automated
b. Can only be run during user acceptance testing
c. Will help ensure unchanged areas of the software have not been affected
d. Will help ensure changed areas of the software have not been affected
The Correct answer is: Will help ensure unchanged...