1.
Deciding How much testing is enough should take into account :
i. Level of Risk including Technical and Business product and project risk
ii. Project constraints such as time and budget
iii. Size of Testing Team
iv. Size of the Development Team
A. 
I,ii,iii are true and iv is false
B. 
I,iv are true and ii is false
C. 
I,ii are true and iii,iv are false
D. 
Ii,iii,iv are true and i is false
2.
Test planning has which of the following major tasks?
i. Determining the scope and risks, and identifying the objectives of testing.
ii. Determining the test approach (techniques,test items, coverage, identifying and interfacing the teams involved in testing , testware)
iii. Reviewing the Test Basis (such as requirements,architecture,design,interface)
iv. Determining the exit criteria.
A. 
I,ii,iv are true and iii is false
B. 
I,iv are true and ii is false
C. 
I,ii are true and iii,iv are false
D. 
Ii,iii,iv are true and i is false
3.
Evaluating testability of the requirements and system are a part of which phase:
A. 
B. 
Test Planning and control
C. 
Test Implementation and execution
D. 
Evaluating exit criteria and reporting
4.
One of the fields on a form contains a text box which accepts alphabets in lower or upper case.
Identify the invalid Equivalence class value.
A. 
B. 
C. 
D. 
5.
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%
Which of these groups of numbers would fall into the same equivalence class?
A. 
B. 
C. 
D. 
6.
Which of the following has highest level of independence in which test cases are:
A. 
Designed by persons who write the software under test
B. 
Designed by a person from a different section
C. 
Designed by a person from a different organization
D. 
Designed by another person
7.
We use the output of the requirement analysis, the requirement specification as the input for writing:
A. 
User Acceptance Test Cases
B. 
Integration Level Test Cases
C. 
D. 
8.
Validation involves which of the following
i. Helps to check the Quality of the Built Product
ii. Helps to check that we have built the right product.
iii. Helps in developing the product
iv. Monitoring tool wastage and obsoleteness.
A. 
B. 
Ii is true and i,iii,iv are false
C. 
I,ii,iii are true and iv is false
D. 
Iii is true and i,ii,iv are false
9.
Which of the following uses Impact Analysis most?
A. 
B. 
Non-functional system testing
C. 
D. 
10.
What is the expected result for each of the following test cases?
A. Citibank card member, holding a Silver room
B. Non Citibank-member, holding a Platinum room
A. 
A – Don’t offer any upgrade, B – Don’t offer any upgrade.
B. 
A – Don’t offer any upgrade, B – Offer upgrade to Gold.
C. 
A – Offer upgrade to Silver, B – Offer upgrade to Silver.
D. 
A – Offer upgrade to Gold, B – Don’t offer any upgrade.
11.
Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:
A. 
B. 
C. 
D. 
12.
Impact Analysis helps to decide:
A. 
How much regression testing should be done.
B. 
C. 
How many more test cases need to written.
D. 
Different Tools to perform Regression Testing
13.
Functional system testing is:
A. 
Testing that the system functions with other systems
B. 
Testing that the components that comprise the system function together
C. 
Testing the end to end functionality of the system as a whole
D. 
Testing the system performs functions within specified response times
14.
Consider the above state transition diagram of a switch.
Which of the following represents an invalid state transition?
A. 
B. 
C. 
D. 
They are all valid transitions.
15.
Peer Reviews are also called:
A. 
B. 
C. 
D. 
16.
Consider the following statements:
i. 100% statement coverage guarantees 100% branch coverage.
ii. 100% branch coverage guarantees 100% statement coverage.
iii. 100% branch coverage guarantees 100% decision coverage.
iv. 100% decision coverage guarantees 100% branch coverage.
v. 100% statement coverage guarantees 100% decision coverage.
A. 
Ii is True; i, iii, iv & v are False
B. 
I & v are True; ii, iii & iv are False
C. 
Ii & iii are True; i, iv & v are False
D. 
Ii, iii & iv are True; i & v are False
17.
The Kick Off phase of a formal review includes which of the following :
A. 
B. 
Fixing defects found typically done by author
C. 
D. 
Individual Meeting preparations
18.
Match every stage of the software Development Life cycle with the Testing Life cycle:
i. Hi-level design
ii. Code
iii. Low-level design
iv. Business requirements
a Unit tests
b Acceptance tests
c System tests
d Integration tests
A. 
I-d , ii-a , iii-c , iv-b
B. 
I-c , ii-d , iii-a , iv-b
C. 
I-b , ii-a , iii-d , iv-c
D. 
I-c , ii-a , iii-d , iv-b
19.
Which of the following is not phase of the Fundamental Test Process?
A. 
Test Planning and Control
B. 
Test implementation and Execution
C. 
D. 
Evaluating Exit criteria and reporting
20.
Which of the following techniques is NOT a black box technique?
A. 
B. 
LCSAJ (Linear Code Sequence and Jump)
C. 
D. 
Boundary value analysis (BVA)
21.
Success Factors for a review include:
i. Each Review does not have a predefined objective
ii. Defects found are welcomed and expressed objectively
iii. Management supports a good review process.
iv. There is an emphasis on learning and process improvement.
A. 
Ii, iii, iv are correct and i is incorrect
B. 
Iii , i , iv are correct and ii is incorrect
C. 
I , iii , iv , ii are incorrect
D. 
22.
Defects discovered by static analysis tools include:
i. Variables that are never used.
ii. Security vulnerabilities.
iii. Programming Standard Violations
iv. Uncalled functions and procedures
A. 
I , ii, iii, iv are correct
B. 
Iii is correct I, ii, iv are incorrect
C. 
I ,ii, iii and iv are incorrect
D. 
23.
Test Conditions are derived from:
A. 
B. 
C. 
D. 
24.
Which of the following is true about White and Black Box Testing Technique?
A. 
Equivalence partitioning, Decision Table and Control flow are White box Testing Techniques.
B. 
Equivalence partitioning , Boundary Value Analysis , Data Flow are Black Box Testing Techniques.
C. 
Equivalence partitioning , State Transition , Use Case Testing are black box Testing Techniques.
D. 
Equivalence Partitioning , State Transition , Use Case Testing and Decision Table are White Box Testing Techniques.
25.
Regression testing should be performed:
i. every week
ii. after the software has changed
iii. as often as possible
iv. when the environment has changed
v. when the project manager says
A. 
I & ii are true, iii, iv & v are false
B. 
Ii, iii & iv are true, i & v are false
C. 
Ii & iv are true, i, iii & v are false
D. 
Ii is true, i, iii, iv & v are false