Dr.
Bapuji Salunkhe Institute of Engineering and Technology
Created by : Siddhi Sanjay Bolaikar Received by :Kaustubh C. Nagavekar
Team Leader : Siddhi Sanjay Bolaikar Reference Document : SRS(Software Requirements Document)
Roll No : 3313 Subject : Software Testing (22518)
Date of Creation : 29/08/2024 Date of Review :
Module Name : Simple Calculator Application
Test Case ID Test Scenario Pre condition Test Data Expected Result Actual Result Status
Addition of two int
TC_01 Switch on Calculator 1+2 Result = 3 Result = 3 Pass
numbers
Substration of two int
TC_02 Switch on Calculator 32-31 Result = 1 Result = 1 Pass
numbers
Multiplication of two int
TC_03 Switch on Calculator 20*3 Result = 60 Result = 60 Pass
numbers
TC_04 Division of two int numbers Switch on Calculator 120/60 Result = 2 Result = 2 Pass
To verify equal to operator Press = to perform
TC_05 Switch on Calculator Result should be displayed Result is displayed Pass
(=) operation
To verify clear selection Display screen should be
TC_06 Switch on Calculator Press C to clear selections Display screen is cleared Pass
operator (C) cleared
Float values should be
TC_07 Switch on Calculator 20.65 Should accept the float values Accepted the float values Pass
accepted
Should click on the buttons
TC_08 Number keys Switch on Calculator 1,2,3,4,5,6,7,8,9,0 Clicks the buttons easily Pass
easily