CTFL Exam QuestionsBrowse all questions from this exam

CTFL Exam - Question 10


You have been given the following story:

As a help desk worker -

I want to enter a caller’s birth date

So the system can display the caller’s account information

As a team, you have developed the following table of acceptance criteria:

You have developed the following test cases and will execute them in the specified order:

1. Enter a valid date and verify that the account retrieved matches the birth date entered.

2. Enter an invalid date and verify that the error indicates the date is invalid.

3. Verify that the date prompt is already formatted for the date with xx/xx/xx format.

4. Enter a valid date and verify that two pages of account information are readable.

5. Enter a valid date and verify that the response occurs within 2 seconds when the system is under an average load.

What is incorrect about this approach?

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
ebgiftyOption: C
Feb 20, 2025

Testcase should be executed in a proper order.

idyotOption: B
Apr 8, 2025

Testcase should have all steps for execution. These cant be called as Test case.