--
You received this message because you are subscribed to the Google Groups "SpecFlow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to specflow+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There are examples of each of these in the Excel sample project you referenced above. The CalculatorMultiply.feature file demonstrates the combination of the two:
#The following line references the examples in MultiplyTwoNumbers.part.examples.xlsx
@source:MultiplyTwoNumbers.part.examples.xlsx
#The examples in the table below are ALSO used
Examples:
| Number1 | Number2 | Result |
| -10 | 10 | -100 |
| 42 | 13 | 546 |
In this case, the examples in the table at the bottom are used, as well as the two test cases in MultiplyTwoNumbers.part.examples.xlsx