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)