You can parameterize tests (for data-driven testing) by extracting values from one test and then using them available in another test. This is accomplished with tools such as: For example, if you wanted to parameterize one of test 3’s request value with the id value from test 1’s response, you would set that field to Parameterized.... then use the data source wizard to indicate which element’s value you want to use. You could also manually configure values to be stored to a data bank or writable data source, then parameterize the response vs. those saved responses. In addition to this tool-to-tool value passing, values can also be passed in the following ways:
Overview
Content Tools