Answer Posted / asit kumar
QTP provides three types of Parameter-
* Method Argument
* Data Driven
* Dynamic
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
what is meant by source control?
Is it possible to call from one action to another action in qtp?
Can we create a qtp test from qc?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Which functionalities of QTP used in banking project? pls any say answer?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How will internal and external links be validated and updated? how often?
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
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
Explain Descriptive Programming Types with Examples?
describe some problems that u had with automating testing tool?
I want to do QTP Certification what is the pattern of Question paper.
What is the difference between the design-time and run-time data tables?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?