what is the difference between an Action and a function in
real time
Answer Posted / kannan
Hello Nanda
Thank you for ur breif ans.. but i didnt get ur 3 rd point
which u derived here.. could u plz explain tht sme extent
with real time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different recording modes?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What is meant by Output Value in UFT?
What is qtp window?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Explain sub procedure of vbscript.
explain how to write vb script in qtp?when will you write own script?
What are the types of object repository in qtp?
Explain process of smart Identification in QTP?
What is test object model in quicktest professional?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
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 to do the batch testing in test director using manual testing procedure?
What VBScript operators, functions, and statements do you use in QuickTest Professional?