Software Testing | Week 1 | Assignment-1
Choose the right option to fill in the blank: Suppose a method M 1 M 1 calls a method M 2 M 2 , which in turn, calls another method M 3 M 3 . The level of testing that tests for the interface of calls from M 1 M 1 to M 2 M 2 and then to M 3 M 3 is called as . . . . . . . . . . . .. Functional testing. Unit testing. Integration testing. System testing. State true of false: A coverage criterion C 1 C 1 said to subsume another coverage criterion C 2 C 2 if there is at least one test case that satisfies C 1 C 1 which also satisfies C 2 C 2 . True. False. State true or false: Testing can be used to find all the errors in code. True. False. Which of the following are practised in level 3 thinking during testing? Testing is a mental discipline, everyone in an organization strives to test thoroughly. Testing is do...