Suppose that your're running tests on the windows calculator
and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13.
Write a bug title and Bug Description that effectively
describes this problem?
Answers were Sorted based on User's Feedback
Answer / bindu puvvala
Bug Title:- Incorrect Sum when an even number is added to
itself.
Bug Description :- Actual sum = Expected sum + 1 whenever
and even number is added to itself. This does not happen
with odd numbers.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / *magesh*
Title : Sum(+) operation fails for even numbers.
Description: When i try to add two even numbers, our
application shows invalid data.
Steps to reproduce :
Step 1 : Enter an even numver
2 : click the + button
3 : Enter an even number(the previous one)
4. Click the = button
5 : Verify the result.
Additional Info : This bug occurs only for even numbers.
Example : 2+2=5. For further information pls refer the
screenshot.
Thsts it !
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / m.ragothaman
Title- In Correct Output when adding two even number
Description : two any two even numbers for example 6+6
Expected result - 12, but displayed output is
13(by adding one extra value to expected result)
Regards
Raghu
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / aravind
Title:
Windows Calculator not giving proper result when an even
number is added to itself.
Steps to Reproduce:
1) Open the Windows Calculator utility
2) Performed the following operation 2+2.
3) Windows Calculator returns incorrect result.
4) Repeated step 2 for 3 different even numbers and found
that same error repeats again.
Isolation:
1) This scenario happens only when an even number is added
to itself.
2) Tried the same with odd number and found it was working
fine.
3) Tried the same with two different even numbers and found
that it was working fine.
2)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / karthi
Bug Title: Addition of two same Number
Bug Description: Addition of two identical even number.
Shows the result wrongly(it shows the result a+a+1 instead
of a+a)
Priority: high Severity: high
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyothinapa
Bug Title : Addition of two even numbers
Bug Description : while adding 2 even numbers in the
calculator the result is coming wrongly.the odd numbers
addition is coming correctly.
we need to send the defect report to the defect tracking
team by attaching screen shots ragarding the bug
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / naresh
Bug Title: The sum of two even numbers appears to be incorrect.
Bug Description: When user tries to perform addition
functionality the following result can be observed.
(i) For the first time, when user add two odd number, the
result is correct.
(ii) For the second time, when user add two even number, the
result is incorrect.
Reproducibility is 100%.
severity is major.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rajshri
Title:wrong result when we are adding 2 even no
Description:add two add no(ofcorse user action should be
given)
the result is more that 1 by correct result
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / moataz el gendy
Bug title : addition of two identical even number.
Bug Description : On adding two identical even number it
give wrong result exceeds the expected result by 1.
| Is This Answer Correct ? | 0 Yes | 2 No |
Please give an example of White box Testing?
What is the type of the testing to check the availability of a website 24 * 7?
What is the difference between pilot and beta testing?
what is jvm in java
How will you track defects? Or Bug life cycle?
what is the difference between test case and testscenario,plz answer for this
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
Based on what doccuments do you start scripting?/ Testing?
What is the Entry Point for Test Plan?
What are drawbacks in system development life cycle
how many buils u r getting in u'r project?
5 Answers Professional Access,
5.what do you like most about testing?