From: Lloyd Linklater Date: 2008-09-13T04:18:34+09:00 Subject: Re: How to use this Combinatorial testing technique This seems tough to answer without knowing more about the code. If the test cases have something in common, e.g. they descend from a common test_case class, then you could add something there that notes every time the test case is called. Still, it should be mentioned that this does not answer for all. You do not say what constitutes "value added". My first thought was that, if it never gets called then it is not adding much, but that is not the whole of the story. Not knowing how it is written or what the criteria for value determination is puts me somewhat at a loss. If you can add these things, it would help. -- Posted via http://www.ruby-forum.com/.