Considerable attention will be given in this project to defining exit criteria and on reporting back on their status. Which combination of TWO exit criteria from the list would be best to use?
I. Total number of defects found
II. Percentage of test cases executed
III. Total test effort planned versus total actual test effort spent
IV.
Defect trend (number of defects found per test run over time
A.
(i) and (ii)
B.
(i) and (iv)
C.
(ii) and (iii)
D.
(ii) and (iv)
Which of the following team roles would be most appropriate to enhance the team and why?
A. A person with the ability to complete tasks
B. A quality assurance officer
C. A person with in-depth technical skills
D. A person who brings new ideas to the team
Within the projects, a master test plan and phase test plan will be used. Following is a list of characteristics applicable for test plans:
a.
Any deviation from the procedures described in the test
b.
strategy document
c.
The overall estimated costs, timescales and resource
d.
requirements
e.
A detailed schedule of testing activities
f.
The development deliverables to be tested
g.
Which test staff members (names) will be involved and when
h.
Level of requirements coverage achieved
Which TWO of the above mentioned characteristics relate to the phase test plan?
A. a
B. b
C. c
D. d
E. e
F. f
Which statement is most true?
A. Different testing is needed depending upon the application.
B. All software is tested in the same way.
C. A technique that finds defects will always find defects.
D. A technique that has found no defects is not useful.
Which activities form part of test planning?
i) Developing test cases.
ii) Defining the overall approach to testing.
iii) Assigning resources.
iv) Building the test environment.
v) Writing test conditions.
A. i, ii and iv are true, iii and v are false.
B. ii and iii are true, i, iv and v are false.
C. iv and v are true, i, ii and iii are false.
D. i, ii and iii are true iv and v are false.
Acceptance test cases are based on what?
A. Requirements
B. Design
C. Code
D. Decision table
The following Test Cases have been created for a simple web-based airline booking system. Test Case 1: Search for an item Available Flights Test Case 2: View selected item in My Flights Test Case 3: Login to the system: Login is accepted Test Case 4: Select an available flight: item added to My Flights Test Case 5: Print confirmation receipt, then exit Test Case 6: In My Flights, confirm details and book flight Which of the following is the correct logical order for the test cases?
A. 6, 3, 1, 4, 2, 5
B. 3, 4, 1, 2, 5, 6
C. 3, 2, 1, 4, 6, 5
D. 3, 1, 4, 2, 6, 5
Your task is to compile a test execution schedule for the current release of software.
The system specification states the following logical dependencies:
An admin user must create/amend/delete a standard user.
A standard user is necessary to perform all other actions.
The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save
time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the
schedule.
The following test cases have been designed, with an indication of priority (1 being the highest priority) and
whether the test has previously failed.
Which test execution schedule meets the test plan requirements and logical dependencies?
A. a, d, c, b, e
B. a, c, b, d, e
C. e, a, b, c, d
D. e, a, d, c, b
What is Test Design?
A. The overall process of testing a system to verify that it meets specified requirements.
B. The process of selecting test techniques to exercise the functions implemented by the tested system
C. The process of transforming general testing objectives into tangible test conditions and test cases
D. An approach to testing to reduce the level of product risks by focusing on high-risk areas in the product
A "functional test" is...
A. ...a test focused on the efficiency of the system.
B. ...a dynamic test for which the tests are based on the specification of the test object.
C. ...a static comparison of test and requirements specification of a test object.
D. ...a test for which the test cases and test data are based on the structure of the test object.