Sensor testing

Sensor testing allows testers to simulate real-world input from mobile device sensors, such as camera, microphone, and fingerprint readers, to validate application behavior under controlled conditions. This approach is essential for automating scenarios that would otherwise require physical interaction with the device.

Sensor testing is supported across manual, Scriptless Mobile, and automation testing and includes:

General requirements

The app must be installed with sensor instrumentation enabled.

General limitations

The following limitations apply to all sensor testing methods:

  • Only one instrumented app can be active at a time

  • The app must remain in the foreground and actively request sensor input

  • Sensor injection does not simulate OS-level behavior

In this section