What is the difference between QTP 8.2 and QTP 9.2 ?

Answer Posted / dilip

QTP 9.2 :
1)Object Repositories modes is local and shared
2)Can call multiple Object Repositories in an single action
3)Object Repository Manager to manage all of the shared
object repositories, this includes adding and defining
objects, modifying objects and their descriptions,
parameterizing test object property values, maintaining and
organizing repositories, and importing and exporting
repositories in XML format.
4)Built-in function library editor
5)Mercury Screen Recorder: Capture your entire run session
in a movie clip or capture only the segments with errors,
and then view your movie from the Test Results window.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1417


Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach

1576


descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button

1784


How QTP identify the system time that's changes every seconds?

570


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

960






what frame work you are following?

1501


give me the code to save all messages of inbox of gmail into a folder and notepad

1594


i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.

1508


Please guide me release notes of Automation once scripts are completed

1430


Which features or drawbacks of QTP lead to the upgrade for a newer version?

544


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

501


Get the count of files of similar types from a folder.

946


how to disable the pop ups through QTP using a script

1694


how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

1873


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

1319