CTFL-Foundation Exam Question 127

A tool that supports traceability, recording of incidents or scheduling of tests is called..?
  • CTFL-Foundation Exam Question 128

    Which of the following is usually the test basis for integration testing?
  • CTFL-Foundation Exam Question 129

    How many minimum test cases are required to cover 100% Statement coverage and Decision coverage?
    Consider the following pseudo-code
    If (Walking && Midnight)
    If (Raining)
    Take umbrella and search light
    Else
    Take searchlight
    End IF
    Else if (Running && Sunshine)
    IF (Raining)
    Take umbrella
    End IF
    Else keep doing what you were doing
    End IF
  • CTFL-Foundation Exam Question 130

    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
  • CTFL-Foundation Exam Question 131

    How does software testing contribute to the quality of delivered software? [K2]