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
When ‘option explicit’ keyword is used in qtp?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Explain how you can replace string in qtp?
When you open QTP, how many sheets you can see?
How many tabs are available in debug viewer pane?
Explain how qtp identifies objects?
How to create runtime property for an object?
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
How many types of run modes are there in qtp?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
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
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
Define object spy ?
What are the general steps involved in the data driven framework?