Skip to content

Commit 7646cc7

Browse files
authored
Merge pull request #5 from hasanxdev/hsn/v1.1.0
V1.1.0 - add stryker mutator
2 parents 7bf5c82 + 48a5e1d commit 7646cc7

File tree

4 files changed

+1915
-1022
lines changed

4 files changed

+1915
-1022
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# General roadmap for developers to learn testing
3-
###### Version 1.0.4
3+
###### Version 1.1.0
44

55
This roadmap helps you learn testing concepts in a structured and principled way.
66
It also allows you to evaluate yourself — to see what you're already familiar with and where you might need improvement.
@@ -207,12 +207,14 @@ You’re welcome to open a Pull Request or create an Issue — every contributio
207207
- [FakerPHP](https://fakerphp.org/)
208208

209209

210-
## Test Coverage
211-
- CLI
212-
- [dotnet-coverage](https://learn.microsoft.com/en-us/dotnet/core/additional-tools/dotnet-coverage)
213-
- Visual
214-
- IDE Tools
215-
- [dotCover](https://www.jetbrains.com/dotcover/)
210+
## Testing Effectiveness Metrics
211+
- Test Coverage
212+
- CLI
213+
- [dotnet-coverage](https://learn.microsoft.com/en-us/dotnet/core/additional-tools/dotnet-coverage)
214+
- Visual
215+
- IDE Tools
216+
- [dotCover](https://www.jetbrains.com/dotcover/)
217+
- [Mutation Testing](https://stryker-mutator.io/)
216218

217219
## [Test smells](http://xunitpatterns.com/Test%20Smells.html)
218220
- Test Logic

0 commit comments

Comments
 (0)