set_test_name method
Use this method to set the name of the test.
Syntax
configval = config.set_test_name(test_name)
Parameters
- test_name
- Type:Text
- The test name to be configured for the test.
Return value
- Type: Self
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.