Podcast
Questions and Answers
Match the following concepts from Object-Oriented Testing with their descriptions:
Match the following concepts from Object-Oriented Testing with their descriptions:
Encapsulation = The data members are effectively hidden and the test strategy needs to exercise both the access methods and the hidden data-structures Inheritance = The invocation of a given method depends Unit = In the context of Object-Oriented Testing, it broadens due to encapsulation Integration = In Object-Oriented Testing, it focuses on classes and their execution across a ‘thread’ or in the context of a usage scenario
Match the following testing methods with their descriptions:
Match the following testing methods with their descriptions:
Black-box testing = A conventional method used in Object-Oriented Testing for test case design White-box testing = A conventional method used in Object-Oriented Testing for test case design Encapsulation testing = A method used in Object-Oriented Testing to exercise both the access methods and the hidden data-structures Inheritance testing = A method used in Object-Oriented Testing where the invocation of a given method depends
Match the following Object-Oriented concepts with their testing implications:
Match the following Object-Oriented concepts with their testing implications:
Encapsulation = Makes testing more complicated because the data members are effectively hidden Inheritance = Makes testing more complicated because the invocation of a given method depends Unit = In the context of Object-Oriented Testing, its definition broadens due to encapsulation Integration = In Object-Oriented Testing, it focuses on classes and their execution across a ‘thread’ or in the context of a usage scenario
Match the following Object-Oriented Testing strategies with their descriptions:
Match the following Object-Oriented Testing strategies with their descriptions:
Signup and view all the answers
Match the following Object-Oriented Testing concepts with their testing requirements:
Match the following Object-Oriented Testing concepts with their testing requirements:
Signup and view all the answers