Specflow:
Then i verify the available fruits
| fruits |
| Apple |
| Orange |
Xpath://div[@class='fru_cl']/span - this will return the collection of elements
inside my step definition:
converted table values into String List.
How can i get the values during runtime and have to compare and say which is not available! (Preferable Assertion to fail it)