Я написал сценарий specflow.
Given Inventory interface is generated
And I Loaded LifeCycle Measurement in integration domain for <lifecyclestatus>
When Inventory batch is executed
Then Transfer out measure should be generated <lifecyclestatus>
Examples:
| Lifecyclestatus |
| Prenew |
| New |
| Current |
| Clearance |
| Old |
Как передать параметр в моем коде c #, чтобы он выполнял все различные состояния в таблице?