Software Testing Strategies - questions
Q.1 __________ refers to the set of tasks that ensure that software correctly implements a specific function.A) Verification
B) Validation
C) Modularity
D) None of the above.
View Answer / Hide AnswerQ.2 ___________ refers to a different set of tasks that ensure that the software that has been built is traceable to customer requirements.A) Verification
B) Requirement engineering.
C) Validation
D) None of the above.
View Answer / Hide AnswerQ.3 Testing of individual components by the developers comes under which type of testing?A) Integration testing
B) Validation testing
C) Unite testing
D) None of the above.
View Answer / Hide AnswerQ.4 ________ verifies that all elements mesh properly and that overall system function/performance is achieved.A) Integration testing
B) Validation testing
C) Unite testing
D) System Testing
View Answer / Hide AnswerQ.5 Choose the correct option according to the given statements. Staement 1: Unit testing focuses verification effort on the smallest unit of software design.
Staement 2: In general Unit testing is done by software developer.
Staement 3: Unit testing comes under white box testing.
Staement 4: Unit testing comes under black box testing.
A) Statement 1, 2, 3, are correct.
B) Only statement 1 and 2 are correct.
C) Only statement 3 is correct.
D) Only statement 4 is correct.
View Answer / Hide AnswerQ.6 When should company stop the testing of particular software?A) After system testing done.
B) It depends on the risks for the system being tested.
C) After smoke testing done.
D) None of the above.
View Answer / Hide AnswerQ.7 Which of the following is not part of performance testing?A) Measuring transaction rate.
B) Measuring response time.
C) Measuring the LOC.
D) None of the above.
View Answer / Hide AnswerQ.8 Before handed over the software to the client, which testing is to be done in-house?A) Alpha
B) Beta
C) Gamma
D) Theta
View Answer / Hide AnswerQ.9 In which order traditional software testing is organized?a. integration testing
b. system testing
c. unit testing
d.validation testing
A) a, d, c, b
B) b, d, a, c
C) c, a, d, b
D) d, b, c, a
View Answer / Hide AnswerQ.10 Who performed the acceptance testing?A) Software Developer
B) End users
C) Testing team
D) Systems engineers
View Answer / Hide AnswerQ.11 White-box testing also known asA) Structural testing
B) Code-Based Testing
C) Clear box testing
D) All of the above.
View Answer / Hide AnswerQ.12 What do you verify in White Box Testing?A) Testing of each statement, object and function on an individual basis.
B) Expected output.
C) The flow of specific inputs through the code.
D) All of the above.
View Answer / Hide Answer