Row count comparisons
You can configure the DataStage® test case to
compare only outputs' row counts, rather than the content of those rows, by setting the
checkRowCountOnly value to true.
See the example:
{
"then": [
{
"path": "ODBC_orders.csv",
"stage": "ODBC_order",
"link": "order_out",
"checkRowCountOnly": true
}
],
}Note: The
checkRowCountOnly proper takes a Boolean value that does not
use quotation marks.See the following example of a test case report that contains a single cell that compares the
expected an actual output row count (in the form of Expected->Actual).
