Street Address (%ADDRESS) Macro

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

The Street Address macro is used to insert street addresses into strings generated with the Custom String generator.

The macro is an analog of the Street Address data generator.

Syntax

The macro has the following syntax:

%ADDRESS(*xN)

Parameters

*xN

Optional parameter. Specifies the number of possible repetitions of each value in series of generated strings. N is a positive number that specifies the number of repetitions: 1, 2, 3, and so on. The default parameter value is *x1 (no repetitions).

Examples

The following example demonstrates how to use the Street Address macro:

  • %ADDRESS

    Generates street addresses and adds them to resulting custom strings.

  • %ADDRESS(*x3)

    Generates street addresses and repeats each generated value three times.

Remarks

See Also

Macro Reference
Custom String Generator Rules
Custom String Generator
Street Address Generator
Using Data Generators
Generate Data Dialog

Highlight search results