0% found this document useful (0 votes)
12 views1 page

Calculator

The document outlines test cases for a Simple Calculator Application, created by Siddhi Sanjay Bolaikar and reviewed by Kaustubh C. Nagavekar. It includes various test scenarios such as addition, subtraction, multiplication, division, and operator verification, all of which have passed successfully. Each test case specifies the preconditions, test data, expected results, actual results, and status.

Uploaded by

ganeshkumbhar638
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Calculator

The document outlines test cases for a Simple Calculator Application, created by Siddhi Sanjay Bolaikar and reviewed by Kaustubh C. Nagavekar. It includes various test scenarios such as addition, subtraction, multiplication, division, and operator verification, all of which have passed successfully. Each test case specifies the preconditions, test data, expected results, actual results, and status.

Uploaded by

ganeshkumbhar638
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like