> 3. The biggest problem I've had with tests is generating test data. I
> like the Quickcheck approach of generating lists of random values
> (because it's easy for me), but when trying to use that approach in my
> Fact testing framework I've found that really only works with a
> minority of problems. I haven't figured out a good solution for easily
> generating test data, but I think it's one of the most important
> problems for a unit testing framework to overcome.

Would you mind elaborating on that point?  At a previous job, I worked
on a corporate banking application that had numerous configuration
settings.  Thousands of companies used the application.   It was
impractical to test the application with every possible configuration
vector (i.e. every combination of configuration settings), or even for
every set of configuration vectors that were actually in use.  It was
a challenge to decide which configuration vectors to test against.

Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to