By bloid
via en.newinstance.it
Published: Nov 05 2008 / 22:43
Sometime it is very useful to create tests dynamically. For instance, I had to test that every URL returned by a method is valid and the content can be downloaded. In this case I don't know how many URL the method was returning, and I wanted to have a separate and independent test for every URL so that I can catch all the errors in a single run. I



Add your comment