Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couverture de test avancée #5

Open
bbaudry opened this issue Jul 29, 2024 · 18 comments
Open

Couverture de test avancée #5

bbaudry opened this issue Jul 29, 2024 · 18 comments

Comments

@bbaudry
Copy link
Member

bbaudry commented Jul 29, 2024

Sujets avancés pour la couverture de test: analyse de mutation, couverture de scénarios, couverture d'exigences.

- si (condition compliquée) alors faire un calcul
+ si (vrai) alors faire un calcul 
@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Testing beyond coverage

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Mutation en Java: https://pitest.org/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Mutation en JS, C#, Scala: https://stryker-mutator.io/

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Mutation testing: https://en.wikipedia.org/wiki/Mutation_testing

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

Hints on test data selection: Help for the practicing programmer
https://ieeexplore.ieee.org/iel5/2/34533/01646911.pdf

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

couverture de scénarios avec behavior-driven development

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

[FR] tester l'utilisabilité

@bbaudry
Copy link
Member Author

bbaudry commented Jul 29, 2024

BDD with serenity

@bbaudry
Copy link
Member Author

bbaudry commented Sep 17, 2024

@bbaudry
Copy link
Member Author

bbaudry commented Sep 17, 2024

Towards Modified Condition/Decision Coverage of Rust
https://arxiv.org/abs/2409.08708

@bbaudry
Copy link
Member Author

bbaudry commented Sep 17, 2024

[FR] couverture MC/DC

@bbaudry
Copy link
Member Author

bbaudry commented Sep 23, 2024

Using an SQL Coverage Measurement for Testing Database Applications
https://in3test.lsi.uniovi.es/desarrollo/giis/testing/papers/fse2004-sql.pdf

@bbaudry
Copy link
Member Author

bbaudry commented Sep 30, 2024

A mutation-based tool for finding bugs in tests
https://github.com/trailofbits/necessist

Outil dévéloppé par Trail of bits, une société spécialisée dans les techniques avancées d'analyse de code

@bbaudry
Copy link
Member Author

bbaudry commented Nov 11, 2024

analyse de mutation pour Rust
https://github.com/sourcefrog/cargo-mutants

@bbaudry
Copy link
Member Author

bbaudry commented Nov 11, 2024

analyse de mutation avec NUnit
https://github.com/criteo/NinjaTurtlesMutation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant