Identify the THREE types of formal peer reviews that can be recognized.
A. Inspection
B. Management review
C. Walkthrough
D. Audit
E. Technical review
F. Informal review
G. Assessment
In addition to risk, identify TWO other components of a testing strategy.
A. The entry and exit criteria for each test phase
B. Test training needs for the project resources
C. The test design techniques to be used
D. Test performance indicators
E. The test schedule
The difference between re-testing and regression testing is:
A. Re-testing is running a test again; regression testing looks for unexpected side effects
B. Re-testing looks for unexpected side effects; regression testing is repeating those tests
C. Re-testing is done after faults are fixed; regression testing is done earlier
D. Re-testing uses different environments, regression testing uses the same environment
E. Re-testing is done by developers, regression testing is done by independent testers
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
Refer to the exhibit
The following test cases need to be run, but time is limited, and it is possible that not all will be completed before the end of the test window
The first activity is to run any re-tests, followed by the regression test script. Users have supplied their priority order to tests. Which of the following gives an appropriate test execution schedule, taking account of the prioritisation and other constraints? [K3]
A. b, c, g, d, e, i, a, f, h
B. a, c, d, b, g, e, i, f, h
C. c, a, d, b, e, g, i, h, f
D. d, c, a, e, b, g, i, f, h
The following program part is given:
IF (condition A) then DO B END IF
How many test cases are necessary in order to achieve 100% statement coverage?
A. 1
B. 2
C. 4
D. a very high number
Which of the following answers describes an experience-based technique where a tester simultaneously learns the system, design tests and execute tests?
A. Data flow-based testing
B. Error guessing
C. Exploratory testing
D. Fault-attack
Which of the following is a factor that could negatively influence the success of the deployment of a tool within an organization?
A. Introducing the tool to all the test learns of the organization at the same time
B. Collecting usage information of the tool from the early projects
C. Providing training and coaching for new users of the tool
D. Adapting and improving the processes to the usage of the tool
Which test level is concerned with testing the smallest bodies of software?
A. Component test
B. Feature test
C. Functional test
D. Subsystem test
For a given set of test-cases, which of the following is a benefit of running these tests with a test
automation tool?
A. Test coverage is increased.
B. The number of found bugs is reduced.
C. The total cost of the test project always decreases
D. The time spent on repetitive tasks is reduced.