Problem:
Workbench .Net Scripts can be Data Driven from SilkCentral Test Manager; but the following requirements must be met:
1. The VB.Net Script is not configured to use a Workbench defined Active Data Asset.
2. The column names in the SCTM Data Source, must match the parameter names in your Workbench script.
3. The parameters must first be passed to a Visual Test; which in turn calls the VB.Net Script and passes on the SCTM parameters; because currently it is not possible to pass parameters directly from SCTM to VB.Net Scripts.
The general process of Data Driving .Net Scripts from SCTM, is as follows:
Resolution:
2. Create a new Visual Test – this is necessary as it is currently not possible to pass parameters from SCTM directly to .Net scripts. The parameters will be passed to the Visual Test; which in turn will pass them to the Script.
In the Start Step of the Visual Test; create Input parameters with the same names as the columns in your DataSet.
Insert the .Net Script as a Step in the Visual Test:



5. Enable the Data Driven Properties for the Test Definition:
6. Confirm that the Parameters are being read from the Data File:
6. Create an Execution Definition and assign the new Test Definition to it:
7. Run the Execution Definition to confirm that it executes successfully: