iphelf / test-case-resampling

test case resampling for improving fault localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-case-resampling

A project of test cases' resampling to enhance fault localization.

Usage

  1. Requirements python >= 3.6.2 tensorflow >=1.3.0 gcc: 5.4.0

  2. Run project test_resampling: python resampling.py dev fault_localization :./runall_NN.sh

  3. Result test_resampling: covMatrix_resample.txt(statements' coverage information matrix after resampling) error_resample.txt(test cases' results after resampling) fault_localization : faultStatementRank.txt(fault localization result with ranks)

About

test case resampling for improving fault localization


Languages

Language:Python 81.4%Language:Shell 18.6%