Test a function
Learn how to test a function when creating or updating it.
To ensure the return value of a function meets your expectations, it is a good practice to test a function before activating it.
You can test a function during the creation or update.