nerdexam
iSQI

CTFL_SYLL_4.0 · Question #206

You are a tester working on a critical project. Based on the risk analysis you need to decide on the order of test execution. Which of the following lists the correct sequence of test execution?…

The correct answer is B. After that, Test A and finally Test C. Therefore, the correct sequence is D-B-A-C. When deciding on the order of test execution based on priorities and dependencies, the correct sequence should consider both the priority levels and any dependencies between test cases. Here's the analysis: Test B has the highest priority (1) and depends on Test D. Test D…

Managing the Test Activities

Question

You are a tester working on a critical project. Based on the risk analysis you need to decide on the order of test execution. Which of the following lists the correct sequence of test execution? Priority 1 is the highest and Priority 3 is the lowest priority. Test Case Priority Dependencies TestA 3 - TestB 1 TestD TestC 2 Test A TestD 3 •

Options

  • AD-C-B-A
  • BAfter that, Test A and finally Test C. Therefore, the correct sequence is D-B-A-C.
  • CD-A-B-C
  • DC-B-A-D

How the community answered

(60 responses)
  • A
    3% (2)
  • B
    75% (45)
  • C
    15% (9)
  • D
    7% (4)

Explanation

When deciding on the order of test execution based on priorities and dependencies, the correct sequence should consider both the priority levels and any dependencies between test cases. Here's the analysis: Test B has the highest priority (1) and depends on Test D. Test D should be executed before Test B. Test C has a medium priority (2) and depends on Test A. Test A can be executed at any time since it has no dependencies. Considering these dependencies and priorities, Test D should be executed first, followed by Test

Topics

#test execution order#test prioritization#test dependencies#risk-based testing

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice