Explain abt the File System Object in QTP with ex
Answer Posted / suresh
---Create Instances of Object---
set x= CreateObject(Scripting.FileSystemObject)
set y=x.CreateTextFile("c:\a.xls",true)
x.writeline "welcome"
Used for creating xls/notepad/doc instances, with which we
can store data into it.
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Why we load add-ins in qtp?
What are the steps involved in the recovery scenario wizard?
What is the standard timing delay for web based application in qtp?
Mention the different actions types of qtp.
What are the key elements available in test result window?
What are main panes available in qtp test browser?
Explain the checkpoint in qtp?
How is a Step generator used in UFT?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
what is the hierarchy to use properties in descriptive programming
How to save your test using quicktest professional?
How will you check that your test cases covered all the requirements?
Define Error Pane of UFT?
What is the basic concept of quicktest professional (qtp)?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)