You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Randoop Developers
Hello everyone!
I`m trying to create regression test suite for a program with max coverage. My foundings are:
coverage increases when we provide literals;
coverage increases when we provide dependencies (additional classes which are used by tested classes);
total coverage of several smaller test-suites created for each package separately is bigger than coverage of one big test-suite created for whole project.
The part about literals is obvious and described in manual pretty well. The real questions are:
Can we provide dependencies automaticaly?
Can we define not tested jar or list of classes, but tested package, and include all classes under this package?
Can we split one run into several smaller runs and create several suites?
If no, is this possible to implement this features? In what classes should I look to do that? These features would be useful for me, and I hope they would be useful for other developers as well.