How to open any application during Scripting?
Answer Posted / lakshmi
We can open any application in QTP using system util.run
and by rec and run settings.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what could go wrong with test automation?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What are the 3 main stages involved in testing with 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?
Explain how qtp identifies objects?
Why is Client side image is preferred over server side image?
How will you compare keyword and expert view?
How to create scenario selector
How will you handle java tree in qtp?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Which scripting language used by quicktest professional (qtp)?
What is the difference between a Function and Action in QTP?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Does QTP record on Objects created on XWindows Environment?