Class TestSuiteApp
Representes a Test suite for the native mobile application testing.
Namespace: AxaFrance.WebEngine.MobileApp
Assembly: AxaFrance.WebEngine.MobileApp.dll
Syntax
public abstract class TestSuiteApp : TestSuite
Methods
| Improve this Doc View SourceInitialize(Settings)
Initialize the connection to Selenium Grid compatible device Cloud and install the application package (if using browserstack)
Declaration
public override void Initialize(Settings s)
Parameters
Type | Name | Description |
---|---|---|
Settings | s | The test settings. |