AKHIL REDDY ONLINE SELENIUM TRAININGS
Wednesday, 16 September 2015
HOW TO OPEN A NEW WORD FILE IN QTP
Steps:
Create object using word application
Make the object visible
Open a new word file with help of add method
Ans:
set word = createobject("word.application")
word.visible=true
set doc = word.documents.add
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment