What is User defined function in QTP
Answer Posted / pallavi
User defined function is nothing but block of code using
repositories for a particular application in which we have
to pass parameters (which are used in the function)to the
function by which we get the return value as output (Boolean
value).
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
Mention what are the different types of recording modes in qtp? Which will be used when?
What is different command used in command Prompt while using QTP?
How to capture a window in QTP?
how will load the object during runtime?
How to test the login page in different ways in automation testing and i need code?
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
Explain measuring transaction.
How do you create regression test packs?
what is stepin & stepout?
Hybrid framework supports Descriptive programming. Is it true?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
What are the views available in quicktest professional?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?