SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Drivers are used bottom up approach
A
true
B
false
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Stubs perform the replication of the activities of missing or not developed modules or various components. The drivers perform the authorisation of the test cases to a different system. It refers to the modules that are under testing.

Detailed explanation-2: -Bottom-up testing is a specific type of integration testing that tests the lowest components of a code base first. More generally, it refers to a middle phase in software testing that involves taking integrated code units and testing them together, before testing an entire system or code base.

There is 1 question to complete.