Software Testing Skill Review Test-Q 1 to 10
This Question Bank contains especially designed High Quality Multiple Choice Questions on Software Testing.
(Questions are useful for beginners as well as experienced QA Managers; who can review their skill before appearing in any interview)
Set of 10 Questions
Q. 1: What is Critical in Web Testing?
A. Performance and Functionality
B. Functionality and usability
C. Usability and Performance
D. None of the above
<<<<<< =================== >>>>>>
Q. 2: Testing across different languages is called
A. Linguistic Testing
B. Localization Testing
C. Both A and B
D. None of the above.
<<<<<< =================== >>>>>>
Q. 3: Hierarchical System refers to
A. Several levels of component that includes objects and classes
B. Several levels of component that includes objects, classes, systems
C. Several levels of component that includes, foundation components, systems
D. None of the above.
<<<<<< =================== >>>>>>
Q. 4: Hybrid Testing is
A. Combination of one or more testing techniques
B. Combination of top-down and bottom-up testing
C. Both A and B
D. None of the above.
<<<<<< =================== >>>>>>
Q. 5: Test coverage analysis is the process of
A. Creating additional test cases to increase coverage
B. Finding areas of program exercised by the test cases
C. Determining a quantitative measure of code coverage, which is a direct measure
of quality.
D. All of the above.
<<<<<< =================== >>>>>>
Q. 6: White Box Testing is
A. Same as glass box testing
B. Same as clear box testing
C. Both A and B
D. None of the above.
<<<<<< =================== >>>>>>
Q. 7: Build Verification Test is
A. Same as smoke test
B. Done after each build to make sure that the build doesn�t contain major errors
C. Both A and B
D. None of the above.
<<<<<< =================== >>>>>>
Q. 8: Content Testing is
A. Similar to proof reading
B. Widely used in web testing
C. Part of usability Testing
D. All of the above
<<<<<< =================== >>>>>>
Q. 9: Decision Coverage.
A. Testing the boolean expressions which are not in control structures
B. Entire expression is considered as boolean expression irrespective of logical-and and logical-or operators
C. Coverage except switch-statement cases, exception handlers
D. All of the above.
<<<<<< =================== >>>>>>
Q. 10: Class testing
A. Require a driver to test
B. No need of instances of other classes
C. No need to test the transitions
D. All of the above.
Correct Answer of the above Questions
Full Database of Skill Review Test for Testing Engineers
An expert on R&D, Online Training and Publishing. He is M.Tech. (Honours) and is a part of the STG team since inception.
Q. 2: Testing across different languages is called
A. Linguistic Testing
B. Localization Testing
C. Both A and B
D. None of the above.
Why it is not called linguistic testing.
Whenever you are developing a application in multiple languages u have to perform 2 types of testing i.e
1.Innternationalization
2.Localization