Repeato
  • Features
  • Pricing
  • Blog
  • About us
  • Get for free
  • Getting started
  • Running test batches
  • Reporting
  • Test exception handling
  • Test workspaces
  • Advanced testing techniques
  • JavaScript API
  • Virtual Test Devices
  • Share tests within the team
  • Continuous Integration Support

Getting started

How to record mobile UI tests with Repeato

Our primary focus is to keep things simple, so also non-technical people can work with Repeato.

Repeato is the desktop software that allows you to:

  • record mobile UI tests on Android or iOS
  • edit and save those tests
  • organize tests within a library and workspaces
  • assign tests to test batches and run those
  • export shareable batch run reports

Editing tests in “Record and play”

Repeato allows you to quickly edit tests by copying and pasting steps or dragging them around.

Also, here is a list of shortcuts you can use to get even more efficient:

  • Mark multiple steps: Hold Shift or Ctrl (Cmd on Mac) and select multiple steps by clicking
  • Copy step(s): Ctrl + C (or Cmd + C on Mac)
  • Cut step(s): Ctrl + X (or Cmd + X on Mac)
  • Paste step(s): Ctrl + V (or Cmd + V on Mac)
  • Run test from current cursor position: Space

Exporting and importing test steps, to and from the library

It’s possible to import whole tests from the library, but also just single steps.

Further, you can select steps and choose to export them as a separate test to the library. This can be quite helpful when you are trying to keep your tests small by breaking them apart into building blocks.

 

Launch arguments (AKA “Launch params”)

The start app step allows you to pass additional data to your app. You could for example send a “testing” param, so the app can show only testing data.

The start app step allows you to configure how the app is started during the test run

 You need to set one argument per line.

If you don’t have access to the source code of your app, or the app is built by someone else, you can send them those instructions, so they know how to receive the data on the app side:

On Android you can access an argument inside of your app like this:

val myValue = intent.getStringExtra("my-launch-argument")

On iOS you can add a launch argument like this:

-my-launch-argument 1

Inside of the app the param can be read like this:

UserDefaults.standard.string(forKey: "my-launch-argument")

Please note: inside of Repeato you need to include the “-“, but inside the app you need to access the argument via my-launch-argument (Don’t include -).

 

 

 

 

 

 

Repeato

  • Home
  • Pricing
  • Blog
  • FAQ
  • About us

Documentation

  • Getting started
  • Test exception handling
  • Advanced testing techniques
  • JavaScript API
  • Release notes

Support

  • Contact
  • Documentation
  • Book a demo

Legal

  • Imprint
  • Terms & Conditions
  • Privacy policy
Repeato Reviews