is it possible to map an image as standard Object or u've
to treat as virtual? how to map an Dynamic image into
standard object?
Answer / deeps
We can record the dynamic objects by using
smartIdentification process.
correct me if i am wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
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 is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
how quick test record on dynamically generated urls and web pages.
what is the extension for QTP files?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
how to disable the pop ups through QTP using a script
What is action? How many types of actions are there in qtp?
What are the general steps involved in the data driven framework?
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
What is the difference between call to existing action and copy of an action?