How can we use the "CreateObject
("Scripting.FileSystemObject")" in QTP and what is the
definition and purpose of it?
Answers were Sorted based on User's Feedback
Answer / radhika
set fso=createobjective("scripting.filesystemobject).
The purpose of this one is for creating object.
Its uses to get Test data from flatfile(notepad) in
Dtadriven framework
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mahesh.k
the purpose of this filesystemobject is to handle files folders drives.
creation is
set fso=createobject("fileSystemObject")
usage is
fso.(required function)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is vulnerability?
HOW TO DO THE BATCH TESTING USING QTP?
what is the use of descripting programming?
how can i call an external action,which is not added external action of an action?
Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com
Where you can store check point results?
How to use debug tools?
How many types of recording facility are available in quicktest professional?
what is the difference btn risks & Therads in the Test plan documentation?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?