🔥 3-day streak
GitHub Copilot86 / 190
Question 86 of 190

A developer is testing a `serialize(order)` / `deserialize(bytes)` pair for an order object. Example-based unit tests keep passing, but production occasionally corrupts orders with unusual field combinations the developer never thought to write cases for. They want Copilot to help generate tests that catch these unforeseen combinations without hand-authoring each input. Which prompt approach best leverages Copilot for this need?

Reviewed for accuracy · Report an issueNext question