MCQs 1: Which granularity level of testing checks the behavior of module cooperation ?

MCQs 2: What do you understand by V&V in software testing ?

MCQs 3: Which test refers to the retesting of a unit, integration and system after modification, in order to ascertain that the change has not introduced new faults ?

MCQs 4: In which test design each input is tested at both ends of its valid range and just outside its valid range ?

MCQs 5: When does the testing process stops ?

MCQs 6: Specifying a set of test cases or test paths for each item to be tested at that level is known as__________________?

MCQs 7: You want to avoid multiple inheritance. Which design pattern would you choose ?

MCQs 8: In factory method pattern, the framework must instantiate classes but it only knows about the abstract classes, which it cannot initiate. How would one solve this problem ?

MCQs 9: Which design pattern defines one-to-many dependency among objects ?

MCQs 10: Which pattern prevents one from creating more than one instance of a variable ?