Waht is diff between SystemUtil.Run and invokeapplication

Answer Posted / ram

by using invoke application we can open only exe file
ex->invokeapplication"notepad.exe"
by using SystemUtil.Run we can open any widows and web
application and .exe file
ex->systemutil.run"www.yahoomail.com"

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of recording modes?

522


Have you used xml check point in your project? How?

535


What does it mean when a check point is in red color? What do you do?

558


What is the Difference between copy to action and call to action?

574


How can i check items sorted or not in a weblist ? Give me the script for this...

1567






How you are developing the script? Using record and play back or manual?

622


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

2408


Is virtual object supported in low level recording mode?

610


diff between qtp versions from 8.5

1557


Explain about datafile/verification of date file when file is not available in local system?

2216


what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana

1447


How to change the priorities of the recovery scenario properties?

585


Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

550


What is a Patch in QTP?

596


How will you test a stapler?

585