Print Page | Close Window

Test Partner

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Plans @ OneStopTesting
Forum Discription: Discuss, Learn and Prepare better and better Test Plans for yourself.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=324
Printed Date: 28Dec2024 at 10:05pm


Topic: Test Partner
Posted By: vidhya
Subject: Test Partner
Date Posted: 26Mar2007 at 5:38am
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



Print Page | Close Window