Framework update 02-Dec-2020

useMango Test Framework Update

An initial set of components for mobile app testing have been included in the framework for the first time. These components are suitable for testing native apps on Android devices using the Appium framework.

The following new standard components were added to the test framework:

  • Mobile-LaunchApp Launches an app on an Android device (or emulator) using the app’s APK file.
  • Mobile-Tap Taps an element in the current mobile app.
  • Mobile-ReadText Reads the text from an element in the current mobile app.
  • Mobile-SwipeToElement Swipes the screen of a mobile device repeatedly in a given direction to find an element.