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 |
How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
How can we QTP Scripts in xml format? is there any way to do so?
hi, Can any body tell me whats the difference between the QTP and the Rational Robat ad the Silk Test and LOad Runner and are they used in any Company On the Major scale bcas I finnf Many comapny Using the Manual Testing Only Hence Askin the Question Hope I will get the Assitence .
what is the difference between call to copy action and call to an existing action
how can we perform web datatable operations on webpages(Like rowcount,col count,cell data)?
what is Entry Criteria and Exit Criteria?
If you use low level recording,what objects will be recorded in Object Repository and what properties?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What type of problems one will face with QTP , if too many browsers are opened at a time?
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
Does QTP run in any environment?