Skip Navigation

Automated testing with the 
BlackBerry Dynamics
 Xamarin sample apps

Each sample app has a corresponding project that includes code for executing an app provisioning test. These projects integrate the Common.UITests library. Note the following details about the Common.UITests integration:
Item 
Description
Build target for testing
Code for Xamarin.UITests
The test code, based on the Xamarin.UITests framework, is located in UITests/
<platform>
.UITests/
<AppName>
.UITests.
Use of Common.UITests for interaction
The test code uses helper classes and methods for configuration and provisioning. For example, the code calls the ProvisionApp method of the static Provisioning class, which executes the entire provisioning process.