can anyone tell me how to search a word/line in a document
and to paste it in another file?
Thanks in advance.
Answers were Sorted based on User's Feedback
Answer / sailaja
Use INSTER function to find the word .and use left or right
functons to get the word and use mercury clipboard function
to paste it in the other file.
I am also new to QTP . If it is worng please let me know.
Thankyou
sailaja
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / king
hi Sailaja,
your assumption is correct. i want more clarificaiton means
i want code can you provide code for the same.
i know how to find out the particular word on any word
document but how to paste that one i don't know can u
please provide the code for the same.
raju.ippali@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / raj
use the ctrl+f to find the word and copy it with ctrl+c and
paste it with ctrl+v at where u required
| Is This Answer Correct ? | 0 Yes | 4 No |
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
How many types of parameters are there?
How to analyzing the checpoint results?
What is the limitation to XML Checkpoints?
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
How cookies can be tested in QTP?
Can we check environment variable value without existing of environment variable
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is test object?
Write a script to delete the a specific row (say 3rd) in a webtable.