reegen
reegen
SelBlocks would be really useful!
Yes, that's it. Data-driven testing means by using a single test to verify many different test cases by driving the test with input and expected values from an external data...
Examples of data-driven using Selenium IDE and Selblocks: https://whereiskieran.com/2015/09/15/selenium-xml-data-driven-testing-sounds-harder-than-it-is/ http://cubettech.com/blog/how-to-do-data-driven-testing-using-selenium-ide/ Another approaches: http://seleniumworks.blogspot.com.br/2014/01/selenium-ide-data-driven.html http://stackoverflow.com/questions/19250176/how-can-i-read-variables-from-data-pool-with-selenium-ide By the way, I think this topic is related to that: https://github.com/vmi/selenese-runner-java/issues/79
Thank you for the quick answer! So I will look forward to its implementation. And don't worry, take your time. I'm sure you guys will do a good job.
Hi @vmi, I've just realized that SRV already has commands of flow control as a feature (https://github.com/davehunt/selenium-ide-flowcontrol). So, I was wondering that to get full data-driven in SRJ would be...