Class TestCaseApp
The test case for Native Mobile application, of which a series of actions will be executed one after another.
Inherited Members
Namespace: AxaFrance.WebEngine.MobileApp
Assembly: AxaFrance.WebEngine.MobileApp.dll
Syntax
public class TestCaseApp : TestCase
Methods
| Improve this Doc View SourceCleanup()
cleanup the context of the test case
Declaration
public override string Cleanup()
Returns
Type | Description |
---|---|
System.String | Detailed information about the clean up |
Overrides
| Improve this Doc View SourceInitialize()
Initialize the context of the test case
Declaration
public override void Initialize()