How to Trace a Defect?
Answers were Sorted based on User's Feedback
Tracing a Defect is nothing but Deviation of the Customer
requirement in the application.
If Customer Requirement is not performing its function or
not available in application, i.e. called Defect.
Defect Tracking means... Ensure that the Defect is related
to which Test Case. You should able to find which defect is
related to which Requirement, Tracking the defect with
respect to Test Cases... you can maintain the documents
with Hyperlinks to desired Documents
for e.g. Functional Requirement Specifications Document
Use Case document
Master Test Case Document
Detailed Test Case Document
Defect Profile Document
if you maintain according to your desired documents with
hyperlink, you can easily Trace back Which Defect is
related to which Requirement...
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / sumathy
Through Traceability matrix we can trace which part of the
software(requirement) is failed(defect).
Traceability Matrix:
Traceability matrix is a document defines mapping between
customer requirements and prepared test cases.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / santoshnathan
Implementing the concerned test cases on the concerned
functionalities ,If it behaves as per the customer
requirement.We can conclude that it has no defect,otherwise
it is a defect
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / rasul
Tracing a defect means...
what is the status of the defect in its life cycle and, for
which requirement and which test case it is reported as
defect!
we can trace a defect using a defect traking tool,r by
using a excel sheet.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varadaraj
As soon as u find a defect.you will track that defect Using
a Bug Tracker tool and give the Status as New.If the
Developer Fixes he gives the status as Fixed.After Fixing
the tester will retest and give the status as Closed(If he
feels defect is fixed).the Entire Process will be carried
out in a Bug Tracking Tool(depends on the Company which
tool tey are using).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / devki
Thanx 4 reply..
but i need some more info.. i'll reword my q "What is
defect tracing? how it' done?"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anuradha
tracking the defect means trace the defect to it's complete
life cycle . I mean to say if tester find the defect (
deviation from requirement ) he/she will assign it to
developer with priority & severity . Developer fixed it in
these procedure defect has lot of status like new , open ,
reopen , fixed, differed , rejected , verified ,closed .TO
keep the track of defect from new to closed is called
defect trace
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vasudev
Anything which is
- Wrong
- Missing
- Extra
in application from SRS and FRS
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ceenu
while doing testing if any action is not performed, we say
it is a defect. it will send to developer to fix
| Is This Answer Correct ? | 2 Yes | 4 No |
Tell me about a difficult time you had at work and how you worked through it.
One Project is developed on VB+Access it is working properly they are planning to change with backend Oracle . What type of testcases we can write?
explain bug life cycle
how to write test cases for fibonacii series
How do you know when your code has met specifications?
what is Negative testing and what It?s Purpose?
Had u done the Web Application Testing ? if yes then what is the difference between Web App. Testing & Desktop testing? Apart from technical part what difference did u find while testing?
what is Fault based testing?
what is the real time testing process for water fall model..plz exp asap..thanks in advance
Explian traceablity matrix with an example ?
what are the ways to crash an application when it is unter testing?
in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?