NEW
Font size
WorksheetsISTQB Question Bank 741 to 780
Total questions: 40
Worksheet time: 10hrs 0mins
Consider the following activities that might relate to configuration management:
<br>
I. Identify and document the characteristics of a test item
II. Control changes to the characteristics of a test item
III. Check a test item for defects introduced by a change
IV. Record and report the status of changes to test items
V. Confirm that changes to a test item fixed a defect
<br>
Which of the following statements is true?
Only I is a configuration management task.
All are configuration management tasks.
I, II and III are configuration management tasks.
I, II and IV are configuration management tasks.
II, III and IV are possible explanations, but I and V are not possible.
All five are possible explanations.
I, IV and V are possible explanations, but II and III are not possible.
III, IV and V are possible explanations, but I and II are not possible.
Consider the following statements about maintenance testing:
<br>
I. It requires both re-test and regression test and may require additional new tests.
II. It is testing to show how easy it will be to maintain the system.
III. It is difficult to scope and therefore needs careful risk and impact analysis.
IV. It need not be done for emergency bug fixes.
<br>
Which of the statements are true?
I and III
I and IV
II and III
II and IV
Which of the following statements are correct?
<br>
I. Software testing can be required to meet legal or contractual requirements.
II. Software testing is mainly needed to improve the quality of the developer's work.
III. Rigorous testing can help to reduce the risk of problems occurring in an operational environment.
IV. Rigorous testing is used to prove that all failures have been found.
I and III
II and III
II and IV
III and IV
Which of the statements about reviews are correct?
<br>
I. Reviews are useful because, through their use, defects can be found early, resulting in cost savings.
II. Reviews are useful because they help management understand the comparative skills of different developers.
III. Testers should not get involved in specification reviews because it can bias them unfavorably.
IV. Many early defects are found in reviews, lengthening the time needed for the development life cycle
I
IV
I and IV
I and III
An estimate of resources should be made so that an organization can create a schedule for testing. Which of the following approaches can be used for creating an estimate?
<br>
I. A skills-based approach, in which the estimate is based on all the testers' skills.
II. An expert-based approach, in which the owner or other expert creates the estimate.
III. A metrics-based approach, in which the estimate is based on previous testing efforts.
IV. A bottom-up approach, in which each tester estimates their work and all estimates are integrated.
II, III, and IV
I, III, and IV
I and IV
II and III
Which of the following statements about test design are TRUE?
<br>
I. During test design, the test cases and test data are created and specified.
II. If expected results are not defined, a plausible but erroneous result may be accepted as correct.
III. The IEEE 829 standard describes the content of test design and test case specifications.
IV. Test design is a formal process in which the conditions to be tested are determined.
II, III and IV
III and IV
I and IV
I, II and III
What factors should an organization take into account when determining how much testing is needed?
<br>
I. Level of risk
II. Tools to be used during test sub-project
III. Project constraints such as time and budget
IV. Skill of the testers
V. Expected selling cost of the system
All of the factors should be taken into account.
I and III
I, III and IV
I, II, IV, and V
5
3
1
2
male rabbits = 1, female rabbits = 1, breed = “yes”.
male rabbits = 1, female rabbits = 1, breed = “no”.
male rabbits = 1, female rabbits = 2, breed = “yes”.
male rabbits = 1, female rabbits = 0, breed = “no”.
Tester 3
Tester 1
Tester 2
Tester 4
S1, S2, U1 and U2
T1, T2, U1 and U2
S1, S2, V1 and V2
T1, T2, V1 and V2
Statement Coverage = 1, Decision Coverage = 3.
Statement Coverage = 2, Decision Coverage = 3.
Statement Coverage = 2, Decision Coverage = 2.
Statement Coverage = 3, Decision Coverage = 3
Which ordering of the list below gives increasing levels of test independence?
<br>
a. Tests designed by a fellow-member of the design team.
b. Tests designed by a different group within the organization.
c. Tests designed by the code author.
d. Tests designed by different organization.
c, a, b, d.
d, b, a, c
c, a, d, b.
a, c, d, b.
Which of the following are structure-based techniques?
<br>
a. Decision table testing
b. Boundary value analysis
c. Multiple condition coverage
d. Use case testing
e. Decision testing
a and c.
b and d.
b and e.
c and e.
