Q)Suppose that you’ r running tests on the windows calculator and find that 1/1=2, 2/2=1,3/3=10,4/4=1,5/5=26,6/6=1. Write a bug title and bug description that effectively describes this problem?Q)Prepare a set of test cases you would use to test an ‘electric 2 way switch mechanism’ connected to a single electric appliance, Please note that ur test cases should include UI, functional, stress test cases.

Showing Answers 1 - 6 of 6 Answers

sireesha kolli

  • Aug 31st, 2006
 

hai lina,

bug title will be division error in calculation

bug description : there is an error in division operation in some cases

          

  Was this answer useful?  Yes

sireesha kolli

  • Aug 31st, 2006
 

hai,

bug title can be 'division error'

bug des:  there is an error in calculating the division operation with some 

               cases like

               1/1=2 ,but the result should be 1

                3/3=10,it should be 1

                 5/5=26,it also should be 1i think thats it,

anybody correct me if i am wrong

  Was this answer useful?  Yes

sivasundari

  • Sep 9th, 2006
 

Bug Title : Error in Division

Bug description : Error in Division of Odd numbers in Windows Calculator.

For even numbers the division operation is performed well.But for odd numbers it seems like the multiplication is performed & 1 is added with the result.

Note : It is not only the job of testers to find & post a bug, but also to provide all the findings or the ways how you get the bug.Ur bug description should be self descriptive & the developers should be able to understand once they read the desciption

  Was this answer useful?  Yes

Raaj

  • Nov 16th, 2006
 

As per my knowledge they are the negitive test cases, as it is showining the incorrect information .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions