Mobile Device Cloud AI4Test Quality & Intelligent Automation Our expertise Blog Categories Mobile Device Cloud Testing with artificial intelligence Quality & Intelligent Automation Support First steps EN DE EN DE Services Mobile Device Cloud Functions at a glance Rates in comparison Target group Automation & Frameworks Benefits Devices in the MDC First steps with the MDC Pricing & Order AI4Test Overview Details How it works Use cases Benefits Pricing & Request Quality & Intelligent Automation Processes Efficiency Solutions Benefits Expertise Request Our expertise Best practice Experts Partners Blog Blog Categories Release Notes Appium Automatisierung Webportal Pricing & Order Mobile Device Cloud Testing with artificial intelligence Quality & Intelligent Automation Help Support Contact FAQ First steps Registration and order Use of the Mobile Device Cloud

Mobile app testing & automation with TestCafe

The use of the following test frameworks and test tools has been evaluated and tested. Other common frameworks and test tools are under evaluation. If you have any questions about using your preferred test tools, please feel free to contact us.

Appium Appium + Jetpack Compose XCUITest Espresso TestCafe Tosca Selenium Testerra Flutter React Native Playwright Robot Framework Jenkins TeamCity

Test your web apps or browser apps with TestCafe on all browsers of the Mobile Device Cloud

The Mobile Device Cloud offers a plugin for the test tool TestCafe, which allows you to run your TestCafe tests on all desktop and mobile browsers of the Mobile Device Cloud.

import { Selector } from 'testcafe';

fixture('Getting Started with TestCafe')
    .page('https://devexpress.github.io/testcafe/example');

test('My first test', async t => {
    await t
        .typeText('#developer-name', 'MDC User')
        .click('#submit-button')
        .expect(Selector('#article-header').innerText).eql('Thank you, MDC User!');
});

First steps with TestCafe

1.

Contact us

2.

Set up plugin

3.

Start tests

1. Contact us

Book a package, create a free trial account or contact us, to get access to the Mobile Device Cloud.

2. Set up plugin

We support you with the installation of the necessary packages and configure them with you.

3. Start tests

Write your tests with JavaScript in the familiar TestCafe environment.

With just one command, you can run the tests on a device of the Mobile Device Cloud:

Mobile Device Cloud