Skip to content

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
giograno committed May 10, 2019
1 parent 3eae392 commit c34620f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Online Appendix
# Scented Since the Beginning: On the Diffuseness of Test Smells in Automatically Generated Test Code

### Scented Since the Beginning: On the Diffuseness of Test Smells in Automatically Generated Test Code
This GitHub repository serves as a replication package and it contains all the data and the scripts we use in the paper.

This GitHub repository contains the all the raw data we use and analyze in our paper.
## Context of the Study
[This](https://github.com/sealuzh/smells-automated/blob/master/subjects.csv) file contains the list of the 100 classes used in the project.

Moreover, we also share the script we use to automatically generate the test cases with the 3 tools we employ.
## Data Folder

The [data](https://github.com/sealuzh/smells-automated/tree/master/data) folder contains all the raw data we employ in the paper.
In particular:

* [a priori](https://github.com/sealuzh/smells-automated/tree/master/data/a-priori) contains the data and the script we use to answer RQ2;
* [ck-metrics](https://github.com/sealuzh/smells-automated/tree/master/data/ck-metrics) contains all the CK metrics we extracted from the context of the study;
* [plots](https://github.com/sealuzh/smells-automated/tree/master/data/plots) contains the figures reported into the paper;
* [test-smells-data](https://github.com/sealuzh/smells-automated/tree/master/data/test-smells-data) contains the raw data about the smells computed over the generated tests, both at class and method granularity.

## Test Generation
Moreover, we also share the [script](https://github.com/sealuzh/smells-automated/tree/master/generation-scripts) we use to automatically generate the test cases with the 3 tools we employ.

0 comments on commit c34620f

Please sign in to comment.