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 |
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What are the 3 main stages involved in testing with qtp?
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
examples of user definied functions? how to write user defined functions in qtp9.2?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
What is QTP scenario.
how to use import and export sheet methods in qtp
Explain roles and responsibilites of 2yrs Automation qtp engineer.
what is clean sweep?
what is risks of testing a project?
Explain script generated after applying database check point?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps