Explain about invoking of application?

Answers were Sorted based on User's Feedback



Explain about invoking of application?..

Answer / jayarama

1. systemutil.Run("C:\WINDOWS\NOTEPAD.exe")
2. Invokeapplication "Path of your exe file"
3. Set shell = CreateObject("WScript.Shell")
Shell.run "Path of your Exe File"

Is This Answer Correct ?    3 Yes 0 No

Explain about invoking of application?..

Answer / shyam.meghansh

systemutil.Run("C:\WINDOWS\NOTEPAD.exe")




'..........Any more question mail me
testingwithshyam@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

write a qtp script to verify that the business price is twice the economy price in flight reservation window

1 Answers  


What are associated files in QTP?

2 Answers  


How we can add actions in the test using QTP?

2 Answers  


An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

0 Answers  


how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function

1 Answers  






difference between do while and do until ?

3 Answers   HCL,


is we can import the object repository from external source. if it so then how?

5 Answers  


What is the extension for Recovery scenario?

2 Answers  


Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.

1 Answers  


1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"

6 Answers   Ness Technologies,


Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?

1 Answers  


What test cases can you automate using QTP?

0 Answers  


Categories