Which of the following is true about Formal Review or Inspection: i. Led by Trained
Moderator (not the author). ii. No Pre Meeting Preparations iii. Formal Follow up the
process. iv. Main Objective is to find defects
a.ii is true and i,iii,iv are false
b.i,iii,iv are true and ii is false
c.i,iii,iv are false and ii is true
d.iii is true and i,ii,iv are false ** Answ** b
White Box Techniques are also called as:
a.Structural Testing
b.Design Based Testing
c.Error Guessing Technique
d.Experience-Based Technique ** Answ** a
What is an equivalence partition (also known as an equivalence class)?
a.A set of test cases for testing classes of objects
b.An input or output range of values such that only one value in the range becomes a
test case
c.An input or output range of values such that each value in the range becomes a test
case
d.An input or output range of values such that every tenth value in the range becomes a
test case ** Answ** b
The Test Cases Derived from use cases
a.Are most useful in uncovering defects in the process flows during real-world use of the
system
b.Are most useful in uncovering defects in the process flows during the testing use of
the system
c.Are most useful in covering the defects in the process flows during real-world use of
the system
d.Are most useful in covering the defects at the Integration Level ** Answ** a
Exhaustive Testing is
a.Is impractical but possible
b.Is practically possible
c.Is impractical and impossible
d.Is always possible ** Answ** c
Which of the following is not a part of the Test Implementation and Execution Phase
a.Creating test suites from the test cases
b.Executing test cases either manually or by using test execution tools
c.Comparing actual results
, d.Designing the Tests ** Answ** d
Which of the following techniques is NOT a White box technique?
a.Statement Testing and coverage
b.Decision Testing and coverage
c.Condition Coverage
d.Boundary value analysis ** Answ** d
A Project risk includes which of the following
a.Organizational Factors
b.Poor Software characteristics
c.Error-Prone software delivered
d.Software that does not perform its intended functions ** Answ** a
In a risk-based approach, the risks identified may be used to : i. Determine the test
technique to be employed ii. Determine the extent of testing to be carried out iii.
Prioritize testing in an attempt to find critical defects as early as possible. iv. Determine
the cost of the project
a.ii is True; i, iii, iv & v are False
b.i,ii,iii are true and iv is false
c.ii & iii are True; i, iv are False
d.ii, iii & iv are True; i is false ** Answ** b
Which of the following is the task of a Tester? i. Interaction with the Test Tool Vendor to
identify best ways to leverage test tool on the project. ii. Prepare and acquire Test Data
iii. Implement Tests on all test levels, execute and log the tests. iv. Create the Test
Specifications
a.i, ii, iii is true and iv is false
b.ii,iii,iv is true and i is false
c.i is true and ii,iii,iv are false
d.iii and iv is correct and i and ii are incorrect ** Answ** b
The Planning phase of a formal review includes the following:
a.Explaining the objectives
b.Selecting the personnel, allocating roles.
c.Follow up
d.Individual Meeting preparations ** Answ** b
A Person who documents all the issues, problems and open points that were identified
during a formal review.
a.Moderator
b.Scribe
c.Author
d.Manager ** Answ** b
Which of the following are a Key Characteristics of Walk Through