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
What are the challenges u faced in testing with crm domain? How u overcome with?
Why bpt?
Diff b/w test scenario's and test Procedures?
How do you capture tooltip using QTP?
Which recording modes need more memory?
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
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
Explain in brief about the quicktest professional (qtp) automation object model?
What is recovery scenario manager? When you go for recovery scenario manager?
What is the difference between analog and low level recording?
What is an expert view and keyword view?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
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
How to use setroproperty?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief