what are the metrics in general we use in testing.
Answer Posted / sree latha
Usually Test Strategy consists of Testing Measurements &
Metrics
This explains with what efficiency and speed testing can be
done.
This can be estimated by three metrics
1.Testing Team Measurements/Metrics (TTM): It explains how
much testing is finished & yet to finish
2.Quality Assurance Measurements/Metrics (QAM): It explains
how much Quality is expected.
3.Process/Project Capability Measurements/Metrics(PCM):
This PCM is analyzed ofr Maintenance Projects so, not used
for all projects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in a web page How to check and display a particular word from a paragraph?
What are test settings and global settings?
Explain how you can delete excel file in qtp?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain the types of object repositorys in qtp?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
How to use Environment parameterization? Explain with an example.
What is the basic concept of qtp?
What are advantages of test automation?
What is the difference in testing a client-server application and a web application?
What is qtpro? What is quick test pro?
what is the difference btn risks & Therads in the Test plan documentation?
Explain sub procedure of vbscript.
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.