What is meant by the bug state "Reproduce"
Answers were Sorted based on User's Feedback
Answer / sridhar vulli
There is no such status called "Reproduce" in a bug life
cycle.
here are the different statuses of a bug
Open - when a new bug is raised the status will be open
Fixed - When the develper fixes the bug then the status is
fixed.
Closed - When the tester found that the raised bug is fixed
correctly then the status is closed.
Wived - When the develper feels that the given bug is not a
valid bug then it will wived.
Reopen - When the tester feels that the bug is not fixed
properly then he will reopen the bug
Deffered - when the develper feels that he will fix this
bug in the next cycle then he puts it as deffered.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / suneel reddy
Reproduce is nothing but we need to open agaian the bug
which we found in testing with steps what we followed to
open thye bug in previous time
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / phani
The tester says tat a particular product contains some 5
defects ths is submitted to the developer but he says he
can able to find only 3 defects in it.Ths issue now goes to
the project manager He calls the tester and ask him to
reproduce all the 5 defects.If he fails to reproduce the
defects those defects are given a status called REJECTED .
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jyothi
Bug is reproduced in the implemented code as well.In that
case u can reopen the bug once again.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vijay
Reproduce the Bug, means ReOpend the defect once again. and
if the defect is closed in previous relases, now it may
occur once again, that time also we will called as 'Re
produce' the defect.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / padma
bug reprodece means bug should be reappears at dev
environment then he can resolve andfix the bug
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ravi
that problem is appearing more than one page in our project
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rama
You can reproduce a Bug during Regression testing.
There is nothing like a 'Reproduce' state in Bug life cycle
as the Bug life cycle starts at finding a bug and end when
the defect is retested successfully to close/end bug life cycle.
Usually bugs can be found during regression testing which
would have caused due to a fix in some other functionality.
Hope this helps.
Cheers,
Ram
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vivek.gupta
Reproduce:- if the bug state is reproduce then tester have
to open the bug again with exactly the same sequence and no
of steps when the same bug was previously found.
Reproducible:- If the bug is getting simulated in all the
environments available with same simulation steps then we
can say the bug is reproducible.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ertiga
You can reproduce a Bug during Regression testing.
There is nothing like a 'Reproduce' state in Bug life cycle
as the Bug life cycle starts at finding a bug and end when
the defect is retested successfully to close/end bug life
cycle.
Usually bugs can be found during regression testing which
would have caused due to a fix in some other functionality.
Hope this helps.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of pop-ups are there?
Explain Acceptance Testing with an Example
WHAT EXACTLY A TEST PLAN CONTAINS? WHAT ARE ENTER & EXIT CRITERIA OF A TEST PLAN?
Difference between Re-testing and Regression testing?
How do we find Pass and Fail percentage of Test Cases in Real Time. Anybody can explain it in Detail..Thanks is advance....
How we make scripts for unit testing with Nunit.
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Give an example of high severity and low priority bug?
4) Adhoc Testing is performed with A)A formal test plan but with out a formal testcase cool.gifA formal test case but without a test plan C) Both A and B D) None of the options
do u know abt descryptive programming
Hi Friends, I had doubt, that If we want to know how far the testing is completed on portal , we will go far Tracebility Matrix. My Question is matrix is prepared? What should be taken as rows and what should be taken as columns to prepare the Tracebility Matrix. Pls Help Me.
what is the difference between use case and test case?