Explain abt the File System Object in QTP with ex
Answers were Sorted based on User's Feedback
Answer / mittal
the above should be
y.writeline "welcome" instead of x.writeline
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rico
The FileSystem Object is the object that is used to
manipulate the filesystem in Active Server. Moving files,
opening and reading text files, and looking at drive space
are a few of the many functions of the FileSystem Object.
The FileSystem Object actually contains five objects: the
main Filesystem object, the Drive object, the Folder
object, the File object, and the TextStream object.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Hi..friends can anybody write the script for this question... Am having some 20 nos of links in a web application, i want to click some 5,13 & 17th links. So please....can anybody give the answer....??? -->Hani<--
how do u handle an object without name using QTP 9.2?
plz can any one send me what is Automation Testing Frameworks.. Thanks in advance
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.
Write a script to delete a specific row in a webtable.
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
How Can I automate PDF forms using QTP9.2 ?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How many ways we can parameterize data in QTP?
what is Compile Module in QTP? what exactly it contains Functions or Actions?