An open API service indexing awesome lists of open source software.

https://github.com/andrehora/exploring-testing-practices

Exploring software testing with TestMiner
https://github.com/andrehora/exploring-testing-practices

dcc-teste github testing

Last synced: 19 days ago
JSON representation

Exploring software testing with TestMiner

Awesome Lists containing this project

README

          

# Exploring Testing Practices

In this exercise, we will explore testing practices in real-world systems using the [TestMiner](https://andrehora.github.io/testminer) tool.

TestMiner allows you to view and analyze software tests in GitHub repositories, providing data on how projects organize their tests, how they evolve across versions, and which testing libraries are used.
Explore the tool before starting to become familiar with how it works.

---

## Step 1: Select a repository

Choose a real repository that has tests written in your preferred language.
Below are some links to help you find interesting projects:

- **Python:** https://github.com/topics/python?l=python
- **JavaScript:** https://github.com/topics/javascript?l=javascript
- **TypeScript:** https://github.com/topics/typescript?l=typescript
- **Java:** https://github.com/topics/java?l=java

## Step 2: Explore the selected repository

Search for the chosen repository in [TestMiner](https://andrehora.github.io/testminer) and analyze the testing data generated by the tool.

## Step 3: Explain a testing practice

Based on the collected data, select a relevant testing practice or metric and explain it in your own words.

---

## Submission instructions

1. Create a fork of this repository (learn more about forks [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)).
2. Answer the questions below directly in this `README.md` file in your fork. You may add images to enrich your explanation.
3. In Moodle, submit only the URL of your fork.

---

## Answers

**1. Selected repository:** ``

**2. Explanation:** ``