I've been trying to automatically generate more Unit Tests using Evosuite, and while I was able to generate them, I wasn't able to execute them using Evosuite inside the project (Evosuite was primarily made to work on Maven, so I am still trying to figure out how to make it work properly on a non-maven project). I managed to transform the generated tests into normal JUnit tests, though, so we could still use them to improve the game's test coverage.
On this week and the next two, I intend to generate a LOT of tests with Evosuite and also write some more detailed tests manually. Since I don't have much time until Gsoc application period closes, and I have to make my first PR on this week or the next one, I would like to know which one would you like me to do first? Also, is there any packages you want me to test first?
I am uploading a converted test generated by Evosuite so you all can see how are the tests generated by this tool.
Thank you all for your time! : )
On this week and the next two, I intend to generate a LOT of tests with Evosuite and also write some more detailed tests manually. Since I don't have much time until Gsoc application period closes, and I have to make my first PR on this week or the next one, I would like to know which one would you like me to do first? Also, is there any packages you want me to test first?
I am uploading a converted test generated by Evosuite so you all can see how are the tests generated by this tool.
Thank you all for your time! : )
Attachments
-
3.2 KB Views: 540