ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Research dynamic background verification of existing tests #98

Closed kirilvasilev16 closed 2 years ago

kirilvasilev16 commented 2 years ago

Description

Research dynamic background verification of existing tests - that is run every test to see if they pass and discard them if they do not.

Definition of Done

martinmladenov commented 2 years ago

Moving to Sprint 5 as other issues were prioritised by the client this week.

lyuben-todorov commented 2 years ago

We've been shown scripts that serve as automation for this. The process would be

  1. Compile a test binary with the appropriate classpath.
  2. Have the standalone evosuite runner at hand.
  3. Run the test binary with the standalone runner.