background image
<< PeopleTool Test Scripts | PeopleTools tree object >>
<< PeopleTool Test Scripts | PeopleTools tree object >>

PeopleTools Commands

Testing PeopleTools Applications
17-4
33
jolt_setatt_flags(4) +
34
jolt_setatt_data(
35
jolt_setpar_carray(1,
36 "`0000005a0102030400000000000002bcffffffff0000002f0004`SCTX"
37 "`0a`JavaClient`02`PS`02`PS`10`"+ psft_cert_1 +
38 "`00000000000017000e`SGetTimeOutReq`02`PS"))));\
In lines 15 and 16 a certificate correlation variable,
psft_cert_1
, is declared and
assigned a value based on the contents of a previous Jolt response message. The
variable is then properly applied to the contents of a subsequent Jolt request message
in line 37.
Because this feature is necessary for proper playback of PeopleSoft test scripts, do not
change the contents of the certification correlation variables or change the variable's
position within the context of the surrounding message data. Doing so improperly
may cause corrupt messages to be sent to the application-under-test, leading to
unpredictable results. Should correlation variable manipulation be necessary,
however, all automatically scripted variables represent 16 bytes of certificate data, in
hexstring form, delimited by single backquotes ("`"), for a total of 34 text characters
(16 * 2 + 2). For example,
"`664d689999999999c99a9ac9c9c9c9c9`"
PeopleTools Commands
The following commands are included in the SQABasic scripting language to
support the PeopleTools development environment. (For detailed information
about these commands, see the SQABasic Language Reference.)
Command
Description
PSGrid
Performs an action on a PeopleTools grid.
PSGridHeader
Performs an action on a column header in a PeopleTools
grid.
PSGridHeaderVP
Creates a verification point on a column header in a
PeopleTools grid.
PSGridVP
Creates a verification point on a PeopleTools grid.
PSMenu
Performs an action on a PeopleTools menu object.
PSMenuVP
Creates a verification point on a PeopleTools menu
object.