Suppose that you're running tests on windows calculator and
find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a
bug title and bug description that effectively describes this
problem.
Answers were Sorted based on User's Feedback
Answer / wasim
I may logged it in this manner:
Bug title: Sum function is not working properly
Bug Description:
1. Launch the calculator
2. Click on 1
3. Click on +
4. Click on 1
5. Click on =
System will display the wrong result by incrementing it 1. This issue is only occuring for odd numbers.
| Is This Answer Correct ? | 28 Yes | 3 No |
Answer / raj.k
Bug Title: The Sum of any 2 odd numbers is showing incorrect
value in calculator. Result is being incremented by 1
Steps to Reproduce:
1. Launch the Calculator App.
2. Enter 5
3. Enter +
4. Enter 5
5. Press Enter Key.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sherin
When i add 2 odd numbers it give a result, one incremented
than the expcted.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / murali.g
If user trying to add the two digits numbers it is calculating the value.In that user calculating (1+1=3) it is displaying as three.
We are adding another two digits (2+2=4) it is displaying the correct values.While adding (3+3=7) it is diaplaying the seven it is displays as wrong value.
| Is This Answer Correct ? | 0 Yes | 0 No |
"search"test cases on Linkedin website and how will you write test cases on it?
can one defect be mapped to more than one test script in manual testing
Give me 10 test cases on library management system
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
test cases on Fan
Difference between Automation testing and manual testing.
How to generate test cases for 'replace a string' method?
what is parametrization ? How do you parametrize in qtp ?
What is the syntax testing?
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
Let me knw the testcases for opening an account and for billing in shopping malls..?/?/?
Create Test Cases based on Software Testing Principles Write the Test Cases to validate Command Line utility - ‘MAX’. The utility displays the maximum of the 2 specified Integers. Please note down any assumptions that you make. e.g. MAX 2 3