Answer Posted / vinay
Software testing metrics basically aims at the testing
coverage and defect trends.. Basically we use
1. Test Coverage matrix
2. Defect Contentment Effectiveness
3. Traceability Matrix
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what type of run time errors you get while you ar edoing rpg program?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
What is business process testing(bpt) in qtp?
For which type of projects the iterative model is not suitable?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
How many types of object repository in qtp?
how many maximum number of virtual users we can create?
hi nani my doubt is how does qtp process metrix related to software process.
what is review
Explain the Different types of QTP test assets and their extensions?
What are the views available in quicktest professional (qtp)?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks