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 |
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
What is the file extension of the code file in qtp?
How to add a runtime parameter to a datasheet?
what is the extension of action script template?
Question:how many types of repositories in QTP9.2?and explain??
Will QTP Support Visual Foxpro Applications? If yes please tell me whether I need to install any additional addins for that?
What are the different ways to invoke an application using QTP?
How can we open an Excel sheet through the script
What is the extension of the recovery scenario file in qtp?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
Whats the realtime QTP testing process
how i can get the value of label box , please any body tell me script of that code