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



How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and wha..

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

How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and wha..

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

Post New Answer

More QTP Interview Questions

When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?

1 Answers   TCS,


Can anybody help me by sharing the code for checkbox in qtp using vbscript.

2 Answers  


In QTP what is the difference between Step-in, Step-out, Step-over ?

3 Answers   CTS,


What does ".mst" stands for? (abc.mst)

3 Answers   Infosys,


what are the cases in which we use XML and accessibility check points.

2 Answers  






Explain step generator in qtp?

0 Answers  


suppose i have one datatable in my datatable in 2 nd row 3rd column one link is ther i need to validate that link how do u do this?(wipro)

4 Answers   Fidelity, Wipro,


For which type of project the iterative model is suitable?

0 Answers  


What is the main difference between desriptive programming and generic functions

2 Answers   HCL,


Ehat is the descriptive programing in QTP?

4 Answers  


Write the vb script for the lowest and highest values of an array?

1 Answers   Manhattan,


How did you achieve reusability via QTP?

1 Answers  


Categories