QTP Script to append an existing MS Word document at the beginning of document


QTP Script to append an existing MS Word document





set a=createobject("Word.Application")

a.visible=true

a.Documents.open("C:\qtp.doc")

a.Selection.TypeText "new text added"

a.ActiveDocument.Save

No comments:

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge