Start for free Deutsch Log in Register
Please try again later or contact us. Thank you very much!

Subscribe to the newsletter to be informed about important technical updates to the Mobile Device Cloud.

* mandatory information

Save

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

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