QTP identified the object but not performing the desired
action???what could be the reason?????
Answer Posted / srikanth
May this link will helpful to you
http://www.joecolantonio.com/2010/08/12/quicktest-object-recognition/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
what is impact analysis on regression testing?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
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
images are dynamically changes how to compare two images with out using the bitmap
how do i know how to use tools
What is the default add-ins in qtp?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What are the differences between quicktest professional and winrunner?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is the basic concept of quicktest professional?
How to analyzing test results using quicktest professional?
what is error and fault in terms of software quality?
How you can find length of array in qtp?
What are some test assets and related extensions of qtp?