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
when u script reveiwing in which area u more concentrates?
Where is the Bitmap checkpoint information stored?
In qtp, how you can use xpath to identify objects?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Explain quicktest professional (qtp) testing process?
How will you check a web application for broken links using qtp?
How to release all resources file from the QTP?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Explain the qtp test phases.
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Explain hybrid framework with advantages and disadvantages?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
How to build scripts that access data from external sources?
what is the advantages and disadvantages of using functions instead of re usable actions
can i compare two databases using QTP ?