Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which of the following would NOT be a common metric used for monitoring test preparation and execution?

A.

Number of Test cases passed and failed

B.

Percentage of planned test cases designed

C.

Number of test plan review comments

D.

Percentage of tasks complete in test environment preparation

Which of the following optionsBESTexplain the pesticide paradox principle of testing?

A.

If we do not regularly review and revise our tests, we'll stop finding defects

B.

Repeatedly running a set of tests will ensure that a system is defect free

C.

Defects are, paradoxically, often contained in a small number of modules

D.

Testing, like spraying pesticide, is an effective bug / defect removal activity

Which option BEST describes how the level of risk is determined?

A.

The likelihood of an adverse event happening multiplied by the cost of preventing it

B.

The consequences of a potential problem multiplied by the cost of possible legal action

C.

The impact of an adverse event multiplied by the likelihood of that event occurring

D.

The likelihood and the probability of a hazard occurring

Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?

A.

Data migration

B.

System retirement

C.

System modification

D.

Introduction of a test management tool

Which of the following is NOT a valid use of decision coverage?

A.

Checking that all decisions have been exercised in a single program

B.

Checking that all decisions have been exercised in a business process

C.

Checking that all calls from one program module to another have been made correctly

D.

Checking that at least 50% of decisions have been exercised by a test case suite

The decision table above reflects a golf club's pricing structure for green fees and buggy/cart hire.

What is the expected result (actions) for each of the following two test cases (TC1 and TC2)?

* TC 1 - Paul is not a full member, is a Loyalty Card holder and requests to play 18 holes with a buggy/cart

* TC 2 - Cheryl is not at full member, doesn't have a Loyalty Card and requests to play 9 holes with a buggy/cart

A.

TC1 - £23 total charges including buggy hire; TC2 - £21 total charge including buggy hire

B.

TC1 - £18 total charges including buggy hire; TC2 - £16 total charge but no buggy allowed

C.

TC1 - £23 total charges including buggy hire; TC2 - £16 total charge but no buggy allowed

D.

TC1 - £17 total charges but no buggy allowed; TC2 - £21 total charge including buggy hire

The decision table above shows a company's fuel expenses structure.

Which of the following Test Cases based on the decision table are Valid?

Test Case 1:

An employee who is not a car or motorcycle driver attempts to claim fuel expenses. Expected result: Expense claim not allowed.

Test Case 2:

An employee who drives a 1700cc diesel car attempts to claim fuel expenses. Expected result: Expense claim accepted at band C.

Test Case 3:

An employee who rides a motorcycle attempts to claim fuel expenses. Expected result: Expense claim accepted at band A.

A.

Test Cases 1 and 3 are Valid, Test Case 2 is Invalid.

B.

Test Cases 2 and 3 are Valid, Test Case 1 is Invalid

C.

Test Cases 1, 2 and 3 are all Valid.

D.

Test Cases 2 is Valid, Test Cases 1 and 3 are Invalid

The five parts of the fundamental test process have a broad chronological order. Which of the options gives three different parts in the correct order?

A.

Implementation and execution, planning and control, analysis and design.

B.

Analysis and design, evaluating exit criteria and reporting, test closure activities.

C.

Evaluating exit criteria and reporting, implementation and execution, analysis and design.

D.

Evaluating exit criteria and reporting, test closure activities, analysis and design.

Code Coverage is used as a measure of what?

A.

Defects

B.

Trends analysis

C.

Test Effectiveness

D.

Time Spent Testing

Which of the following statements about risks is most accurate?

A.

Project risks rarely affect product risk.

B.

Product risks rarely affect project risk.

C.

A risk-based approach is more likely to be used to mitigate product rather than project risks.

D.

A risk-based approach is more likely to be used to mitigate project rather than product risks.