Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
yes:
1) point the Run TestCase TestStep at the TestCase that you want to run for each row in your DataSource
2) define TestCase properties in that TestCase for each data value you want to pass from the DataSource
3) in the TestCase set up property-transfers or property-expansions to use those properties accordingly
4) in the calling TestCase (containing the Run TestCase TestStep) set up property-transfers from the DataSource to the TestCase properties exposed by the Run TestCase TestStep
-> For each iteration the TestCase property values of the target TestCase will be set from the DataSource (via 4) and used in that TestCase when it runs (via 3)
Hope this helps!
/Ole
SmartBear Software
yes:
1) point the Run TestCase TestStep at the TestCase that you want to run for each row in your DataSource
2) define TestCase properties in that TestCase for each data value you want to pass from the DataSource
3) in the TestCase set up property-transfers or property-expansions to use those properties accordingly
4) in the calling TestCase (containing the Run TestCase TestStep) set up property-transfers from the DataSource to the TestCase properties exposed by the Run TestCase TestStep
-> For each iteration the TestCase property values of the target TestCase will be set from the DataSource (via 4) and used in that TestCase when it runs (via 3)
Hope this helps!
/Ole
SmartBear Software