umontreal-diro / IFT3913

Syllabus pour IFT3913 [automne 2024]
MIT License
12 stars 8 forks source link

Couverture de test avancée #5

Open bbaudry opened 1 month ago

bbaudry commented 1 month ago

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 commented 1 month ago

Testing beyond coverage

bbaudry commented 1 month ago

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

bbaudry commented 1 month ago

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

bbaudry commented 1 month ago

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

bbaudry commented 1 month ago

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

bbaudry commented 1 month ago

couverture de scénarios avec behavior-driven development

bbaudry commented 1 month ago

Requirements coverage: https://blogs.itemis.com/en/what-is-requirements-coverage-and-how-can-it-be-analyzed

bbaudry commented 1 month ago

Coverage metrics for requirements-based testing

bbaudry commented 1 month ago

Usability evaluation methods for the web: A systematic mapping study

bbaudry commented 1 month ago

[FR] tester l'utilisabilité

bbaudry commented 1 month ago

BDD with serenity