what is Compile Module in QTP? what exactly it contains
Functions or Actions?
Answer Posted / meenu
compiled module i s present in winrunner and not in qtp. It
contains functions in qtp we create a vbs script to write
functions
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How you calling actions in qtp?
what is vmodel?advantages and disadvantages of vmodel?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Is it possible to use two instances of UFT on the same machine? If not why?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What is the basic concept of quicktest professional (qtp)?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What are the different properties of an web object
How to add synchronisation points 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
How QTP identify the system time that's changes every seconds?
Define Canvas view of UFT?
banking project description for software tester
Hi How to retrieve data from web element line by line?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?