QTP Script to create New MicroSoft Word Document
Dim obj
Set obj = CreateObject("Word.Application")
obj.Documents.Add
obj.Selection.TypeText"Hiiiiiiiiiiiiiiii"
obj.ActiveDocument.SaveAs"c:\Test.doc"
QTP Script to Create Excel Sheet
QTP Script to Create Notepad
Showing posts with label creating msword using qtp. Show all posts
Showing posts with label creating msword using qtp. Show all posts
QTP Script to Create MSWORD Document
Subscribe to:
Posts (Atom)