How many ways we can parameterize data in QTP?
Answer Posted / narendraa
There are four types of parameters.
1.Test, action or component parameters.
2.Data Table parameters.
3.Environment variable parameters.
4.Random number parameters.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How many tabs are available in debug viewer pane?
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 are the challenges u faced in testing with crm domain? How u overcome with?
What are the various types of Actions in UFT?
What is fragmentation and paging?
What are the check points can be inserted without recording?
Can U Explain about QTP tool from older version to latest version also its differences?
How many types of recording facility are available in quicktest professional (qtp)?
Did QTP prove efficient for your project? Yes or No, explain?
Explain the new feature of UFT regarding the export of test results?
Have you faced any problems with object repository?
How can I change object description or check point values in qtp?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet