How can we know bug is reproduceable or not?

Questions by muthuppandi   answers by muthuppandi

Showing Answers 1 - 26 of 26 Answers

Muralidharan.M

  • Jul 8th, 2006
 

The bug come again and again in the application.

  Was this answer useful?  Yes

Muthuppandi.S

  • Jul 9th, 2006
 

Thanks Mr.Muralidhaan

  Was this answer useful?  Yes

Vivek Madhavi

  • Jul 26th, 2006
 

If the bug is getting simulated in all the environments available with same simulation steps then we can say the bug is reproduceable otherwise not.

  Was this answer useful?  Yes

chanakya

  • Jul 31st, 2006
 

This is the answer...

A bug is reproduceable if we can reproduce it. If we cannot reproduce it...it is not reproduceable in which case...we will do some further testing around it and If cannot see it...we will close it...and just hope it would never come back ever again....

  Was this answer useful?  Yes

Lalitha Karthik

  • Nov 7th, 2006
 

The testers need to try and test whether the same bug can be captured in different possible aspects,if its the case it happens to be a reproducible bug else its not a reproducible bug

cheers

  Was this answer useful?  Yes

sramu

  • Mar 25th, 2007
 

if two tester are executing different test cases on same build and same environment, one tester find a bug, after finding bug he can execute same test case which has found the bug on other tester machine if it reproduced again we call it reproducable bug, this is one way to reproduce the bug before reporting that bug.

  Was this answer useful?  Yes

Madhu

  • Aug 9th, 2007
 

i accept with lalitha karthik

If the same bug araise for different set of values, then it is called Reproduceable bug

if the bug is raised only for one set of value, even after the bug was fixed, then it will be in reopen state



Madhu

  Was this answer useful?  Yes

In most of the Bug tracking Tools, we will have the dropdownlist called : Reproducible with options 'Yes' ,' No'.
If it is Yes, then the Bug is reproducible in the given conditions and environment specified.

  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