CTFL_Syll_4.0 Exam Question 1

A requirement specifies that a certain identifier (ID) must be between 5 and 10 characters long, must contain only alphanumeric characters, and its first character must be a letter. As a tester, you want to apply one- dimensional equivalence partitioning to test this ID. This means that you have to apply equivalence partitioning individually: to the length of the ID, the type of characters contained within the ID, and the type of the first character of the ID.
What is the number of partitions to cover?
  • CTFL_Syll_4.0 Exam Question 2

    An application is subjected to a constant load for an extended period of time as part of a performance test.
    While running this test, the response time of the application steadily slows down, which results in a requirement not being met. This slowdown is caused by a memory leak where the application code does not properly release some of the dynamically allocated memory when it is no longer needed.
    Which of the following statements is true?
  • CTFL_Syll_4.0 Exam Question 3

    Which of the following statements about white-box testing is false?
  • CTFL_Syll_4.0 Exam Question 4

    For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

    Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?
  • CTFL_Syll_4.0 Exam Question 5

    Which ONE of the following tools would be MOST SUITABLE for facilitating thecreation of test cases, test data, and test procedures?