The information in this topic may be out of date. The current SDK reference guide has moved here.
set_app_name method
Use this method to set the value of the application name property. The application name is one of the 5 properties that define the baseline.
Syntax
configval = config.set_app_name(app_name)
config.app_name = configval
configval = config.app_name
Note that this feature is available as both a method and a property.
Parameters
- app_name
- Type:Text
- The application 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.