Hi,
My application is data intensive. What data values to test is also dynamic. Rather than try to save the dynamic data into static files and over complicate the data maintain in fixtures and make test scenarios more static. I wonder if any one of the following is possible:
1. Is it possible to pass a new step and or result that look like a step to cucumber layer, from the ruby code (which is part of step definition)?
- Note: I want to use the cucumber reporting of steps pass/fail, at the same time not trying to create unnecessary static data. In my case steps are more correspond to the behavior of the system and data validation is dynamic. Data validation step can have many individual data_elements tested in it, if I can pass each one of those data_element result to cucumber as pass/fail that would be ideal. That way cucumber layer reporting would be sufficient for me. Rather than I have my own reporting for data_elements.
Thanks,
Yasir.