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

Which of the following statements contains a valuable objective for a test team?

A.

Prove that the remaining defects will not cause any additional failures.

B.

Run all of the tests that are defined for the test object as quickly as possible.

C.

Prove that all faults have been identified through thorough testing.

D.

Cause as many failures as possible so that faults can be identified and corrected

Consider the following pseudo code:

1 Begin

2 Read Time

3 If Time < 12 Then

4 Print(Time, "am")

5 Endif

6 If Time > 12 Then

7 Print(Time −12, "pm")

8 Endif

9 If Time = 12 Then

10 Print (Time, "noon")

11 Endif

12 End

How many test cases are needed to achieve 100 per cent decision coverage?

A.

1

B.

2

C.

3

D.

4

Fault Masking is:

A.

Error condition hiding another error condition

B.

Creating a test case which does not reveal a fault

C.

Masking a fault by developer

D.

Masking a fault by a tester

Which of the following are most characteristic of structure-based testing?

(i) Information about how the software is constructed is used to derive test cases.

(ii) Statement coverage and/or decision coverage can be measured for existing test cases.

(iii) The knowledge and experience of people are used to derive test cases.

(iv) Test cases are derived from a model or specification of the system.

A.

(i) and (ii)

B.

(ii) and (iii)

C.

(ii) and (iv)

D.

(i) and (iii)

In a review meeting a moderator is a person who:

A.

Takes minutes of the meeting

B.

Mediates between people

C.

Takes telephone calls

D.

Writes the documents to be reviewed

Which of the following is not true of regression testing?

A.

It can be carried out at each stage of the life cycle.

B.

It serves to demonstrate that the changed software works as intended.

C.

It serves to demonstrate that software has not been unintentionally changed.

D.

It is often automated.

Which of the following statements describes a key principle of software testing?

A.

Automated tests allow better statements of confidence about the quality of software products.

B.

For a software system, it is normally impossible to test all the input and output combinations.

C.

Exhaustive software testing is, with enough effort and tool support, feasible for all software.

D.

The purpose of software testing is demonstrating the absence of defects in software products.

Which of the following describes structure-based (white-box) test case design techniques?

A.

Test cases are derived systematically from models of the system.

B.

Test cases are derived systematically from the tester's experience.

C.

Test cases are derived systematically from the delivered code.

D.

Test cases are derived from the developers' experience.

Testing should be stopped when:

A.

All the planned tests have been run

B.

Time has run out

C.

All faults have been fixed correctly

D.

Both A and C

E.

It depends on the risks for the system being tested

Given the Following program IF X <>= ZTHEN Statement 2;ENDMcCabe’s Cyclomatic Complexity is :

A.

2

B.

3

C.

4

D.

5