Passing Data Between BDL and .NET
There are two means of exchanging values between the generated BDL script and the .NET test driver:
Attributes
Parameters
Declaring Attributes
Explains how attributes are declared as project attributes, making them customizable without the need to change the .NET code.
Defining Parameters
Describes how you can define input parameters and return values for .NET methods.
Parent topic:
Writing a .NET Test Driver