I would like have layered design for tests and test data , looking for any option to read test data from XLS or any other files .
If there is any API available in cucumber jvm please let me know.
I would like have layered design for tests and test data , looking for any option to read test data from XLS or any other files .
If there is any API available in cucumber jvm please let me know.
Using Apache POI you should be able to Read data from an XLS file All you need to do is add the logic to your Feature steps definitions.
Apache POI- http://poi.apache.org/
Hope this helps