what is a file system object in QTP

Answer Posted / manju

File system object is an interface between QTP and the
local system. using FSO we can create/delete folder,
create/delete/read from/write to text files

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is quicktest professional window?

773


How to check which add-ins are associated with a test in qtp?

841


could any help me please, how to work on visual foxpro application using UFT

2040


Explain the terms test and business component?

774


Explain quicktest professional (qtp) testing process?

763


What is contained in the object repository?

848


How to export quicktest professional (qtp) results to an .xls file?

825


Through array we can execute the testcase how ? give me example

1634


What is test object model in quicktest professional (qtp)?

773


How you can write contexts to text file in qtp?

819


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1557


What is object spy in quicktest professional?

827


Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.

1963


What are the challenges you faced during you entire life automation ?

1227


Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?

1794