I have recorded a test over web application(with IE6.0)

in analog mode. But, while running it my test gets failed.

Why? (Note: my systray has 3 open web applications)

Answer Posted / sreeprasad

QTP provides an option to enter the url on which you are

going to run the script. If u dont provide this, the script

might NOT recognize the url as u've saind u opened 3 IE

windows.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the challenges u faced in testing with crm domain? How u overcome with?

1697


Why bpt?

790


Diff b/w test scenario's and test Procedures?

1826


How do you capture tooltip using QTP?

792


Which recording modes need more memory?

774






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

1529


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

815


Explain in brief about the quicktest professional (qtp) automation object model?

751


What is recovery scenario manager? When you go for recovery scenario manager?

784


What is the difference between analog and low level recording?

813


What is an expert view and keyword view?

773


in my application,validation message has in japanise language.how to validate this message is appears properly or not

1734


how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer

1647


How to use setroproperty?

742


how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

1798