what is main diff of qtp8.2 and qtp9.0?
Answer / jitendra
In QTP 9.0 and above, You can use the 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.
You can open multiple object repositories at the same time.
Each object repository opens in its own resizable document
window. This enables you to compare the content of the
repositories, to copy or move objects from one object
repository to another, and so forth.
You can use the Object Repository Merge Tool to merge the
objects from two shared object repositories into a single
shared object repository.
QuickTest provides several options for storing and
accessing test objects. You can store the test objects for
each action or component in its corresponding local object
repository, which is unique for each action and component.
QuickTest now has a built-in function library editor, which
enables you to create and edit function libraries
containing VBScript functions, subroutines, modules, and so
forth, and then call their functions from your test or
component.
| Is This Answer Correct ? | 2 Yes | 1 No |
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
What are the types of object repository?
What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to start recording using quicktest professional (qtp)?
explain keyword driven framework with banking domain?
how to call multiple scripts in QTP at a time
What is a programmatic description?
in qtp wha t is synchronisatin pt,what is the maximam time out
How to capture a window in qtp or how to take snapshot of any window while writing script in qtp
any challange that faced in your project? (please give me some examples in your project?