- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Install the BlackBerry Dynamics bindings for Xamarin
- Using the BlackBerry Dynamics SDK dynamic framework
- Developing apps in Microsoft Visual Studio on Windows with the Mac Agent
- Provide the required project settings
- Implement a BlackBerry Dynamics event listener
- Implement the BlackBerry Dynamics Launcher
- About the BlackBerry Dynamics SDK for Xamarin.Forms
- Sample apps
- Testing and troubleshooting
- Troubleshooting common issues
- Implementing automated testing for BlackBerry Dynamics Xamarin apps
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- Legal notice
- BlackBerry Docs
- BlackBerry Dynamics Bindings for Xamarin.iOS 11.0
- BlackBerry Dynamics Bindings for Xamarin.iOS Development Guide
- Testing and troubleshooting
- Implementing automated testing for BlackBerry Dynamics Xamarin apps
- Executing automated tests for Xamarin.Forms apps
- Execute an automated test for a Xamarin.Forms app
Execute an automated test for a Xamarin.Forms app
Xamarin.Forms
app- In Visual Studio, openXamarinForms.UITests.
- Open the test that you want to execute (for example, SampleAppSuite.UITests/Tests.cs).
- Comment out the TestFixture attribute for any platform that you don’t want to run the test on.
- Depending on the platforms that you are using, follow step 2 in Execute an automated test for an Android Xamarin app or Execute an automated test for an iOS Xamarin app.