On Sun, Oct 5, 2014 at 7:25 PM, Vishal Kakkar <
vishal....@gmail.com> wrote:
> How to drive data using excel and cucumber. Please advice
If you want scenarios or scenario outline examples to be in a
spreadsheet, I believe Cucumber is not the tool for you.
If instead you want to read an Excel spreadsheet with some data to be
used in a step, you can use any library for the language you are using
to express step definitions (Apache POI for Java, etc.).
Paolo