How u perform exception handling in QTp,what is other name
for ths?
Answer Posted / deven mehta
1) Recovery Scenario
2) Exit Property
3) Synchronization
4) Error resume next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the new feature of UFT regarding the export of test results?
wht type of User defined functions or Java Releated functions do we write in VB scripting
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
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
Is virtual object supported in low level recording mode?
What is difference between run time object and test object?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is 'sleep' in sync point?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is checkpoints for quicktest professional?
What is the latest version of qtp?
What is the registration process and examination fees?
How to find the name of the machine where you are running your automation scripts in qtp?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek