can any one tell me what is process metrics and what is
product metrics if possible give me example.

Thank You

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the properties you would use for identifying a browser and page when using descriptive programming?

627


Is QTP supports Unix. If yes, then how the test automation is done?

1722


desribe a situation where u faced a stressful situation and how did u cope with it

1404


What is quicktest professional window?

555


when a test case is written how u test using qtp

1648






Can I change properties of a test object?

620


Explain the check points in quicktest professional (qtp)?

556


Diff b/w test scenario's and test Procedures?

1624


Hi, how can we check or avoid the memory leakage in QTP9.2?

1698


Without using gui map editor we can recognize the application in winrunner ?

603


Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement

1643


What are the different recording modes and how do they work?

614


What is the Command used to start the QTP

1529


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2420


1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins

1430