Showing posts with label STM. Show all posts
Showing posts with label STM. Show all posts

November 12, 2018

12 Nov

Software Testing Methodologies - Mid Sem Solutions

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

24 Oct

Software Testing Methodologies - MCQS

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...