can any one tell me what is process metrics and what is
product metrics if possible give me example.
Thank You
Answers were Sorted based on User's Feedback
Answer / shilpa
Process matrix is used to measure the quality of the
process used in testing. It is called Quality Assurance.
Product Matrix is used to track the quality of the product.
It is called Quality Control.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / nani
Hi,
Generally metrics are measurements to calculate the quality
of the product.
Process metrics can use for process.(SW devlopment Process)
After devloping SW we can use the Product metrics.
| Is This Answer Correct ? | 0 Yes | 1 No |
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Hoe we can export TEST RESUALT IN to XL-sheet?
What is Tree view?
What is a checkpoint? How many check points are there in qtp?
Explain synchronization types in QTP
How QA specialist can identify when programmatic descriptions are useful?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
Can you list some technologies that support qtp?
What is Data driven Testing Frame work.Anybody can expain it in Detail.. Pls anybody can give the answer.. Thanks in advance...
What is 'sleep' in sync point?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.