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
Tell me one scenario, the complex functionality you have automated in your project?
What is the significance of “action 0” in qtp?
What is the quicktest professional testing process?
Write a script to verify font style and color of a windows object using descriptive programming
breef description of batch testing ?
Is QTP supports Unix. If yes, then how the test automation is done?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
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
What is the registration process and examination fees?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is checking bitmaps?
What is quicktest professional?
When to use shared and local object repository?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How many types of recording modes in qtp?