1 / 5
Fill in: 'We ___ realistic fixtures so tests reflect real production data shapes.'
-
-
-
-
We 'generate fixtures' — the standard collocation for producing test data programmatically. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ sensitive fields before using production data in staging.'
-
-
-
-
We 'anonymise' sensitive fields — the standard, precise collocation for removing identifying information. The other options are less exact here.
3 / 5
Fill in: 'We ___ the database to a clean state before each test run.'
-
-
-
-
We 'reset the database' — the standard collocation for restoring a known baseline. The other options are less idiomatic here.
4 / 5
Fill in: 'Shared test data can ___ flaky failures when tests run in parallel.'
-
-
-
-
We 'cause failures' — the standard collocation for something producing an unwanted outcome. The other options don't fit idiomatically here.
5 / 5
Fill in: 'We ___ seed data so every environment starts from the same baseline.'
-
-
-
-
We 'version' seed data — the standard collocation for tracking it under source control. The other options aren't idiomatic here.