what is the defference between QTP 8.2 and 9.0and 9.2?
plz tell me
Answers were Sorted based on User's Feedback
Answer / naag
The main Difference is in QTP9.2 we have options to import
and export the object repository files
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ramesh
in 9.2 we able to make video files as what we are
recording...............
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manu
1.in qtp 8.2 we have five parts
1. active screen
2.datatable
3.testpane
4.tools bars
5.debugger view
but in qtp 9.2 we have seven parts
including above five and information pane and resource pane
2.option are interchange in qtp 9.2
3. look and feel things are changed
| Is This Answer Correct ? | 1 Yes | 1 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 ? | 0 Yes | 0 No |
Answer / munikrishna
The main differece qtp8.2 maintains two typs of Object
Repositories.Like Per-action and Shared Objct repository.
But qtp9.2 maintains only one Object Repository
like shared object repository
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / priya
1.Instead of test menu in QTP8.2 we can associate library
files in file menu settings option
2.we can create and associate any no.of repositories to the
action.
| Is This Answer Correct ? | 0 Yes | 4 No |
.qfl extension for which file? where vl use it
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
how to use command prompt using qtp?
What are the factors on which script execution time is dependent?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
Get the count of files of similar types from a folder.
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
four browser are open same application i want to enter 3browser how?