Skip to content

Commit 50f5dd4

Browse files
Merge pull request #2 from williamniemiec/master
Docs and Material file
2 parents 421e5ce + 4b94387 commit 50f5dd4

File tree

2 files changed

+768
-0
lines changed

2 files changed

+768
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<h1 align='center'>Computer Science - Software Testing</h1>
2+
<p align='center'>Introduction of test coverage analysis tools and mutation tests.</p>
3+
<p align="center">
4+
<a href="https://jupyter-notebook.readthedocs.io/en/stable/"><img src="https://img.shields.io/badge/Jupyter-Notebook-D0008F.svg" alt="Jupyter Compatibility"></a>
5+
<a href="https://github.com/williamniemiec/cs-software-testing/blob/master/LICENSE"><img src="https://img.shields.io/github/license/williamniemiec/cs-software-testing" alt="License"></a>
6+
<a href="https://github.com/williamniemiec/cs-software-testing/releases"><img src="https://img.shields.io/github/v/release/williamniemiec/cs-software-testing" alt="Release"></a>
7+
</p>
8+
<hr />
9+
10+
## ❇ Introduction
11+
Material prepared for the discipline INF01214 - Software Testing, of the computer science course at the Federal University of Rio Grande do Sul (UFRGS). The purpose of this activity is to introduce some test coverage analysis tools and mutation tests.
12+
13+
## ✔ Requiremens
14+
- [Eclipse 2019-06](https://www.eclipse.org/downloads/packages/release/2019-06) or higher along with the following plugins (see [here](http://demoiselle.sourceforge.net/docs/tools/nimble/1.2.1/html/eclipse.html) how to install plugins):
15+
- [AJDT dev builds for Eclipse 4.8](http://download.eclipse.org/tools/ajdt/48/dev/update);
16+
- [Pitclipse](https://marketplace.eclipse.org/content/pitclipse).
17+
- [Java 12](https://www.oracle.com/java/technologies/javase/jdk12-archive-downloads.html) or higher;
18+
- JUnit 4 or 5.
19+
20+
## 🚩 Changelog
21+
Details about each version are documented in the [releases section](https://github.com/williamniemiec/cs-software-testing/releases).
22+
23+
## 🤝 Contribution
24+
- [Érika Fernandes Cota](https://www.inf.ufrgs.br/site/docente/erika-fernandes-cota/)
25+
26+
## 📁 Files
27+
28+
### /
29+
| Name |Type|Description|
30+
|----------------|-------------------------------|-----------------------------|
31+
|code |`Directory`|Source code files|
32+
|images |`Directory`| Images used in the Jupyter file |
33+
|pdf |`Directory`| PDFs used in the Jupyter file |
34+
| activity01.ipynb | `File` | Developed material |

0 commit comments

Comments
 (0)