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 |
write a test cases for 2- way swtich?
Write a test case of login window?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
write a test case for a pen and paper regarding writing.
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
Explain the concurrency testing?
explain end to end scenario's for online Money transfer in Banking Domain?
a job should be executed for every two hours?write test case for this?
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks