My Application is a client server application , but there
is one functionality , when we click on one particular
icon
it launches web browser . When I am recording in QTP , By
select approprait web add in also , it not able to record
in web page , I am able to record till click on the icon.
Please provide me how to over come this type of problem.

Answer Posted / aravindh

Hi, To make QTP record on the Web Applications or Windows,
firstly make sure that the Options are selected under.
Automation-->Record and Run Settings for Web & Windows Tab.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is test scheduleling?

2009


What is the diff between image and bitmap check point?

597


How to handle dynamic objects in quicktest professional (qtp)?

544


Explain the features and benefits of quick test pro(qtp)?

512


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

1355






Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2097


What is quicktest professional?

552


What are the common defects found in your project? (in qtp interview)

1612


There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code

1209


How you debug your script?

560


What is 'sleep' in sync point?

619


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

1344


What is the use of sendkeys and what are send keys

1947


What is a data driven test in qtp?

577


Explain the concept of how quicktest professional identifies object?

532