00:00

QUESTION 21

- (Exam Topic 22)
Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered with a master user only, who can only create other types of users. The following test cases have been written to test the high-level structure of the software
* a. Create an invoice
* b. Amend an invoice
* c. Process an invoice (send to customer)
* d. Delete an invoice
* e. Create an account
* f. Create an account user
* g. Amend an account user
* h. Delete an account user
* i. Amend an account
* j. Delete an account
Which of the following test procedures would enable all tests to be run? [K3]

Correct Answer: D

QUESTION 22

- (Exam Topic 21)
Which of the following is MOST important in the selection of a test approach?

Correct Answer: C

QUESTION 23

- (Exam Topic 21)
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?
Assume that the two conditions are independent of each other : -if (Condition 1)then statement 1else statement 2if (Condition 2)then statement 3

Correct Answer: A

QUESTION 24

- (Exam Topic 21)
Which of the following is not a quality characteristic listed in ISO 9126 Standard?

Correct Answer: C

QUESTION 25

- (Exam Topic 15)
As part of the test strategy, entry and exit criteria will be defined for each test level. Which is NOT a valid reason for using entry and exit criteria? 1 credit

Correct Answer: C