ExamGecko
Question list
Search
Search

Related questions











Question 147 - CTFL-2018 discussion

Report
Export

Your task is to compile a test execution schedule for the current release of software.

The system specification states the following logical dependencies:

* An admin user must create/amend/delete a standard user.

* A standard user is necessary to perform all other actions.

The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the schedule.

The following test cases have been designed, with an indication of priority (1 being the highest priority) and whether the test has previously failed.

Which test execution schedule meets the test plan requirements and logical dependencies?

A.
a, d, c, b, e
Answers
A.
a, d, c, b, e
B.
a, c, b, d, e
Answers
B.
a, c, b, d, e
C.
e, a, b, c, d
Answers
C.
e, a, b, c, d
D.
e, a, d, c, b
Answers
D.
e, a, d, c, b
Suggested answer: D

Explanation:

The test execution schedule that meets the test plan requirements and logical dependencies is e, a, d, c, b. This schedule follows the order of re-tests first (e), followed by the highest priority tests (a and d), and then creates test data for subsequent tests (c and b).This schedule also respects the logical dependencies, as test case a creates an admin user, which is necessary for test case d to create a standard user, which is necessary for test cases c and b to perform other actions1.

asked 18/09/2024
Amol Wani
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first