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
- Host: GitHub
- URL: https://github.com/andrehora/exploring-testing-practices
- Owner: andrehora
- Created: 2026-04-15T01:11:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T19:10:14.000Z (about 1 month ago)
- Last Synced: 2026-05-27T20:21:27.671Z (about 1 month ago)
- Topics: dcc-teste, github, testing
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
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:** ``