I am using EvoSuite and everything is fine in generating the test suites. But I need to know how it works. I know it uses GAs, but I am interested in the implementation details. 1. Are ASTs (abstract syntax trees) used in order to implement the GA? 2. having the bytecode; what are the next steps performed in order to get all the necessary information to generate the test suites?
Is there any reference concerning these issues? Thank You!