Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 830 Bytes

File metadata and controls

15 lines (9 loc) · 830 Bytes

##Gzoltar Study

  • Introduction

Automatic Testing & Debugging using Spectrum-based Fault Localization (SFL) for Eclipse™.

  • Refered Link

  • Usage Advice

    • Please make sure your project is the ONLY ONE in your workspace. Otherwise, GZoltar can be very slow and may not work properly. This is because it searches for all JUnit tests in the current workspace and executes them for fault localization.
    • Please make sure you only write ONE test case in EACH test class. If Randoop generates multiple test cases in some test classes, you may write a simple program to transform those classes.
    • Please do not use a test suite to embed all test classes