- About this guide
- BlackBerry Dynamics background
- BlackBerry Dynamics API reference
- FIPS 140-2 compliance
- Easy Activation
- Securing cut-copy-paste on devices (Data Leakage Prevention, or DLP)
- Shared Services Framework
- Support for fingerprint authentication
- Support for Face ID
- Support for certificates
- Support for the "Do not require password" setting
- Bypassing the App Lock screen
- BlackBerry Dynamics contributor code on GitHub
- Supported languages
- Requirements
- BlackBerry Dynamics software versions
- Compatibility with earlier releases
- Software requirements
- BlackBerry Dynamics entitlement ID and version
- Requirements: Frameworks and libraries
- Requirement: URL scheme
- Required build-time declarations: URL type
- Using NSURLSystem for KCD
- GDAssets.bundle required in build phase
- Compatibility with the BlackBerry Dynamics Launcher Library
- App UI restrictions
- Supported and unsupported features on iOS
- Link for FIPS in Objective-C or C++
- Steps to get started with the BlackBerry Dynamics SDK
- Programming with the BlackBerry Dynamics SDK and BlackBerry Enterprise Mobility Server services
- Sample apps in Objective-C
- BlackBerry Dynamics and the Swift programming language
- Testing and troubleshooting
- Readying your app for deployment: server setup
- Details of support for client certificates
- BlackBerry Docs
- BlackBerry Dynamics SDK for iOS 5.0
- BlackBerry Dynamics SDK For iOS Development Guide
- Testing and troubleshooting
- Implementing automated testing for BlackBerry Dynamics apps
- Add automated testing to your BlackBerry Dynamics iOS app
Add automated testing to your BlackBerry
Dynamics iOS app
BlackBerry
Dynamics
iOS
appThe following steps assume that the target app is already configured to use the
BlackBerry Dynamics SDK
.- If necessary, create a target in the project to run user interface tests. The target must have the type “iOS UI Testing Bundle”.
- Add the ATSL to the test target.To import theBlackBerry DynamicsATSL, add the following folder to the application project: BBD_SDK_HOME_FOLDER/AutomatedTestSupport/Core. Select the option to copy the ATSL folder into the project folder.
- Add or write code for your app tests. Use the helper functions in the ATSL in your test code.
You can use the code for the app tests in any of the sample apps as a starting point. The first app test,
testProvision
, executes BlackBerry
Dynamics
activation and unlock as an automated test.