Recorded tests typically contain hard-coded values. This makes them use the same data during test runs and makes them difficult to modify. To solve these problems, you can parameterize your tests.
The following topics provide more information on parameterizing tests:
Parameterizing Tests - Overview
Parameterizing Script Routines
Parameterizing Tests Using Variables
Parameterizing Tests Using External Data Sources
Parameterizing Low-Level Procedures