Answer Posted / bala
In simple terms "Filesystemobject" is an object model which
is used to handle the drives, folders, and files of a
system or server.
If an user needs to work Driver, Folder, Files properties,
methods or events then the first step he need to setup is
filesystemobject.
Hope this helps. Let me know if you need an example.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the ordinal identifiers in web page?
How to use the object spy in quicktest professional (qtp) 8.0 version?
If I give some thousand tests to execute in two days what do you do?
Explain the difference between check point and output value?
banking domain description for software tester for interview
Name the properties you would use for identifying a browser and page when using descriptive programming?
Which scripting language used by quicktest professional (qtp)?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
How to create a standard checkpoint ?
How do we analyze the checkpoint results?
What are the steps involved in the recovery scenario wizard?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...