🔥 3-day streak
GitHub Copilot85 / 190
Question 85 of 190

A developer has written a `calculateShippingCost(weight, zone, isExpress)` function with several conditional branches. They want Copilot Chat to generate unit tests that cover many input combinations without writing a separate test method for each case. Which approach should the developer prompt Copilot to use so the tests remain concise and maintainable as new cases are added?

Reviewed for accuracy · Report an issueNext question