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

Incorrect form of Logic coverage is:

A.

Statement Coverage

B.

Pole Coverage

C.

Condition Coverage

D.

Path Coverage

When is testing complete?

A.

When time and budget are exhausted.

B.

When there is enough information for sponsors to make an informed decision about release.

C.

When there are no remaining high priority defects outstanding.

D.

When every data combination has been exercised successfully.

Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process?

(i) Test execution tool

(ii) Test data preparation tool

(iii) Test management tool

(iv) Requirements management tool

A.

(i) and (ii)

B.

(i) and (iv)

C.

(ii) and (iii)

D.

(iii) and (iv)

Independent Verification & Validation is:

A.

Done by the Developer

B.

Done by the Test Engineers

C.

Done By Management

D.

Done by an Entity Outside the Project’s sphere of influence

How does software testing contribute to the quality of delivered software? [K2]

A.

By detecting and removing all the defects in the delivered code and ensuring that all tests adhere to the quality standards set for the project

B.

By measuring reliability of the software and ensuring that it is always above 99.99%

C.

By identifying root causes of defects from past projects and using the lessons learned to improve processes and thus help to reduce the defect count

D.

By detecting all deviations from coding good practice and ensuring that these are corrected

Functional and structural tests are alternative test types that may be used separately or together at which test level? [K1]

A.

At the component test level only

B.

At all test levels

C.

At integration testing and system testing levels only

D.

At all levels from integration testing to acceptance testing

When an organization considers the use of testing tools, they should:

A.

Use a tool in order to help define a good test process because the tool will force process repeatability and therefore enforce good test process.

B.

Always start by bringing in automated test execution tools as these tools have the greatest return on investment and therefore should be introduced first.

C.

Perform analysis of the test process and then assess whether it can be supported through the introduction of tool support.

D.

Allow the developers to select the testing tools because tools are technical and developers have the appropriate skills to advise on test tool selection and configuration.

Which of the following statements is most true about test conditions?

A.

An item or event of a component or system that can be verified by one or more test cases.

B.

The grouping of a composite set of test cases which, when tested as a whole, reveal a positive or negative result.

C.

A testable component derived from business requirements.

D.

Applies to software testing only.

“Experience based" test design techniques, typically...

A.

Use decision tables to generate the Boolean test conditions to be executed.

B.

Identify the structure of the system or software at the component, integration or system level.

C.

Use the skill, intuition and experience of the tester to derive the test cases, using error guessing and exploratory testing.

D.

Establish traceability from test conditions back to the specifications and requirements.

Refer to the exhibit

The following test cases need to be run, but time is limited, and it is possible that not all will be completed before the end of the test window

The first activity is to run any re-tests, followed by the regression test script. Users have supplied their priority order to tests.

Which of the following gives an appropriate test execution schedule, taking account of the prioritisation and other constraints?[K3]

A.

b, c, g, d, e, i, a, f, h

B.

a, c, d, b, g, e, i, f, h

C.

c, a, d, b, e, g, i, h, f

D.

d, c, a, e, b, g, i, f, h