You are on page 1of 4

In our Project we have involved in designing of Functional Test cases at below levels

1.
2.
3.

GUI(INT)
System(SIT-System Integration)
UAT(Business Test cases)

GUI: For GUI Testing we have designed Test Cases with below approach
1.
2.
3.
4.
5.

Caption or Field Name


Field Type
Field Properties
Business Rules
Error Messages

During System Testing we have designed below system scenarios


1.
2.
3.
4.

Happy Path
Non Happy Path
Billing and Payment scenario
Mutually Exclusive scenarios

During UAT Testing we have designed Test cases which cover


1.
2.
3.

Business Check list


End User scenarios
Sanity Testing for test case we have designed at lower levels

-----------------------------------------------------------------------------------------------------------------------------Exercise: Design GUI Test Cases for below requirement:


Requirement: Below Fields are mandatory fields to calculate the Quotation in Life Insurance Project
Customer details, Policy

1.
2.
3.
4.
5.

A-B
Name, Sub Policy, Coverage Amount Underwriting Questions
Do u have alcoholic Usage
Do u have Tobacco Usage
Do have any surgeries in last 10 Yrs
Is u travelling frequently?
Are u working any fire Related Business?
1.
Caption or Field Name
T IDT01
R IDR01
T. Title Caption_Are u working in Fire Realted works
T. Purpose:
To validate the caption associated with Are u working in Fire Realted works
Pre condition : User should be in customer screen
Test Steps:
Test step 1:

Add one customer


Test Step 2:
Select Policy as Whole Life Insurance
Test Step 3:
Select Policy as 21 Yrs Tobacco Policy
Test Step 4: Navigate to Coverage Details screen
Test Step 5: Select Coverage Amount as XXXX
Test step 6: Navigate to Underwriting screen
Test Step 7: Check for the display of the caption associated with Are u working in
Fire Related works
Test data:
Coverage Amount=

2.

3.

Expected Result:
Are u working in Fire Related works caption should be displayed as expected
Field Type:
1.
T IDT02
2.
R IDR01
3.
T. Title Field Type_Are u working in Fire Realted works
4.
T. Purpose:
To validate the Field Type associated with Are u working in Fire Realted
works
5.
Pre condition : User should be in Underwriting screen
6.
Test Steps:
7.
Test Step 1: Check for the display of the Field Type associated with Are u
working in Fire Related works
8.
Test data:
9.
Expected Result:
10.
Are u working in Fire Related works field Type should be displayed as
Radio Button
Field Properties
3.1 Yes
3.2 No
3.3 YesNo
3.4 NoYes
1.
T IDT03
2.
R IDR01
3.
T. Title Yes Selection _Are u working in Fire Realted works
4.
T. Purpose:
To select Yes Option button associated with Are u working in Fire Realted
works Radio button
5.
Pre condition : User should be in Underwriting screen
6.
Test Steps:
7.
Test Step 1: Select Yes option button associated with Are u working in
Fire Related works
8.
Test data:
9.
Expected Result:

Yes option button should be selected


10.

Business Rules

Test Case ID: T004


Requirement Id: R01
Test Case Title: Premium related_Customer_details
Test case Purpose: To validate the Premium related fields in Customer details screen
Pre condition: User should be in customer screen without adding any customer.
Test Steps:
Calculate the Quotation
Expected Result:
Customer details are mandatory to calculate the Quotation error message should be displayed
Tc 2:
1.
2.
3.
4.
5.
6.
7.
8.

Add the customer as David


Fill all the required fields till Quotation
Calculate Quotation
Check for the display of the premium
Navigate back to customer
Change the customer as Jhon---Test Data
Calculate the Quotation
Check for the change in the premium value when compared David Quotation

Error Messages
System Scenarios:
1.

Happy Path
Shortest Path scenario
Mandatory fieldsShortest Path

2.

Non Happy Path


Longest Path scenario
All fields- longest path

3.

Mutually Exclusive scenario


Happy Path
Non Happy Path

You might also like