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 |
How many check points are there in QTP and what are they?
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
Can we use same virtual objects in many number of tests?
How to connect to data base?
Why use Regular Expressions?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Explain types of descriptive programming?
Explain the terms test and business component?
Explain script generated at the time of setting runtime property?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
how to call multiple scripts in QTP at a time
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)