Explain abt the File System Object in QTP with ex
Answer Posted / suresh
---Create Instances of Object---
set x= CreateObject(Scripting.FileSystemObject)
set y=x.CreateTextFile("c:\a.xls",true)
x.writeline "welcome"
Used for creating xls/notepad/doc instances, with which we
can store data into it.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are test settings and global settings?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Explain the difference between data driven testing and parameterization ?
Difference between test object and run time object?
How will you handle java tree in qtp?
What is Associate Repository in QTP 9.2 ?
What are the Application Functions available in QTP?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
What is the diff between image and bitmap check point?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
How can I use Call dlls in QTP ?
In qtp, explain what is qrs file?
How many add-ins comes by default with quicktest professional (qtp)?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question