Configuration File Data
Sometime We need to run the Test based on the configuration that we have provided into the Config like browser, OS or Environment. Tesbo provide the API to get the config file data runtime by using GetUserConfiguration Class. you can utilize this into the custom steps code.
Function Name | Usage | DataType |
---|---|---|
getEnvironment() | Return the Current Environment Name on Which Test are running | String |
getBaseUrl( ) | Get the base Url from the Config File | String |
getBrowsers( ) | Return the Current Browser name on Which Test Are running | String |