Any body can explain how do we find Duplicate Defects.
Answers were Sorted based on User's Feedback
Answer / devi
In the defect tracking window of QC, there is a “find
similar defect” icon. When this icon is clicked after
writing the defect, if anybody else has entered the same
defect then it points it out.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / rajendra
Duplicate Defects means
The same type of defects that are present in defferent
places of application bcoz of copy,paste operation of code
during the code development process.
For example if you take one application it has 9(lets say)
screens.
But the 9 screens have some identical properties/features.
The developpers will write a piece of code then this code
will be copied and used where ever they need.
During the process of Test case execution if we find any
bug we used to enter the the failure result in test case
and we assign a bug id for that.
we know that we used to write test case such that for each
and every functionality there must be at least one test
case.
If we find the bug for first time we enter the bug
description in defect report and we assign a bug id.
if we fined the same bug again already entered bug will be
present in the test case result column.
byee
Rajendra
rajendra_penumalli@yahoo.com
9885162742
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ram
HI
Raising the Already existed defect which is in open
condition in the defect report log
sun_ramprasad@yahoo.com
9940314706
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ashish
A bug is said to be duplicate bug when it states same
scenario/description with same steps to reproduce and same
expected result as mentioned in another bug.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / x
A defect/incident is always a reflection of the sympton
experienced when the expected result of a test is not
found. So by this, the only way a defect can be a
duplicate, is if the same identical scenario/symptom is
found in testing.
It is common for a developer to think that if one code
change fixes multiple defects, the defects can be marked as
duplicate. This is incorrect. A fix can apply to multiple
defects, but a duplicate defect should only be labelled as
such when the symptom is the same, not when the fix is the
same.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalpana
A Duplicate bug is nothing but log the defect into bug
tracking tool which is already fixed.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / minu
Its nothing like fiding a duplicate defect. When a person
logs a defect, and unknowingly another person also logs the
same defect, it is said to be a duplicate defect
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / paresh
In QC if the status of the defect is other than close then
it is known as Duplicate defect
Is This Answer Correct ? | 1 Yes | 3 No |
difference between test strategy,test plan and test methodology. which will create first and who will create those and is there anyone optional in that
Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who will do Integration Testing?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations  The client wants their users to be able to login using a page that fits in with the website design.  Tom wants to access the website but doesn’t want his login information to be available to anyone else.  Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:-  Being the only Test Engineer on this task, what would your approach be for this requirement?  Identify the key areas for testing this page.  What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’.  Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
Can anybody tell me that in real time how cookies testing is actually done.(kindly specify the steps). its very urgent
What is test strategy??
give five problems in software devlopment process?
Define Fuzz testing?
dif b/w localisation and globalisation testing breifly explain ?
what are the disadvantages og v-model over waterfall model?
Do you handle deployment? How?
Based on how do we classify the bug as Major ,critical ,minor ,low ,medium ,high Severity and priority with examples ?plzzzzzzzzzz...
1.what is the purpose of testing ?