Software Testing Fundamentals
Quiz covering various software testing methodologies including white box testing, smoke testing, test coverage, web testing, and acceptance testing
Questions
Question 1 Multiple Choice (Single Answer)
What is Alpha Testing?
- Acceptance testing performed by the customer at the Tester's site
- Acceptance testing performed by the customer at the developer's site
- Acceptance testing performed by the customer in Live environment
- Acceptance testing performed by the customer in client environment
Question 2 Multiple Choice (Single Answer)
What is the unit of measure used by the IFPUG Functional Size Measurement Method
- Feature pointa
- External reference files
- Function points
- Internal Interface files
Question 3 True/False
Measure is independent of technology and physical implementation.
- True
- False
Question 4 True/False
Clearcase allows to write on the element which is check-out mode
- True
- False
Question 5 Multiple Choice (Single Answer)
What is Critical in Web Testing?
- Performance and Functionality
- Functionality and usability
- Usability and Performance
- None of the above
Question 6 Multiple Choice (Single Answer)
Testing across different languages is called
- Linguistic Testing
- Localization Testing
- Both A and B
- None of the above.
Question 7 Multiple Choice (Single Answer)
Hierarchical System refers to
- Several levels of component that includes objects and classes
- Several levels of component that includes objects, classes, systems
- Several levels of component that includes, foundation components, systems
- None of the above.
Question 8 Multiple Choice (Single Answer)
Hybrid Testing is
- Combination of one or more testing techniques
- Combination of top-down and bottom-up testing
- Both A and B
- None of the above.
Question 9 Multiple Choice (Single Answer)
Test coverage analysis is the process of
- Creating additional test cases to increase coverage
- Finding areas of program exercised by the test cases
- Determining a quantitative measure of code coverage, which is a direct measure of quality.
- All of the above.
Question 10 Multiple Choice (Single Answer)
White Box Testing is
- Same as glass box testing
- Same as clear box testing
- Both A and B
- None of the above.
Question 11 Multiple Choice (Single Answer)
Content Testing is
- Similar to proof reading
- Widely used in web testing
- Part of usability Testing
- All of the above
Question 12 Multiple Choice (Single Answer)
Decision Coverage.
- Testing the boolean expressions which are not in control structures
- Entire expression is considered as boolean expression irrespective of logical-and and logical-or operators
- Coverage except switch-statement cases, exception handlers
- All of the above.
Question 13 Multiple Choice (Single Answer)
Class testing
- Require a driver to test
- No need of instances of other classes
- No need to test the transitions
- All of the above.
Question 14 Multiple Choice (Single Answer)
Build Verification Test is
- Same as smoke test
- Done after each build to make sure that the build doesn’t contain major errors
- Both A and B
- None of the above.
Question 15 Multiple Choice (Single Answer)
Smoke Testing is
- To find whether the hardware burns out
- Same as build verification test
- To find that software is stable
- None of the above
Question 16 Multiple Choice (Single Answer)
Code Walkthrough is ________
- A type of dynamic testing
- Type of static testing
- Neither dynamic nor static
- Performed by the testing team
Question 17 Multiple Choice (Single Answer)
Static Analysis is
- Same as static testing
- Done by the developers
- Both A and B
- None of the above
Question 18 Multiple Choice (Single Answer)
The benefits of glass box testing are
- Focused Testing, Testing coverage, control flow
- Data integrity, Internal boundaries, algorithm specific testing
- Both A and B
- Either A or B