Features

Product Updates

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

2022-08-08

Chrome 104, Edge 104 and Firefox 103

We have added the latest versions of Google Chrome, Microsoft Edge and Mozilla Firefox to the TestingBot grid. Happy Testing!


Changelog
2022-07-15

Android Espresso Testing

Android Espresso Testing

TestingBot now supports running automated mobile application tests on physical Android devices with Android Espresso.


If you are looking to run Espresso tests on a grid of different Android devices, please give our Android Espresso testing feature a try. Instantly run tests on a wide variety of high-end and low-end devices.


More documentation is available in the Android Espresso Documentation.

2022-07-06

Now available: Firefox 102

Firefox 102 is now available on TestingBot for automated, manual and visual testing.


Find out what's new in Firefox 102.

2022-07-01

Chrome 103 and Microsoft Edge 103

We have added Chrome's latest version 103 (changelog) to the platform, as well as Microsoft Edge's latest version: 103 (changelog).


Happy Testing!

2022-06-22

Selenium 4.2.0

Selenium 4.2.0 was recently released and is now available for automated testing on TestingBot.


You can use selenium-version to indicate which Selenium version to use:


MutableCapabilities tbOpts = new MutableCapabilities();
    
tbOpts.setCapability("selenium-version", "3.11.0");

DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability("browserName", "chrome");
caps.setCapability("browserVersion", "latest-1");
caps.setCapability("platformName", "WIN10");
caps.setCapability("tb:options", tbOpts);
2022-06-03

Microsoft Edge 102 & Firefox 101

Microsoft Edge 102 and Mozilla Firefox 101 have been added to the browser grid. Run your automated, visual and manual tests on Edge and Firefox's latest versions!

2022-06-03

Cypress 10.0.0

Cypress 10.0.0

Cypress 10.0.0 is now available in the TestingBot Desktop Grid.


Run your Cypress tests with Cypress' newest version, 10.0.0 on remote browsers in the TestingBot cloud. More information available in our Cypress documentation.

2022-05-27

Chrome 102 and Opera 87

Chrome's latest version, version 102 is now available for automated, manual and visual testing on TestingBot's desktop grid. See the list of Chrome changes to find out what changed.


Additionally, we have added Opera's latest version, 87, to the grid. Enjoy!

2022-05-11

Android Tablet Emulators

We have added new Android Emulators for automated, live and visual testing:


  • Samsung Galaxy Tab S7: running Android 12 (Snow Cone)
  • Samsung Galaxy Tab S6: running Android 11 (Red Velvet Cake)
  • Samsung Galaxy Tab S5: running Android 10 (Quince Tart)
  • Samsung Galaxy Tab S4: running Android 9 (Pie)

You can now run web and native mobile app tests on these Android Emulators, which are configured to run with Appium's latest version v1.22.3

2022-05-10

iOS 15.4 Simulators now available

iOS 15.4 simulators are now available for automated, manual and visual testing.

This iOS 15.4 SDK introduced a number of SDK changes, so make sure to test your mobile apps with the most recent iOS SDK version.

2022-05-07

Firefox 100 and Microsoft Edge 101

We have added Mozilla Firefox's 100 version to the TestingBot grid, along with Microsoft Edge 101.


See our list of supported browsers to learn more.