background image
<< Display Recorded Rows | Verify playback row counts >>
<< Display Recorded Rows | Verify playback row counts >>

Verify Playback Return Codes

Setting Script Generation Options
6-17
Verify playback row counts
Verify playback row counts
Verify playback row counts
Verify playback row counts
has the following meanings:
For an example of the effect that this check box has on a generated script, see Example
of the Verify Playback Check Boxes
on page 6-17.
Verify Playback Return Codes

This option specifies whether you want the return code for SQL statements to be
inserted into the script.
During playback, TestManager checks whether the return code for SQL statements
executed during playback matches the return code for the same statement executed
during recording. If the SQL statement returns a different code during playback, the
Test Log window notes the discrepancy.
The
Verify playback return codes
Verify playback return codes
Verify playback return codes
Verify playback return codes
check box has the following meanings:
A single SQL statement can return multiple error codes.
Example of the Verify Playback Check Boxes
Suppose you want the script to execute the following SQL statement:
INSERT INTO mytable VALUES ("value1", "value2")
State of check box
Meaning
The check box is selected.
Insert into the script the number of rows or bytes
affected by a SQL statement or Web request.
The check box is cleared.
Do not insert the number of affected rows or bytes into
the script.
NOTE: This option is not supported for VB scripts.
State of Check Box
Meaning
The check box is selected.
Report SQL return codes for each SQL statement
executed in the script.
The check box is cleared.
Do not insert any SQL return codes into the script.