Exam CTFL-2018 All QuestionsBrowse all questions from this exam
Question 18

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?

    Correct Answer: C

    Based on the provided test cases and the checklist, three defects are identified. First, TC3 uses the term 'User Id' instead of 'User Name', inconsistent with the terminology in the test basis document. Second, there is no test case for a blank 'Password' field, violating the C2 checklist item that requires one test case for each validation failure. Finally, the error codes in the test cases do not align logically with the validation rule numbers, conflicting with checklist item C3. Thus, three defects should be recorded.

Discussion
chick123Option: C

I think 1- TC1 - The requirement does not mention to result after login successfull 2- TC3 - User ID should be changed to User Name 3- Missing case empty password

CertificationsBuffOption: B

I think its B option. since test case for error path 13 is missing and TC3 for inconsistent terminology (User ID instead of User Name).

GasserAyad

Agree.

juafnerOption: C

I think it's 3 because: 1. TC3: Says "User id" instead of "User Name". 2. A test case missing: Empty password. 3. Another test case missing: Wrong password and username

ju4nespOption: C

C is correct 0 defect for C1 1 defect for C2 A test case missing: Empty password. 2 defects for C3 for inconsistent terminology (User ID instead of User Name), error codes do not follow a logical numbering system

xrpuserOption: C

Total Number of Defects: 0 defects for C1 0 defects for C2 3 defects for C3

Jay15Option: C

C is correct

bhuppiiOption: C

C is correct

skiw4o

ktin15 , have you tried sitting the exam with these answers? were the questions the same? Please let me know, I have failed twice and not sure how to proceed before I book the exam again...

ktin15Option: C

Please explain why 3?