llmhyy / evosuite-plus-plus

Evosuite++: an enhancement for Evosuite framework supporting new features like optimal object construction and gradient recovering
42 stars 15 forks source link

Systematic Testing Instead of Unit Testing #149

Open llmhyy opened 4 years ago

llmhyy commented 4 years ago

Issue by Cary-Xx Monday Mar 02, 2020 at 18:48 GMT _Originally opened as https://github.com/llmhyy/evosuite_progress/issues/149_


llmhyy commented 4 years ago

Comment by Cary-Xx Wednesday Mar 04, 2020 at 09:33 GMT


Currently, we are running experiment on single method(i.e.,calculate the branch coverage within a method), however, this can be changed be systematic testing where we are apply to main method which serves as an entry to the program. Then we can incorporate all the method invocation into the overall goals, and then calculate the overall coverage towards this program