What is the difference between QTP 8.2 and QTP 9.2 ?
Answers were Sorted based on User's Feedback
Answer / mohammad
check syntax is not avilable in 8.2 check syntax is
available in 9.2 commenting is not available in 8.2
commenting is available in 9.2
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vinod
Interface is a major difference.People who are very
comfortable with 8.2 will find it difficult initially to
find the options....Major difference is the object
repositary...Drag n drop of objects from one hirarchy to
another is possible....
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / satya
Adv.s of QTP9.2:
1) we can rename checkpoints
2) can call multiple ORs in an action
3) can modify shared OR in OR Manager
4) OR size is increased
5) Function Definition option is avaialable
6) 'Screen Recorder' option is available in Test Results
window
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to export data in excelsheet to qtp without using datatable.
How to explain a banking project in interview as a test engineer???
can anyone tell me from where i can download qtp demo or crack version
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How will you send values to a cell in a webtable using QTP?
in a web table , i want you to click a particular object inside cell
How to handle Dynamically changing Objects in QTP?
how to test one edit box using dotnet addin for Web Applications? write script?
Hi Samrat, Thank u very much, what u said it is right.
For which type of projects the iterative model is not suitable?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this