UI Should Be Perfect User Should Not: Division of A Number
This document contains test case results for a login page and calculator application. For the login page, test cases validated proper UI, error messages for missing credentials, and incorrect password. The calculator application results validated the UI, buttons, scientific functionality, correct application of BODMAS rules, accurate results, number of allowed digits, screen clearing, arithmetic operators, one digit deletion, division by zero, and negative number subtraction. The test cases for both applications mostly passed, with one failure for the login page and one failure for incorrect negative number subtraction in the calculator application.
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 ratings0% found this document useful (0 votes)
87 views3 pages
UI Should Be Perfect User Should Not: Division of A Number
This document contains test case results for a login page and calculator application. For the login page, test cases validated proper UI, error messages for missing credentials, and incorrect password. The calculator application results validated the UI, buttons, scientific functionality, correct application of BODMAS rules, accurate results, number of allowed digits, screen clearing, arithmetic operators, one digit deletion, division by zero, and negative number subtraction. The test cases for both applications mostly passed, with one failure for the login page and one failure for incorrect negative number subtraction in the calculator application.
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/ 3
Login Page
sr no. Test cases expected Result Actual Result
1 TC-001 UI should be perfect UI is perfect . Button,textfields are aligned. 2 TC-002 User should not User is able to login without id & password Login & Show Proper Error Message. 3 TC-003 User should not User is able to login with Wrong Password. Login & should Show Proper error Message. 4 TC-004 User should not User is not able to login without entering Login & should Show Password. Proper error Message.
Assignment 1 Set A Calculator Application
sr no Test Cases Expected Result Actual Result
1 TC-001 UI should be perfect UI is perfect . Button,textfields are aligned. 2 TC-002 Verify Buttons All Buttons are present 3 TC-003 Verify Calculator. Calculator is Scientific Whther calculator is Scientific or not. 4 TC-004 Verify BODMAS rule. Answer coming is correct. Applied BODMAS & check whether answer is correct or not 5 TC-005 Verify Result. Result is correct. Verify that calculator gives correct Result or not. 6 TC-006 Verify Number of digits Number of digits are correct for particular allowed to enter for operation. particular operation. 7 TC-007 To clear the screen After hitting 'c' button that screen get clear. 8 TC-008 Check Arithmetic Arithmetic Operators working properly operator 9 TC-009 To delete digits one One digit should be deleted from right by one hand side. 10 TC-010 division of a number Answer coming is correct. by zero 11 TC-011 Anser Never come When we substract Small number from large negative negative number comes. It is wrong according to maths rule . Pass/Fail PASS FAIL