Venom permit to have name
keys for test suite, test cases and steps.
The name
field serves as a short description and is used in several ways
in the report of Venom. For test cases it is used as an identifier to
permit referencing test variables.
Enforcing that is always present make the Venom tests more readable.
Test steps can hangs indefinitely if they do not define a timeout
.
Always define a timeout
in all tests to avoid that.
If for some reason this needs to be bypassed, explicitly set timeout
to 0.