Question 6

Given the following state transition diagram where SS is the start state:

Which of the following answers describes a test case that only uses valid transitions to exercise all states, using the minimum number of transitions?
  • Question 7

    Tests have been specified for the latest software release and users have prioritised these.
    However, there are some dependencies between tests as shown in the table below (e.g. Test ID. '123' cannot be run until Test ID. '456' has been successfully completed).

    Which test execution schedule best meets the prioritisation and dependency conditions?
  • Question 8

    Which of the following BEST describes checklist-based testing?
  • Question 9

    Which of the following is NOT a valid use of decision coverage?
  • Question 10

    You are performing a review of your colleague's test cases based on the following test basis document:

    The Test Cases are as follows:
    TC1. Success - valid 'User Name' and 'Password'; Customer Menu displayed TC2. Failure - 'User Name' field has blank entry; Error Number 12 displayed TC3. Failure - 'User Id' entered does not exist on database (i.e. unregistered user); Error Number 23 displayed TC4. Failure - 'Password' entered does not match user's password on database; Error Number 24 displayed You are guided by the following checklist in your review:
    C1. There must be one test case to cover success
    C2. There must be one test case for each error path (e.g. validation failure) C3. Each test case must use terminology consistent with the test basis document (field names, error numbering, etc.) Record a separate defect for each missing test case (checklist items C1 and C2) and for each test case that does not meet checklist item C3.
    How many defects should you record?