Test Partner
Batch Testing:--
we can create batches/suites
by using the keyword “Run”. In this tool, calling test is known as
Driver script and called test is known as Test script.
Syntax: Run “Test script” (or) Run(“Test script”)
Including an Asset:--
To include a VBA or other non-Test Partner asset in a script, add a declaration using the following syntax:
$TPInclude "asset Name"
where asset Name is the name of the asset that you are including. Asset
names are unique across all asset types, so you don’t need to specify
what type of asset you are including.
Object Mapping:--
It can be used to provide
simplified, easily understood aliases for the names of Windows objects.
Once a window is registered in the Object Map, all references to it in
scripts, check definitions, and event definitions are made by its
alias, rather than by its actual attach name. The attach name is an
important concept when testing applications using Test Partner.
------------- MBA Examination papers
|