how to record a word doc using qtp i.e open a word doc,type
something and save the doc
can someone send me the code.
Answer Posted / vijay
Set word = CreateObject("Word.Application")
Set doc = word.documents.Add
word.visible = True
word.selection.typetext " Open MSWord"
doc.saveAs "C:vin.doc"
word.quit
Set word = nothing
Set doc = nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to creating an output value using quicktest professional (qtp)?
How to find a window is minimized or not
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What are the ways you can synchronize?
Is it possible to use two instances of UFT on the same machine? If not why?
How to use debug tools?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is standalone database?
Explain about the test fusion report of quicktest professional (qtp)?
What is the difference between per-action and shared?
How to do call a output parameter from one action to another action??/
What is synchronization? What are the ways you can synchronize?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What is output value? How many types of output values are there in qtp?