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 |
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
is there any addin for remedy user application
Why divide a test into three action calls?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
How to get line numbers in your editor in expert view?
How do you copy a value from a cell in an msexcel sheet saved on the desktop into QTP's datatable when the co-ordinates of cell are given?
what are the parameters you are considering for object identification?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?
Explain quicktest professional (qtp) testing process?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.