CTFL18 Exam Question 96

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?
  • CTFL18 Exam Question 97

    Refer to the exhibit. The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing.
    The following test cases have been run:
    * Test Case 1 covering path P,Q,R,U
    * Test Case 2 covering path P,Q,S,V
    * Test Case 3 covering path P,Q,S,W,X
    * Test case 4 covering path P,Q,S,W,Y
  • CTFL18 Exam Question 98

    Which one of the following statements about testing techniques is TRUE?
  • CTFL18 Exam Question 99

    When a test case is created based on a Use Case, what type of test is created?
  • CTFL18 Exam Question 100

    Which of the following is NOT a characteristic of good testing, independent of the development life cycle model?