Introduction - If you have any usage issues, please Google them yourself
Evolutionary optimization algorithms often used to generate structured test cases. When generating test cases, existing methods generally focus on a target and generate a test case to cover the target. In order to cover all targets, the optimization process must be executed many times. A new method for test case generation is implemented based on set evolution. In the implemented algorithm, a chromosome represents many cases, thus generating a set of test cases which satisfy the testing requirements in a running.