levels of testing

Is this your test? Login to manage it. If not, you can build an exam just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Most of the defects can be uncovered early in the test process
2.
1 point
The cost of fixing a defect during this level of testing is very less in comparision to that of defects at higher levels
3.
1 point
What is tested under unit testing?
4.
1 point
SIT is also called API testing
5.
1 point
Data flow with other internal systems and external systems are tested in
6.
1 point
Ensure that the individual units work together as a whole and the data flows across the units as per requirement specification.
7.
1 point
Applying for leave in LMS is an example of
8.
1 point
Which is true about unit testing?
i) Lowest Level of testing
ii) Done only after entire code is completed
iii) Generally performed using structural testing
9.
1 point
Which types of testing techniques are used for testing component integration testing
10.
1 point
Unit testing is performed only by the same developer who developed the code
11.
1 point
Driver stimulates the calling program of the program under test.
12.
1 point
Code is executed and tested to ensure that each line of code is run for the required ------
13.
1 point
Boundary conditions are tested in unit testing
14.
1 point
Stubs stimulate the behaviour of dependent modules
15.
1 point
Testing done to verify day-to-day business scenarios
16.
1 point
What are tested with different inputs after coding/UI design in component testing?
17.
1 point
In Divide and conquer approach
18.
1 point
Testing is done to validate system against FRS, SRS
19.
1 point
Retrival of employee details from Employee Management System is an example of
20.
1 point
This approach is used when the testing team receives the entire software in a bundle