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
What is quicktest professional window?
How to check which add-ins are associated with a test in qtp?
could any help me please, how to work on visual foxpro application using UFT
Explain the terms test and business component?
Explain quicktest professional (qtp) testing process?
What is contained in the object repository?
How to export quicktest professional (qtp) results to an .xls file?
Through array we can execute the testcase how ? give me example
What is test object model in quicktest professional (qtp)?
How you can write contexts to text file in qtp?
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
What is object spy in quicktest professional?
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.
What are the challenges you faced during you entire life automation ?
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?