Q. : What is the objective of debugging?
i To localise a defect.
ii To fix a defect.
iii To show value.
iv To increase the range of testing.
A. i, iii.
B. ii, iii, iv.
C. ii, iv.
D. i, ii.
D is correct
<<<<<< =================== >>>>>>
Q.: Consider the following techniques. Which are static and which are dynamic techniques?
i. Equivalence Partitioning.
ii. Use Case Testing.
iii.Data Flow Analysis.
iv.Exploratory Testing.
v. Decision Testing.
vi Inspections.
A. i-iv are static, v-vi are dynamic.
B. iii and vi are static, i, ii, iv and v are dynamic.
C. ii, iii and vi are static, i, iv and v are dynamic.
D. vi is static, i-v are dynamic.
B is correct
<<<<<< =================== >>>>>>
Q.: Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage?
Read p
Read q
IF p+q > 100 THEN
Print "Large"
ENDIF
IF p > 50 THEN
Print "p Large"
ENDIF
A. 1 test for statement coverage, 3 for branch coverage
B. 1 test for statement coverage, 2 for branch coverage
C. 1 test for statement coverage, 1 for branch coverage
D. 2 tests for statement coverage, 2 for branch coverage
B is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a benefit of independent testing?
A. Code cannot be released into production until independent testing is complete.
B. Testing is isolated from development.
C. Developers do not have to take as much responsibility for quality.
D. Independent testers see other and different defects, and are unbiased.
D is correct
<<<<< =================== >>>>>>
Q.: Which activity in the fundamental test process includes evaluation of the testability of the requirements and system?
A. Test analysis and design.
B. Test planning and control.
C. Test closure.
D. Test implementation and execution.
A is correct
<<<<<< =================== >>>>>>
Q.: In which of the following orders would the phases of a formal review usually occur?
A. Planning, preparation, kick off, meeting, rework, follow up.
B. Kick off, planning, preparation, meeting, rework, follow up.
C. Preparation, planning, kick off, meeting, rework, follow up.
D. Planning, kick off, preparation, meeting, rework, follow up.
D is correct
<<<<<< =================== >>>>>>
Q.: For testing, which of the options below best represents the main concerns of Configuration Management? i. All items of testware are identified and version controlled;
ii. All items of testware are used in the final acceptance test;
iii. All items of testware are stored in a common repository;
iv. All items of testware are tracked for change;
v. All items of testware are assigned to a responsible owner;
vi. All items of testware are related to each other and to development items.
A. i, iv, vi.
B. ii, iii, v.
C. i, iii, iv.
D. iv, v, vi.
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following defines the scope of maintenance testing?
A. The coverage of the current regression pack.
B. The size and risk of any change(s) to the system.
C. The time since the last change was made to the system.
D. Defects found at the last regression test run.
B is correct
<<<<<< =================== >>>>>>
Q.: What is typically the MOST important reason to use risk to drive testing efforts?
A. Because testing everything is not feasible.
B. Because risk-based testing is the most efficient approach to finding bugs.
C. Because risk-based testing is the most effective way to show value.
D. Because software is inherently risky.
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following are valid objectives for testing?
i.To find defects.
ii.To gain confidence in the level of quality.
iii.To identify the cause of defects.
iv.To prevent defects.
A. i,ii, and iii.
B. ii, iii and iv.
C. i, ii and iv.
D. i,iii and iv.
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following is a MAJOR task of evaluating exit criteria and reporting?
A. Writing a test summary report for stakeholders
B. Logging the outcome of test execution
C. Repeating test activities as a result of action taken for each discrepancy.
D. Evaluating testability of the requirements and system
A is correct
<<<<<< =================== >>>>>>
Q.: What is the USUAL sequence for performing the following activities during the Fundamental Test Process?
a. Analyze the test basis documents.b. Define the expected results.
c. Create the test execution schedule.
d. Establish the traceability of the test conditions
A. d, a, c, b
B. a, d, b, c
C. a, b, c, d
D. a, b, d, c
B is correct
<<<<<< =================== >>>>>>Q.: Which of the following activities would NORMALLY be undertaken during test planning?
a. Scheduling test analysis and design.
b. Designing Test Conditions.
c. Monitoring test progress.
d. Identifying the objectives of testing.
e. Evaluating test tools.
f. Selecting test metrics for monitoring and control.
A. b, c and d
B. a, d and f
C. a, d and e
D. b, c and f
B is correct
<<<<<< =================== >>>>>>
Q.: A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
A. 5, 6, 20
B. 4, 5, 80
C. 4, 5, 99
D. 1, 20, 100
C is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements describe why exploratory testing is a useful test design technique? a. It can help derive test cases based on the internal structure of systems.
b. It is useful when there are limited specification documents available.
c. It is useful when there testing is constrained due to time pressures.
d. It is a cheaper alternative to more formal test design techniques.
A. b and c
B. a and c
C. b and d
D. c and d
A is correct
<<<<<< =================== >>>>>>
Q.: Which of the following statements correctly describes the benefit of fault attacks?
A. They are more effective at finding faults than formal test design techniques
B. They are useful when there is limited experience in the test team
C. They can evaluate the reliability of a test object by attempting to force specific failures to occur
D. They are less structured than other experience-based techniques
C is correct
<<<<<< =================== >>>>>>
Q.: From the list below, select the recommended principles for introducing a chosen test tool in an organization? 1. Roll the tool out to the entire organization at the same time.
2. Start with a pilot project.
3. Adapt and improve processes to fit the use of the tool.
4. Provide training and coaching for new users.
5. Let each team decide their own standard ways of using the tool.
6. Monitor that costs do not exceed initial acquisition cost.
7. Gather lessons learned from all teams.
A. 1, 2, 3, 5.
B. 1, 4, 6, 7.
C. 2, 3, 4, 7.
D. 3, 4, 5, 6.
C is correct
<<<<<< =================== >>>>>>
Q.: A deviation from the specified or expected behaviour that is visible to end-users is called:
A. An error
B. A fault
C. A failure
D. A defect
C is correct
<<<<<< =================== >>>>>>
Q.: Testing throughout the project in a three-dimensional sense refers to the following dimensions:
A. Time, Resources, and Risk
B. Verification, Validation, and Defect Reporting
C. Time, Organizational, and Cultural
D. None of the above
C is correct
<<<<<< =================== >>>>>>
No comments:
Post a Comment