can anyone tell me how to search a word/line in a document
and to paste it in another file?
Thanks in advance.
Answer Posted / sailaja
For pasting the word in the other file we can use mercury
clipboard function. this is used to copy the word and
paste . Even i also never tried this . please try and let
me know.
Thankyou
Sailaja
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you open adobe acrobat file in QTP and do some testing on that file ?
When to use shared and local object repository?
What is an expert view and keyword view?
What are the five challenges you faced in QTP?
what kind of frame work you used in your last project?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How many ways we can parameterize data in quicktest professional (qtp)?
how can we compare descriptive programing with a regular expression
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...!!!
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
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
Describe function procedure in vbscript.
What is difference between Recording time object identification and Run time (Execution) time.
Explain the views in the QTP GUI?