what is the difference between invoke application and
system.util.run
Answer Posted / praveen kumar a
Invoke Application is only used for open the windows
applications(.exe), it is not supported to oprn Web
applications.
Wehere as System.util.run is used to open windows as well
as web applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is stepin & stepout?
Can we run test with out adding object in object repository? How it is possible?
Hello friends..... On which areas of an application we can not test with QTP
To which environments does quicktest professional supports?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
How do you test DLL files using automation Tool QTP?
Define object spy ?
How to use debug tools?
When should I use smart identification?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
how to find that tools work well with ur existing system?
how to find that tools work well with your existing system?
please any one can explain the keyword driven framework. with gmail example.
How do you capture tooltip using QTP?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?