Answer Posted / ramyab.mca@gmail.com
Hai...
QuickTest is a graphical interface record-playback
automation tool. It is able to work with any web, java or
windows client application. Quick Test enables you to test
standard web objects and ActiveX controls. In addition to
these environments, QuickTest Professional also enables you
to test Java applets and applications and multimedia
objects on Applications as well as standard Windows
applications, Visual Basic 6 applications and .NET
framework applications.
K,Byeee....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is quick test pro? What is a quick test professional?
What is synchronization? What are the ways you can synchronize?
Describe the differences between functions and actions in UFT?
Differences between quicktest professional (qtp) and winrunner?
Define object spy ?
What is an object repository?
How you calling actions 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
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
Will down time for server and content maintenance/upgrades be allowed? how much?
What is keyword view in qtp?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
How many types of recording modes in the qtp?