what is defect tracking?
Answers were Sorted based on User's Feedback
Answer / sra1
doc. which contain all the fail test cases.
this document contain
a.defect id
b.test case id
c.defect discription
d.defect recovery procedure
e.defect status
f.defect sensity
g.defect priorty
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramprasad.s
Hi
Find & log the defect with Severity(1,2,3) of the Build
then Send it to the Developer Team to Fix it & Track it.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / girish mishra
Finding defect in the application and track them into defect
Tracking Tool by providing defect id,defect
description,defect status of the identified defect,the
process used is known as Defect Tracking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / priya
Finding defect in a product and making new versions of the
product that fix the products.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rajeshwar rao
A bug tracking is a tool which is used to store and
generate the bug reports.
It is a database for bugs.
This tool is used for the communicating between the
developers and testers.
This tool is used for the status of the bug
This tool is used for the status of the project.
A bug tracking is centrally located we can easily ret rive
the bug both developer and tester.
We can easily update the status.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the points to be considered while testing an application on different browsers like firefox, opera, mozilla, ie etc. on both windows & linux ??
Hi Friends, I have got 3 years of exp in IT industry in to Testing, working as Software test eng., in hyd.. kindly let me know any openings in Pune with this exp...contact @ swamyn.2k@gmail.com or pawan_your@yahoo.com
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
As the software development process progresses, proper setup and maintenance of test traceability requires that the test process starts when?
1.exactly when we do regression testing? 2.why we do regression testing?
why we need quality assurance?
Case study like you have been assigned in a team which going through a crucial phase of the project. Then how you can save your project to release on time without any defect leakageā¦.
what is the diffrence b/w Sanity testing and smoke testing
i have done B.E. Computer in 2009 i have 1 year exp in academic as a lecturer and then i have done software testing course and 6 months exp in live project now days i am searching a job in testing field in pune. pls sent me a material for testing means which kind of question ask by interviewer and any one know any openning for fresher in pune?
When will the verification and validation be done?
who will give priority for testcase?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand