Skip Navigation

Implementing automated testing for 
BlackBerry Dynamics
 Xamarin apps

The 
BlackBerry Dynamics SDK
 for 
Xamarin
 includes the Common.UITests library to support automated testing. The library is delivered as a .NET solution with the following projects:
  • Android.UITests
  • iOS.UITests
  • Common.UITests
  • XamarinForms.UITests
The Common.UITests library includes helper functions for configuring and running tests for 
Xamarin
 apps, as well as classes and helper functions for app provisioning. The library uses the following components:
Note that Common.UITests uses the Page Object pattern. You can make your own changes to the Common.UITests library as necessary.