
Parameterization
Use
You enter data in SAP input screens in all business processes which are modelled in test cases. They are used to create master data, documents, orders, etc. To make test cases flexible, it is better to parameterize these input fields rather than use constants, and to perform calculations with these parameters or variables where appropriate.
Integration
Almost all CATT functions require input values and return results. Examples:
Functions
-
Import parameters: Test case interface via which you can pass values when you call the test case.-
Export interface: Test case interface via which you can pass the test case result (e.g. master data ID). The calling test case can read the result.-
Local variables: variables for calculating and buffering values in the test case.-
variables which contain important CATT or system runtime information.-
variables for test case texts which are to be translated (international tests)-
date variables-
SET/GET parameters