Skip to content
marcusanth edited this page Nov 24, 2016 · 8 revisions

Bat-inspired test case prioritization algorithm was developed by C# and PEX.

You can use this algorithm with your test cases where faults and their triggers are determined.

In the project, practitioners can compute average percentage of fault detection

The project has been uploaded to code page as batAlgorithm.rar. First, the population is generated via InitializePopulation.

Prioritized test cases emerge as

Remove 'T' characters from prioritized test cases in order to compute APFD.

Last, APFD are saved to the file

If you miss removing blank lines, a failure occurs:

Clone this wiki locally