Release History

By product

Mobile Testing v1.1.0.2

June 6, 2014

Cordova Plugin

NEW
  • Updated with latest Android automation extension (1.1.0.2)
  • Updated with latest iOS automation extension (1.1.0.2)
  • Now automatically configures a default URL for iOS: defaultAppURL
CHANGED
  • Renamed to com.telerik.mobiletesting.zip

Android Automation Extension & Demo Application

NEW
  • Updated web automation JavaScript to latest version
  • Refactored and optimized internal query APIs
  • Added support for chained queries
  • Added support for automating toggle controls
  • Added example of toggle automation to Demo Application
FIXED
  • Fixed a bug where non-get/set property values (i.e. checked) could not be retrieved

Android App

NEW
  • Emulator platform names now report as Android Emulator

iOS Automation Extension & Demo Application

NEW
  • Updated web automation JavaScript to latest version
  • Added version number to Demo Application About dialog
FIXED
  • If app launched was already running with a UIWebView visible, the UIWebView could not be automated
  • Hybrid apps built with AppBuilder sometimes failed to resume connect to message server
  • Fixed a bug where web automation results were being improperly reported as Cannot read property 'scriptResult' of undefined

iOS App

FIXED
  • Fixed: Tapping the Cancel button when connecting caused a crash

Web Automation Extension & Demo Application

NEW
  • Improved support for automating Kendo controls
  • Updated Taco Builder web demo with latest extension
  • Web automation plugin iFrame is now hidden on host web pages
FIXED
  • Web automation now properly triggers all events in the correct order
  • web.getStyle should now work properly on Android devices
CHANGED
  • Deprecated value-retrieving functionality of executeScript. Use getScriptResult instead of executeScript when retrieving values with script

Mobile Testing Distributable (Test Runner, CLI Tool, etc.)

NEW
  • Improved installation process in start_osx.command
  • Cordova plugin is now included in the distributable
  • Made Test Runner UI consistent with Telerik Platform UI
  • Improved handling of config files by the CLI tool
FIXED
  • Various stability fixes made to the testing framework
  • Errors detected in specs/tests are now reported in the UI
  • CLI tool now properly reports a pass/fail status to the host environment (0 passed, 1 failed)
  • Fixed: In IE, pressing enter while the settings dialog was open clicked the "Run Tests" button
  • String exceptions are now properly reported in test results
  • Fixed Test Runner expand/collapse checkbox syncing problems
CHANGED
  • Renamed start_osx.sh to start_osx.command so it can be double-clicked in Finder