18.7. Testing Optional ParametersΒΆ

If a function takes an optional parameter, one of the edge cases to test for is when no parameter value is supplied during execution. Below are some tests for the built-in sorted function.

You have attempted of activities on this page