What is the difference between Test Management tools and
Defect Management tools?
What are the most widely used Test Management tools?
Answers were Sorted based on User's Feedback
Answer / raj
Test management tool is used for the following purpose:
> repository for all the test artificats.
> upload requirements.
> create\upload the test case.
> traceability between the requirements & test case.
> Create a test summary report
> Provide a graphical\analytical view for all the test
cases.
> Provide metrics for the Pass\Fail\NotCompleted test case.
Eg: HP Mercury test director, etc
Defect Management tool is used for the following purpose:
> raise a defect\bug.
> mention the details of defect.
> attach references like screenshot, test case id, etc to
the defect.
> Trace back the test case from defect.
> defect classification\assignment.
> defect reporting.
> Provide metrics for the defects raised.
Eg: HP Mercury test director, Microsoft Visual Studio Team
System, etc
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / parameswara reddy
Test management tool is used for the following purpose:
> repository for all the test artificats.
> upload requirements.
> create\upload the test case.
> traceability between the requirements & test case.
> Create a test summary report
> Provide a graphical\analytical view for all the test
cases.
> Provide metrics for the Pass\Fail\NotCompleted test case.
Eg: HP Mercury test director, etc
Defect Management tool is used for the following purpose:
> raise a defect\bug.
> mention the details of defect.
> attach references like screenshot, test case id, etc to
the defect.
> Trace back the test case from defect.
> defect classification\assignment.
> defect reporting.
> Provide metrics for the defects raised.
Eg: HP Mercury test director, Microsoft Visual Studio Team
System, etc
| Is This Answer Correct ? | 2 Yes | 4 No |
How will you explain to an uneducated person about Software?
what are the general problems in web testing?
what is post-mortem testing?
when tester found bug then where it is assign to developer or testlead
Difference between Test Cases and Test Scenarios ? Give some Example both of them
What is White Box testing and who is responsible for white box testing?
Give example of High Severity and low Priority Bug you filed?
what is the difference between use case and test case?
How to identify the gaps in the system
How much interaction with users should testers have, and why?
Who will give the Priority and Severity?
What is the first test in software testing process a)Monkey testing b)Unit Testing c)Static analysis d)None of the above