Week 7 Flashcards
True or False? Test planning is only needed for system testing
False
True or False? System test planning involves both an understanding of the test objectives and the constraints.
True
Which of the following is not a component of a system test plan?
Set of test cases and their expected results.
Specification of the test environment
Schedule
Test Strategy
Set of test cases and their expected results.
True or False? A PERT chart helps document dependencies in a test schedule.
True
Given the following PERT chart, what is the minimum time to complete this project with only one person working?
16
13
21
17
21
True or False? A good way to encourage participants to commit to a schedule is provide them with an opportunity to help develop the schedule
True
Which of the following is not an approach for developing test estimates?
Using historical data
Estimating the number of expected defects
Using a percentage of the development estimate
Using a cost estimation model
Estimating the number of expected defects
True or False? Size and complexity of a system affect the time needed to test it.
True
True or False? POFA (pass of first attempt) provides an early indication of the quality of code.
True
True or False? Effort estimation can take part before, concurrently, or after size estimation.
False
True or False? A work breakdown structure (WBS) helps in bottom up estimation
True - A WBS helps to organize the parts that were broken down during bottom up estimation.
Which of the following is not a strategy for checking if an estimate is correct?
Randomly selecting estimates based on personal assumptions
Discussing with other experts
Looking at historical data
Checking that estimates for similar parts of a product are the same
Randomly selecting estimates based on personal assumptions
True or False? It is good to test high risk areas early, but they do not need to be tested thoroughly.
False
True or False? Testing should be prioritized based on the risk exposure.
True - Risk exposure is the probability of an adverse event occurring multiplied by the consequences. If this value is high, it should be tested first.
True or False? Using historical data to predict defect density may not always lead to accurate predictions.
True