UPDATED ACTUAL Exam Questions and
CORRECT Answers
1.
Test objectives for systems testing of a safety critical system include completion of all
outstanding defect correction. Regression testing is required following defect correction at all
test levels. Which TWO of the following metrics would be MOST suitable for determining
whether the test objective has been met?
A. Regression tests run and passed in systems testing
B. Incidents closed in systems testing
C. Planned tests run and passed in system testing
D. Planned tests run and passed at all levels of testing
E. Incidents raised and closed at all levels of testing
F. a and e
G. b and c
H. d and e
I. a and b - CORRECT ANSWER - A. Regression tests run and passed in systems testing
2.
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the
specification (PID ver 1.3 10b iv) the validation screen should not accept future dated
transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and
is run after the execution of TransVal 3.1 using data entered during that testWhich of the
following is the BEST detail on an incident report?
A. Title. End of Day failure.. Reproducible. Yes. Description. Script eod 1.4 fails when the first
transaction of the day is a future dated transaction.Screen shot of the failure attached.
B. Title. Transaction input screen validation..Reproducible. Yes. Description. Script eod 1..4
fails .Screen shot of the failure attached. Validation of transaction entryon screen TRN-003B
should not allow future dated transactions see PID ver 1.3 para 10b iv.
C. Title. Screen TRN-003B validation of transaction dat - CORRECT ANSWER - D. Title.
Screen TRN-003B validation of transaction date. Reproducible. Yes. Description. Script eod 1.4
,fails when the first transaction of the day is a future dated transaction. Screen shot of the failure
attached. Validation of transaction entry on screen TRN-003B should not allow future dated
transactions see PID ver 1.3 para 10b iv.
3.
Which TWO of the following test tools would be classified as test execution tools?
A. Test data preparation tools
B. Test harness
C. Review tools
D. Test comparators
E. Configuration management tools
F. a and b
G. c and d
H. c and e
I. b and d - CORRECT ANSWER - D. Test comparators
4.
Which of the following is a consideration when deploying test execution tools?
07/26/2017 - by Mod_GuideK0
Which of the following is a consideration when deploying test execution tools?
A. Data-driven testing cannot be used with test execution tools
B. Recorded manual tests may become unstable in use
C. Keyword-driven testing cannot be used with test execution tools
D. Expected results for tests are not required because the tool generates expected results -
CORRECT ANSWER - B. Recorded manual tests may become unstable in use
5.
Which of the following is a valid reason for writing test cases based on experience and intuition?
A. Use of formal techniques requires expensive training
,B. Only experience can ensure all functionality is covered
C. Tests based on experience and intuition can supplement formal techniques
D. Formal techniques require the use of expensive tools - CORRECT ANSWER - C. Tests
based on experience and intuition can supplement formal techniques
6.
Which of the following test design techniques is classified as a structure-based (white box)
technique?
A. Exploratory testing
B. Decision table testing
C. State transition testing
D. Statement testing - CORRECT ANSWER - D. Statement testing
7.
Why is independent testing important?
A. Because independent testers make fewer assumptions than developers
B. Because independent testers are isolated from the development team
C. Because independent testers can verify assumptions made during specification and
implementation of the system
D. Because independent testers have a greater sense of responsibility for quality than developers
- CORRECT ANSWER - C. Because independent testers can verify assumptions made during
specification and implementation of the system
8.
Which statement BEST describes when test planning should be performed?
A. Test planning is performed only once, at the beginning of the life cycle, and generates a
Master Test Plan
B. Test planning is performed at the beginning of the life cycle and again at the beginning of test
execution
C. Test planning is performed at the beginning of the life cycle and again at every test level
, D. Test planning is performed continuously in all life cycle processes and activities - CORRECT
ANSWER - D. Test planning is performed continuously in all life cycle processes and
activities
9.
Which of the following factors will MOST affect the testing effort required to test a software
product?
A. The number of staff available to execute tests
B. The level of detail in the test plan
C. The requirements for reliability and security in the product
D. The test estimation method used - CORRECT ANSWER - C. The requirements for
reliability and security in the product
10.
Which of the following metrics could be used to monitor progress along with test preparation
and execution?
A. The total number of tests planned
B. The total number of requirements to be tested
C. The failure rate in testing already completed
D. The number of testers used for test execution so far - CORRECT ANSWER - C. The
failure rate in testing already completed
11.
Which of the following would NOT be a typical target of testing support tools?
A. Automate activities that require significant resources when done manually
B. Automate activities that cannot be executed manually
C. Automate repetitive tasks
D. Automating repetitive inspections - CORRECT ANSWER - D. Automating repetitive
inspections