Sample Exam Flashcards
1. What is the test basis?
A. The point during software development when testing should start
B. The body of knowledge used for test analysis and design
C. The source to determine the actual results from a set of tests
D. The method used to systematically devise test conditions
B. The body of knowledge used for test analysis and design
LO:Keyword
2. When the tester verifies the test basis while designing tests early in the lifecycle, which common test
objective is being achieved?
A. Gaining confidence
B. Finding defects
C. Preventing defects
D. Providing information for decision making
C. Preventing defects
LO:FL-1.1.1
3. When following the fundamental test process, when should the test control activity take place?
A. During the planning activities
B. During the implementation and execution activities
C. During the monitoring activities
D. During all the activities
D. During all the activities
LO:FL-1.4.2
4. Which of the following is a correct statement?
A. A developer makes a mistake which causes a defect that may be seen as a failure during dynamic testing
B. A developer makes an error which results in a failure that may be seen as a fault when the software is executed
C. A developer has introduced a failure which results in a defect that may be seen as a mistake during dynamic testing
D. A developer makes a mistake which causes a bug that may be seen as a defect when the software is executed
A. A developer makes a mistake which causes a defect that may be seen as a failure during dynamic testing
LO:FL-1.2.3
5. Which of the following is an example of debugging?
A. A tester finds a defect and reports it
B. A tester retests a fix from the developer and finds a regression
C. A developer finds and fixes a defect
D. A developer performs unit testing
C. A developer finds and fixes a defect
LO:FL-1.1.2
6. Which of the following is a true statement about exhaustive testing?
A. It is a form of stress testing
B. It is not feasible except in the case of trivial software
C. It is commonly done with test automation
D. It is normally the responsibility of the developer during unit testing
B. It is not feasible except in the case of trivial software
LO:FL-1.3.1
7. A new retail product was released to production by your company. Shortly after the release it was
apparent that there were numerous problems with the point of sale application. This resulted in a
number of customer complaints and negative postings on social media encouraging people to take their
business to your competitor. You have investigated the problems and have discovered that the
production point of sale equipment is a later model than the model used in testing. The software
functions correctly on the old version, but fails on the later model.
Given this scenario, what is the root cause and what is the effect?
A. The root cause is the old equipment and the effect is the new equipment
B. The root cause is the customer complaints and the effect is the social media postings
C. The root cause is conducting the testing on the wrong version of the equipment and the effect is the customer complaints and postings
D. The root cause is the software failing on the later model and the effect is the customer complaints
C. The root cause is conducting the testing on the wrong version of the equipment and the effect is the customer complaints and postings
LO:FL-1.2.4
8. If you need to provide a report showing test case execution coverage of the requirements, what do you
need to track?
A. Traceability between the test cases and the requirements
B. Coverage of the risk items by test case
C. Traceability between the requirements and the risk items
D. Coverage of the requirements by the test cases that have been designed
A. Traceability between the test cases and the requirements
LO:FL-1.4.4
9. Which of the following is most correct regarding the test level at which functional tests may be executed?
A. Unit and integration
B. Integration and system
C. System and acceptance
D. All levels
D. All levels
LO:FL-2.3.2
10. Which of the following is a true statement regarding the V-model lifecycle?
A. Testing involvement starts when the code is complete
B. The test process is integrated with the development process
C. The software is built in increments and each increment has activities for requirements, design, build and test
D. All activities for development and test are completed sequentially
B. The test process is integrated with the development process
LO:FL-2.1.1
11. Usability testing is an example of which type of testing?
A. Functional
B. Non-functional
C. Structural
D. Change-related
B. Non-functional
LO:FL-2.3.1
12. What type of testing is normally conducted to verify that a product meets a particular regulatory requirement?
A. Unit testing
B. Integration testing
C. System testing
D. Acceptance testing
D. Acceptance testing
LO:FL-2.2.1
13. You have been receiving daily builds from the developers. Even though they are documenting the fixes they are including in each build, you are finding that the fixes either aren’t in the build or are not working. What type of testing is best suited for finding these issues?
A. Unit testing
B. System testing
C. Confirmation testing
D. Regression testing
C. Confirmation testing
LO:FL-2.3.3
14. In a formal review, which role is normally responsible for documenting all the open issues?
A. The facilitator
B. The author
C. The scribe
D. The manager
C. The scribe
LO:FL-3.2.2
15. Which testing technique would be most effective in determining and improving the maintainability of the code (assuming developers fix what is found)?
A. Peer reviews
B. Static analysis
C. Dynamic testing
D. Unit testing
B. Static analysis
LO:FL-3.1.3