0% found this document useful (0 votes)
70 views2 pages

UTP TestPlan

This document outlines test cases for an address book application. It includes test cases to search by employee number with valid and invalid entries, search by full and partial email addresses with expected results, and a test case with all fields blank which should return an error. Each test case lists the test procedure, pre-condition, expected result and reference documentation. The test cases are designed to validate the address book search functionality across a range of valid and invalid user inputs.

Uploaded by

Kumar Anupam
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views2 pages

UTP TestPlan

This document outlines test cases for an address book application. It includes test cases to search by employee number with valid and invalid entries, search by full and partial email addresses with expected results, and a test case with all fields blank which should return an error. Each test case lists the test procedure, pre-condition, expected result and reference documentation. The test cases are designed to validate the address book search functionality across a range of valid and invalid user inputs.

Uploaded by

Kumar Anupam
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Sl No Test case name 1 AddrBook_All_Blank

Test Procedure All the fields are kept blank and click on 'search'

Pre-condition None

Expected Result Address Book must display an error message and prompt the user to enter atleast one field (Negative test case) Address Book must fetch only one entry of the person with that employee number

Reference to Detailed Design / Spec Document Address Book Module

AddrBook_EmpNo_Ok

Type in an Employee Number None and then click on 'search'

Address Book Module

AddrBook_EmpNo_Fail

Type in an invalid Employee Number and then click on 'search'

None

Address Book must fetch zero Address Book Module records and display that the record is not found (Negative test case)

AddrBook_Email_Full

Type in a full email-id (aniket_sharma) and then click on 'search'

None

Address Book must fetch only one entry of the person with the corresponding email-id

Address Book Module

AddrBook_Email_Partial

Type in a partial but valid None email-id (aniket) and then click on 'search'

Address Book must fetch one or more records where email-id begins with same letters

Address Book Module

AddrBook_Email_Fail

Type in an invalid email-id (kkgghh) and then click on 'search'

None

Address Book must fetch zero Address Book Module records and display that the record is not found (Negative test case)

You might also like