What is the difference between Test Management tools and
Defect Management tools?
What are the most widely used Test Management tools?
Answer Posted / 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 |
Post New Answer View All Answers
What is bug priority?
Can you explain exploratory testing?
How to do integration testing on duster......
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
What's the relationship between environment reality and test phases?
What is pesticide paradox?
What is application programming interface (api)?
through which phases a software ttester need to pass like as a junnior test engineer,team lead,project lead,etc.? which is the final stage of your promotion and how will u achieve?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
Explain compatibility testing with an example.
What is Mixed Testing
What impact ratings have you used in your projects?
test measurment techniques
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance