I am currently using specflow for my unit testing, however my complexity is in the fact that I want to read(retrieve) my input data from an excel spread sheet, before running my tests.
For example:
When I get a customers product in XXXXX with product number 1234567
Then The following product details are returned
| Model | Product Type | SerialNumber |
| blah | zzzzz | 12345 |
So I want to basically be able to change the input data by reading from execel file and writing to my feature file. Has this been done before and is it possible? Do I need to install some sort of plugin?