- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Implementing SafetyNet attestation for BlackBerry Dynamics apps
- About the BlackBerry Dynamics SDK for Xamarin.Forms
- Sample apps
- Testing and troubleshooting
- Testing with Microsoft Visual Studio
- Implementing automated testing for BlackBerry Dynamics Xamarin apps
- Disable ARM v8 to avoid potential issues
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- Legal notice
- BlackBerry Docs
- BlackBerry Dynamics Bindings for Xamarin.Android 7.0
- BlackBerry Dynamics Bindings for Xamarin.Android Development Guide
- Testing and troubleshooting
- Implementing automated testing for BlackBerry Dynamics Xamarin apps
Implementing automated testing for BlackBerry
Dynamics Xamarin apps
BlackBerry
Dynamics
Xamarin appsThe
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.