Features

Product Updates

Stay up-to-date with TestingBot's latest product updates.

2023-11-01

Appium 2.2.1

TestingBot has added these new Appium versions available for testing on iOS simulators/Android emulators and physical iOS and Android devices.

  • 2.2.1
  • 2.2.0

See how to use these new Appium versions in our Appium documentation.

2023-11-01

Firefox 119

Firefox 119 is now available for testing! Run manual and automated tests on Mozilla's latest Firefox browser.

See an overview of the Firefox 119 release notes for more information on what was changed.

2023-10-27

Google Pixel 8 Android Emulator

The Google Pixel 8 Android Emulator has been added to TestingBot.

Run automated, manual and visual tests on Google Pixel's latest version, running Android 14.

2023-10-19

Chrome 118, Microsoft Edge 118, Firefox 118 and Opera 103 now available

We've made the following browser versions available on TestingBot for automated, manual and visual testing:

  • Chrome 118
  • Edge 118
  • Firefox 118
  • Opera 103

Happy Testing!

2023-10-03

iPhone 15 testing now available

iPhone 15 testing now available

iPhone 15 is now available on TestingBot: run automated and manual tests against websites and mobile apps, using Apple's latest iPhone 15 device.

iPhone 15 is now available in the TestingBot device grid, ready to run your tests.

2023-09-29

Bugsnag Integration

Bugsnag Integration

TestingBot now integrates with Bugsnag. During manual testing you can take a screenshot, annotate it with our screenshot editor and send it to Bugsnag.

More information is available on Bugsnag Integration Documentation.

2023-09-26

iOS 17 Testing

iOS 17 testing is now available on TestingBot. Run your mobile website and mobile app tests on a physical iPhone 14 device, running Apple's latest iOS 17.

Why is it important to test on iOS 17?

iOS 17 introduces many new improvements and features, that make for a personalised and intuitive user experience. By testing your apps on the latest iOS versions, you can make sure your mobile app and website works on the latest iOS version. Detect bugs happening on iOS 17, improve App Store compliance and optimise your app.

iOS 17 comes with many new features, as seen in the iOS release notes. Features include full-screen Stand-by mode, intelligent text inputs, new interactive widgets and other improvements.


Appium 2 is required for iOS 17 testing

If you're looking to run automated tests on iOS 17, you'll need to switch to the latest Appium version (2.0).

We have created an overview on how to Migrate to Appium 2.

Happy Testing!

2023-09-22

Chrome 117, Firefox 117, Microsoft Edge 117 and Opera 102

We are happy to announce that TestingBot now supports Chrome 117, Edge 117, Firefox 117 and Opera 102.

Test on the latest version of these popular browsers, with manual, automated and visual testing by TestingBot.

2023-09-26

Maestro testing in the Cloud

TestingBot now supports running mobile tests with Maestro in the cloud. Run Maestro mobile tests on Android emulators and iOS Simulators. Simply upload your Maestro Flow files using the TestingBot API and TestingBot will run the Flow tests using Maestro on iOS and Android.

More information available in the Maestro documentation.

2023-09-14

TestingBot Webhooks: Receive test results instantly

TestingBot now supports Webhooks.

Webhooks allow you to receive test results from all your tests, on a URL you've provided.

This allows you to instantly receive pass/failure states of your tests, without having to poll the TestingBot REST API.

Webhooks
2023-09-06

Microsoft Edge Beta and Dev versions

TestingBot now provides up-to-date versions of Microsoft Edge Beta and Dev, on both macOS and Windows (10 and 11).

Make sure your website stays compatible with new Microsoft Edge versions. Run automated, visual and manual tests on beta versions and dev versions.

Below is a sample of the capabilities you can use in your automated tests:

const caps = {
  browserName: 'microsoftedge',
  platformName: 'WIN10',
  version: 'dev'
}