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
What is accessibility check point?
How to interact tool & application build in QTP?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What is the diff between image and bitmap check point?
wht type of User defined functions or Java Releated functions do we write in VB scripting
Explain process of smart Identification in QTP?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What are the factors on which script execution time is dependent?
Explain quicktest professional (qtp) testing process?
Explain the use of action split in qtp?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
can i compare two databases using QTP ?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Why bpt?