Software Testing Skill Review Test-Q 11 to 20
(Questions are useful for beginners as well as experienced QA Managers; who can review their skill before appearing in any interview)
Correct Answers to Earlier Questions – Q. 1 to Q 10 are at the end of this page:
Set of 10 Questions
Q. 11: Branch Coverage is
A. Another name for decision coverage
B. Another name for all-edges coverage
C. Another name
for basic path coverage
D. All the above
;<<<<< =================== >>>>>>
Q. 12: The following example is a
If (condition1 && (condition2 || function1()))
statement1;
else
statement2;
A. Decision coverage
B. Condition coverage
C. Statement coverage
D. Path Coverage
<<<<<< =================== >>>>>>
Q. 13: Desk Checking is
A. Same as code walkthrough
B. Same as code inspection
C. Verification of code by the developers
D. None of the above.
<<<<<< =================== >>>>>>
Q. 14: Which statement is relevant for test driver?
A. A program that directs the execution of another program against a collection of test data sets. Usually the test driver also records and organizes the output generated as the tests are run.
B. A document that identifies test items and includes current status and location information.
C. A document describing any event during the testing process that requires investigation
D. A software item that is an object of testing.
<<<<<< =================== >>>>>>
Q. 15: The benefits of glass box testing are
A. Focused Testing, Testing coverage, control flow
B. Data integrity, Internal boundaries, algorithm specific testing
C. Both A and B
D. Either A or B
<<<<<< =================== >>>>>>
Q. 16: Identify which one is an internal failure
A. Delaying tester�s access to areas of the code
B. Replacement with updated product
C. Training programmers to make or miss fewer bugs
D. Testing by Tech. Support
<<<<<< =================== >>>>>>
Q. 17: Smoke Testing is
A. To find whether the hardware burns out
B. Same as build verification test
C. To find that software is stable
D. None of the above
<<<<<< =================== >>>>>>
Q. 18: Code Walkthrough is ________
A. A type of dynamic testing
B. Type of static testing
C. Neither dynamic nor static
D. Performed by the testing team
<<<<<< =================== >>>>>>
Q. 19: Static Analysis is
A. Same as static testing
B. Done by the developers
C. Both A and B
D. None of the above
<<<<<< =================== >>>>>>
Q. 20: Structural Testing is
A. Same as black box testing
B. Same as white box testing
C. Same as functional testing
D. None of the above.
Correct Answer of the above Questions
Full Database of Skill Review Test for Testing Engineers
Correct Answers to Earlier Questions – Q. 1 to Q 10 are as under:
Question No. | Correct Answer |
Q. 1 | C |
Q. 2 | B |
Q. 3 | D |
Q. 4 | B |
Q. 5 | A |
Q. 6 | C |
Q. 7 | C |
Q. 8 | D |
Q. 9 | B |
Q. 10 | A |
An expert on R&D, Online Training and Publishing. He is M.Tech. (Honours) and is a part of the STG team since inception.
Alright alright alright that\’s eacxlty what I needed!
thank u its very useful.