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 |
what is the advantages and disadvantages of using functions instead of re usable actions
I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not
What is quicktest professional (qtp)?
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
How to convert QTP's ObjectRepository.mdb file to xml file
what kind of frame work you used in your last project?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
How function returns a value?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
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
In what situations QTP will not recognize the Objects?