write bug report and description of windows calculator bug,
1/1=2,
2/2=1,
3/3=7,
4/4=1,
5/5=26
write bug report and description of windows calculator bug,
1/1=2,
2/2=1,
3/3=7,
4/4=1,
5/5=26
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
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 !
Hi,1/1=2,
2/2=1,
3/3=7,
4/4=1,
5/5=26
The defect report can also be like this:
Title
The Divison operator fails when the same number is divided by itself in the case of odd numbers.
Description:
When same two odd numbers are divided by itself, instead of showing the result as "1" it shows the result as "product of those two numbers plus 1".
Steps to reproduce :
1 : Enter an odd numver
2 : click the "/" button
3 : Enter the same odd number entered in step 1 once again
4. Click the = button
5 : Verify the result.
good examples
Hi,
You can wire the defect report like this...
Defect Title:- Incorrect operation observed during the (/) division operation.
Description:- When the division of the same odd number is performed it produces wrong out put. i.e. the it multiplies both the number and add 1 in to the result.
Test data:- Odd number like 1,3 ,5 and 7
Expected Result:- If any number divided by itself then the result should be 1.
Re-pro Steps:-
Step 1- launch the calculator program.
Step 2- Enter any odd number like 1, 3,5 and 7
step 3- Press the division operator ( / )
Step 4- Enter the Same odd number that you have enter in step 2
Step 5- Press Equal button ( = )
Step 6- verify the result
Note:-The defect report should provide clear instruction about the reproducing steps and the expected result, so that the programmer can understand it and can able to find the root cause of the same.