AdvancedVocabulary#developer-tools#backend#frontend

Property-Based Testing Vocabulary

Build fluency in the vocabulary of testing a general rule against many randomly generated inputs.

0 / 5 completed
1 / 5
At standup, a dev mentions defining a general rule that must always hold, like sorting a list twice producing the same result as sorting it once, and having a testing framework generate many random inputs to try to break that rule. What is this testing approach called?