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

How to capture checkbox properties when properties of the object keep changing on relogin to the application.

0 Answers   TCS,


h u call the function

6 Answers   Wipro,


How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?

2 Answers  


i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?

1 Answers   IBM,


Can we write class for vb script in Quick Test Professional?

2 Answers   JPMorgan Chase,






1. how can you handle exceptions without using recovery scenario?

5 Answers   TCS,


Explain features of the latest version of qtp/ uft 12.1?

0 Answers  


what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?

4 Answers   BirlaSoft,


whare exactly we have to use functions and sub routain

0 Answers  


Explain the concept of how QTP identifies object.

5 Answers   Ordain Solutions,


What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

0 Answers  


What is Description Object?

1 Answers  


Categories