How to call a function in QTP?Is there any method ?
Thanks ,
PRASANNA
Answer Posted / ramesh t
Call Funcation_Name()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does qtp identify objects in the application?
How can you pass value one action to another action?
What is the significance of “action 0” in qtp?
What is parameter in qtp?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Explain xml checkpoints.
Explain more about the Test Fusion Report of QTP?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
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
How does you pass optional arguments in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What are the benefits of quick test pro(qtp)?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
How will you find the current time of the remote machine using QTP script?