NEW
Font size
WorksheetsISTQB Question Bank 981 to 1020
Total questions: 40
Worksheet time: 10hrs 0mins
Which expression best matches the following characteristics or review processes:
<br>
1. Led by author
2. Undocumented
3. No management participation
4. Led by a trained moderator or leader
5. Uses entry exit criteria
<br>
s) Inspection
t) Peer review
u) Informal review
v) Walkthrough
s = 4, t = 3, u = 2 and 5, v = 1
s = 4 and 5, t = 3, u = 2, v = 1
s = 1 and 5, t = 3, u = 2, v = 4
s = 5, t = 4, u = 3, v = 1 and 2
s = 4 and 5, t = 1, u = 2, v = 3
Given the following types of tool, which tools would typically be used by developers and which by an independent test team:
<br>
i. Static analysis
ii. Performance testing
iii. Test management
iv. Dynamic analysis
v. Test running
vi. Test data preparation
Developers would typically use i, iv and vi; test team ii, iii and v
Developers would typically use i and iv; test team ii, iii, v and vi
Developers would typically use i, ii, iii and iv; test team v and vi
Developers would typically use ii, iv and vi; test team I, ii and v
Developers would typically use i, iii, iv and v; test team ii and vi
Which of the following helps in monitoring the Test Progress:
<br>
i. Percentage of Test Case Execution
ii. Percentage of work done in test environment preparation.
iii. Defect Information e.g. defect density, defects found and fixed
iv. The size of the testing Team and skills of the engineers
iv is correct and i,ii,iii are incorrect
i,ii,iii are correct and iv is incorrect
i,ii are correct and iii,iv are incorrect
i,iv are correct and ii , iii are incorrect
A piece of software has been given _______what tests in the Following will you perform?
<br>
1) Test the areas most critical to business processes
2) Test the areas where faults will be maximum
3) Test the easiest functionalities
1&2 are true and 3 is false.
1,2&3 are true.
1 is true, 2&3 are false.
1&2 are false, 3 is true
In a system designed to work out the tax to be paid: An employee has $4000 of salary tax free. The next $1500 is taxed at 10% The next $28000 is taxed at 22% Any further amount is taxed at 40%. To the nearest $ which of these is a valid Boundary Value Analysis test case?
1500
32001
28000
33501
1
2
3
4
A program validates a numeric field as follows:
<br>
Values less than 10 are rejected, values between 10 and 21 are accepted, values greater than or equal to 22 are rejected. Which of the following covers the MOST boundary values?
9,10,11,22
9,10,21,22
10,11,21,22
10,11,20,21
Which of the following can be root cause of a bug in a software product?
<br>
(I) The project had incomplete procedures for configuration management.
(II) The time schedule to develop a certain component was cut.
(III) the specification was unclear
(IV) Use of the code standard was not followed up
(V) The testers were not certified
(I) and (II) are correct
(I) through (IV) are correct
(III) through (V) are correct
(I), (II) and (IV) are correct
A test engineer is testing a Video Player (VCR), and logs the following report:
<br>
Title: Fast Forward stops after 2 minutes. It happens every time
Expected result: Fast forward continues till the end of the tape
Severity: High
Priority: Urgent
<br>
What important information did the engineer leave out?
Identification (Software and hardware) of the VCR
Actual result
History of the report
Ideas for the test case improvement
