Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1018 Bytes

STATUS.md

File metadata and controls

9 lines (5 loc) · 1018 Bytes

The artifacts for the paper Perfect Is the Enemy of Test Oracle is a set of Python scripts which automates dataset generation, and it also contains scripts for model learning. We have added a component called scripts for reproducing every result from our evaluations/RQS in the paper. Our artifact has the following purposes:

  • Reusability: Other researchers can use SEER as a benchmark and build more neural components on top of it. Moreover, they can also re-train SEER on a larger corpus of data, and integrate with some software for using it in practice. We documented all modules of SEER in detail and made the documentation available on Github as well.

  • Reproduced RQs: Our artifact reproduces all evaluations from the paper to show that SEER is able to reproduce the results.

We claim the Artifacts Available badge as we made our artifacts publicly available on Github and Zenodo.

We claim the Artifacts Evaluated - Reusable as we implemented SEER as a reusable tool (see above).