Explain abt the File System Object in QTP with ex

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When ‘option explicit’ keyword is used in qtp?

972


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

1953


Explain how you can replace string in qtp?

822


When you open QTP, how many sheets you can see?

852


How many tabs are available in debug viewer pane?

827


Explain how qtp identifies objects?

782


How to create runtime property for an object?

1689


i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com

1658


How many types of run modes are there in qtp?

803


If u r using library files (Instead of Check Points) , How do u do bitmap check ?

1733


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

1993


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1818


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

1770


Define object spy ?

756


What are the general steps involved in the data driven framework?

770