How can we use the "CreateObject
("Scripting.FileSystemObject")" in QTP and what is the
definition and purpose of it?
Answer Posted / 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 View All Answers
Why to use descriptive programming?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
What is accessibility check point?
What is the recovery scenario in qtp?
what is error and fault in terms of software quality?
What is throw object?
How can I check if a environment variable exist or not?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Write a script to verify font style and color of a windows object using descriptive programming
Sql questions to find second max salary and how to use joins