uprm-inso4117-2023-2024-s2 / semester-project-study-pet

semester-project-study-pet created by GitHub Classroom
1 stars 3 forks source link

[Lecture Topic Task] Implement Property Based Testing to the minigame component #255

Closed AnthonyMed13 closed 4 months ago

AnthonyMed13 commented 5 months ago

the team incorporates property-based testing in their project using corresponding tools. They use it to show a few meaningful properties of their web API (or similar high-level, in case they use a different structure).

Property based testing is slightly different - instead of specifying individual test inputs and expected outputs, property-based tests specify a set of 'properties' that the code should satisfy for any input. Properties are attributes of the programmes behaviour, for example that it always returns a number, as a basic example.

Tentative points: Urgency: 4 Difficulty: 4