evosuite-plus-plus icon indicating copy to clipboard operation
evosuite-plus-plus copied to clipboard

Modify the branch type and population expansion

Open Cheng-017 opened this issue 3 years ago • 0 comments

When a branch is misjudged as static/dynamic:

  1. It can be modified according to the type of observed constant
  2. It can be corrected according to whether the branch breaks quickly after a period of operation

Image

population expansion

According to the observed constant list, multiple possible test cases can be generated, which can be added to the population.

SeedingApplicationEvaluator.updateTestSeedWithConstantAssignment()

Cheng-017 avatar Aug 29 '21 13:08 Cheng-017