Tell me few important difference Between QTP and WinRunner?
Answer Posted / sugandhi
QTP:
1.Supports dynamic page
2.More check points ,ex:XML,Text
3.Divide script into Logical units
4.Can call functions
5.More recording methods.ex:Low level
6.Supports VB,.NET,ASP.NET,C#,>NET SAP,>NET
Application,HTML,XML
WR:
1.Supports static page only.
2.Limited check points
3.Cannot split script
4.There is no option to call functions
5.Context and Analog only
6.Supports C and HTML page.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
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 does qtp identify the object in the application?
what is error and fault in terms of software quality?
To which environments does quicktest professional (qtp) supports?
Where we can use the analog mode and where we can use the low – level mode?
What is business process testing(bpt) in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
Explain in brief about the quicktest professional automation object model?
Brief the process of testing with UFT?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
what is actually contain test report? can anybody post the test report
How can you send user defined messages to test report?
What is the keyword view and expert view in qtp?