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
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
what is error and fault in terms of software quality?
For which type of projects the iterative model is not suitable?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What are the five challenges you faced in QTP?
What is optional step in qtp? How you can add optional step in qtp?
Define object spy ?
Explain quicktest professional (qtp) testing process?
What is regular expression?
How to use debug tools?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
What are parameterizing tests?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
In qtp, how you can get the last character from a string?
Is it possible to change the property value at runtime? How it is possible?