QTP Question 11: What are the types of Object Repositorys
in QTP?
What are the
types of Object Repositorys in QTP? QuickTest has two types
of object repositories for storing object information:
shared object
repositories and
action object
repositories.
You can choose which type of object repository you want to use as the
default type for new tests, and you can change the default as necessary for
each new test. The
object repository
per-action
mode is the default setting. In this mode, QuickTest automatically creates
an object repository file for each action in your test so that you can
create and run tests without creating, choosing, or modifying object
repository files. However, if you do modify values in an action object
repository, your changes do not have any effect on other actions. Therefore,
if the same test object exists in more than one action and you modify an
object's property values in one action, you may need to make the same change
in every action (and any test) containing the object.
QTP Question 12: Explain the check points in QTP?
Explain the
check points in QTP? A
checkpoint verifies that expected
information is displayed in a Application while the test is running. You can
add eight types of checkpoints to your test for standard web objects using
QTP.
- A
page checkpoint
checks
the characteristics of a Application
- A
text checkpoint
checks
that a text string is displayed in the appropriate place on a
Application.
- An
object checkpoint
(Standard) checks the values of an object on a Application.
- An
image checkpoint
checks
the values of an image on a Application.
- A
table checkpoint
checks
information within a table on a Application
- An
Accessibility
checkpoint checks the web page
for Section 508 compliance.
- An
XML checkpoint
checks
the contents of individual XML data files or XML documents that are part
of your Web application.
A
database checkpoint
checks the
contents of databases accessed by your web site
QTP Question 13: In how many ways we can add check points
to an application using QTP?
In how many ways
we can add check points to an application using QTP? We can add checkpoints
while recording the application or we can add after recording is completed
using Active screen (Note: To perform the second one The Active screen must
be enabled while recording).
QTP Question 14: How does QTP identifies the object in
the application?
How does QTP
identifies the object in the application? QTP identifies the
object in the application by LogicalName and Class. For example: The Edit box is
identified by
- Logical Name :
PSOPTIONS_BSE_TIME20
- Class: WebEdit
QTP Question 15: If an application name is changes
frequently i.e while recording it has name, in this case how does QTP handles?
QTP Question 15: If an application name is changes frequently i.e
while recording it has name “Window1” and then while running its “Windows2”
in this case how does QTP handles?
QTP handles those situations using “Regular Expressions”.
QTP Question 16: What is Parameterizing Tests?
What is
Parameterizing Tests? When you test your
application, you may want to check how it performs the same operations with
multiple sets of data. For example, suppose you want to check how your
application responds to ten separate sets of data. You could record ten
separate tests, each with its own set of data. Alternatively, you can create
a parameterized test that runs ten times: each time the test runs, it uses a
different set of data.
QTP Question 17: What is test object model in QTP?
What is test object model in QTP?
The test object model is a large set of object types or classes
that QuickTest uses to represent the objects in your application. Each
test object class has a list of properties that can uniquely identify
objects of that class and a set of relevant methods that QuickTest can
record for it.
A test object is an object that QuickTest creates in the test or
component to represent the actual object in your application. QuickTest
stores information about the object that will help it identify and check the
object during the run session.
A run-time object is the actual object in your Web site or
application on which methods are performed during the run session. When you
perform an operation on your application while recording,
QuickTest:
➤ identifies the QuickTest test object class that represents the object on
which you performed the operation and creates the appropriate test object
➤ reads the current value of the object’s properties in your application and
stores the list of properties and values with the test object
➤ chooses a unique name for the object, generally using the value of one of
its prominent properties
➤ records the operation that you performed on the object using the
appropriate QuickTest test object method
For example, suppose you click on a Find button with the
following HTML
source code:
< type="submit" name="Find" value="Find">
QuickTest identifies the object that you clicked as a WebButton
test object. It creates a WebButton object with the name Find, and
records the following properties and values for the Find WebButton. It also
records that you performed a Click method on the WebButton.
QuickTest displays your step in the Expert View like this:
Browser("Mercury Interactive").Page("Mercury Interactive").
WebButton("Find").Click
QTP Question 18: What is Object Spy in QTP?
What is Object
Spy in QTP?
Using the Object Spy,
you can view the properties of any object in an open application. You use
the Object Spy pointer to point to an object. The Object Spy displays the
selected object’s hierarchy tree and its properties and values in the
Properties tab of the Object Spy dialog box.
QTP Question 19: What are Supported Check-Points in QTP?
http://photos1.blogger.com/blogger/5850/2209/1600/QTP.0.gif">
QTP Question 20: What is the Diff between Image
check-point and Bit map Check point?
What is the Diff
between Image check-point and Bit map Check point? Image checkpoints enable
you to check the properties of a Web image. You can check an area of a Web
page or application as a bitmap. While creating a test or component, you
specify the area you want to check by selecting an object. You can check an
entire object or any area within an object. QuickTest captures the specified
object as a bitmap, and inserts a checkpoint in the test or component. You
can also choose to save only the selected area of the object with your test
or component in order to save disk Space For example, suppose you have a Web
site that can display a map of a city the user specifies. The map has
control keys for zooming. You can record the new map that is displayed after
one click on the control key that zooms in the map. Using the bitmap
checkpoint, you can check that the map zooms in correctly.
You can create bitmap
checkpoints for all supported testing environments (as long as the
appropriate add-ins are loaded). Note:
The results of
bitmap checkpoints may be affected by factors such as operating system,
screen resolution, and color settings.
------------- http://www.quick2sms.com - Send Unlimited FREE SMS to Any Mobile Anywhere in INDIA,
Click Here
|