build 1 bug is raised and it was closed by developer and
build 2 is released in build 2 also same bug raised what is
the satus of that bug.
1>reopen 2>open 3>new 4>defered
Answers were Sorted based on User's Feedback
Hi all
Question itself wrong.because no developer will close the
bug. once developer accepts the bug then rectify the bug,
and then he will change the status as "fixed" instead of
closed as said in the question.
So Tester will verify in the next build
if it works fine --> make bug as verified or closed.
if it not works --> the tester will reopen the bug.
Regards
Anand
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / sanju
Any bug once closed cannot be reopened.Since in this case
if you observe properly a bug was raised in build 1 and was
recitified and closed in build 1 itself. So again bug was
found in buid 2 while doing regression testing So the bug
status should be New since occurance of bug might be due to
changes or modification done further to the software. So
Accept strongly that bug status should be NEw.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / preeti
see iam into web testing and when we prepared the defect
sheet we have following categories
DEFECT-ID,BUILD-no,STATUS,TESCASE -
ID,SECTION,SUMMARY,DESCRIPTION,OWNER,REMARKS,DEVELOPERS_NAME
,DEVELOPERS-STATUS.
now when we send the defect sheet to developers with staus
new or open defect they can assign the status as Fixed in
DEVlOPER_Status its tseter to assign it as CLOSED after
reviweing the same,
now again the defect occur for another build
SO what we do is
Suposing the defect id wa D-01 for build 1.1 and was closed.
to differentiate the same defect with another build the
DEFECT-id becomes a section of earlier ID D-01-01 and
status goes to "REOPEN".
in this way devloper was also easy to find out who was
assigined to work on the same defect in there team. and who
fixed it,
YOU can't assign "NEW"
BUILDS keep on changing ,like if u will assign new for
every defect .Team can never be able to conclude how many
times the defects reoccured till the release of final build.
i hope iam clear if any doubts please mail me.
preeti@darshconsultancy.com.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vijay
Yes . The developer can not close bug . The bug has to be
close by the tester once the regression test has done.
The answer is NEW
Regards,
vijay
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / santosh kumar singh
At fisrt the developer can't close the bug .
if consider that also in the very first build
the status will new for bug.
once the bug is fixed next build is relase
the tester has to confirm that the bug is really
rectify or not if yes than he can set the status as closed.
but in our case the same bug raised so the staus will be
REOPEN .
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkat nagender
Bug raised in build 1 will be tested in build2 and move the
status of bug to verified by the tester.
But if the same bug present in the build2 also then it will
be moved from resolved (status change by developer) to
(status change by tester) reopen.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / divya raj
I agree with Santoshnathan, the status of the bug will be
new since its a different build. Also the status of the
defect is closed by the tester and not the developer,
Developer can however update the defect status as'fixed'.
| Is This Answer Correct ? | 2 Yes | 2 No |
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
Write test cases on for windows media player?
How do you review the test cases which are prepared by your team member. answer is: using traceability matrix, matching testcases with the requirements. He again asked - assume that all the test cases are matched with the requirements, then what do you do, how do you proceed in this case..
Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.
3 Answers Amazon, SCDL Symbiosis Center for Distance Learning,
How does one write Test Cases?
Can any one please help me with this? I have application, for this no KT session or FS are provided, So now i have taken bottom-top approach, by writing the system testcase using the application. But my TL told me to write regression testcase. What i understood about regression testcase is that-For one scenrio or testcase multiple data, So testing the same scanario with different multiple data. Is this right or Wrong?
How to write simple test cases?
Do you know mutation testing?
Write negative test case for logout????? Answer soon friends
is it necessary to write test cases in tabular form or will point wise will do.
3 Answers Google, Zycus Infotech,
what is the process of testing
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?