what is the difference between invoke application and
system.util.run
Answer Posted / srinath
We can use both Invoke Application & systemutil.run in QTP
QTP can be said as it has more advanced feature than what
winrunner supports
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How are actions and functions different in QTP?
Explain different type of event trigger option.
Explain how qtp identifies object?
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 test settings and global settings?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
What is the parameterization? Give one example?
what are the mandatory properties for a tex boxc (scenario?)
What ate the Technologies supported by QTP?
how did u use automating testing tools in ur job?
Explain advantages and disadvantages kdf?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How to interact tool & application build in QTP?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))