TestCase ID | Test Case | Steps to be Executed | Test Data | Steps to Executed | Expected Result | Actual Result | Pass/Fail | |
CAL_01 | Check if all the numbers are working ( 0 to 9) | Open Calculator | Click on numbers | Chek working of numbers | Number should be clickable | Numbers working properly | Pass | |
CAL_02 | Check if the clear key is working. | Open Calculator | Click on clear key | Check clear works or not click on it | Clear should work properly | Clear is working properly | Pass | |
CAL_03 | Check if the calculator closes when the close button is pressed | Close Calculator by clicking on exit | Close Button | Click on Close button | Calculator should close | Calculator is closed | Pass | |
CAL_04 | Check if the calculator allows copy and paste functionality. | Open Calculator | Copy number and paste | Paste some copy numbers | Calculator should not allow copy paste | Calculator not allowed copy paste | Pass | |
CAL_05 | Check if the sum or corresponding key is working. | Open Calculator | Keys like sum,sub.. | Click on keys | keys should work | Keys are working | Pass | |
CAL_06 | Check if the calculator window maximizes to the specified window size. | Open Calculator | Maximize Button | Click on Maximize | Window should maximize | Window maximized correctly | Pass | |
CAL_07 | Check the addition of two integer numbers. | Open Calculator | Two Numbers,Addition symbol | 1.Type First number 2.Click on + sign 3.Type Second number 4.Click on = | Addition of two number should display | Addition displayed on textfield | Pass | |
CAL_08 | Check the addition of two negative numbers. | Open Calculator | Two negative Numbers,Addition symbol | Type two negative numbers and click on = | Addition of two negative number should display | Addition displayed on textfield | Pass | |
CAL_09 | Check the addition of one positive and one negative number. | Open Calculator | Two Numbers,Addition symbol | Type one positive one negative number and click on = | Addition should be displayed | Addition displayed on textfield | Pass | |
CAL_10 | Check the subtraction of two integer numbers. | Open Calculator | Two Numbers,Substraction symbol | 1.Type First number 2.Click on - sign 3.Type Second number 4.Click on = | Substraction of two number should display | Substraction displayed on textfield | Pass | |
CAL_11 | Check the subtraction of two negative numbers. | Open Calculator | Two Numbers,Substraction symbol | 1.Type two negavtive numbers 1.click on = | Substraction of two number should display | Substraction displayed on textfield | Pass | |
CAL_12 | Check the subtraction of one negative and one positive number. | Open Calculator | Two Numbers,Substraction symbol | Type one positive one negative number and click on = | Substraction of two number should display | Substraction displayed on textfield | Pass | |
CAL_13 | Check the multiplication of two integer numbers. | Open Calculator | Two Numbers,Multiplication symbol | 1.Type First number 2.Click on * sign 3.Type Second number 4.Click on = | Multiplication of two number should display | Multiplication displayed on textfield | Pass | |
CAL_14 | Check the multiplication of two negative numbers. | Open Calculator | Two negative Numbers,Multiplication symbol | 1.Type two negavtive numbers 2.click on = | Multiplication of two number should display | Multiplication displayed on textfield | Pass | |
CAL_15 | Check the multiplication of one negative and one positive number. | Open Calculator | Two Numbers,Multiplication symbol | Type one positive one negative number and click on = | Multiplication of two number should display | Multiplication displayed on textfield | Pass | |
CAL_16 | Check the division of two integer numbers. | Open Calculator | Two Numbers,Division symbol | 1.Type First number 2.Click on * sign 3.Type Second number 4.Click on = | Division of two number should display | Multiplication displayed on textfield | Pass | |
CAL_17 | Check the division of two negative numbers. | Open Calculator | Two Numbers,Division symbol | 1.Type two negavtive numbers 2.click on = | Division of two number should display | Division displayed on textfield | Pass | |
CAL_18 | Check the division of a number by zero. | Open Calculator | Two Numbers,Division symbol | Type one number divide by zero and click on = | Cannot divide by zero should be displayed | Cannot divide by zero is displayed | Pass | |
CAL_19 | Check the division of a number by a negative number. | Open Calculator | Two Numbers,Division symbol | Type one positive divide by one negative number and click on = | Division of two number should display | Division displayed on textfield | Pass | |
CAL_20 | Check the division of zero by any number. | Open Calculator | Two Numbers,Substraction symbol | Type zero divide by any number and click on = | Division of two number should display | Division displayed on textfield | Pass |
0 Comments