Doksi Docs
Platform

Targets

Configure device profiles that define which Android devices your tests run on.

Targets are device profiles that define the Android device configuration for your test runs. When you run a test, you select which target to run it on.

What a target defines

A target specifies the device environment:

  • Device type — Phone or tablet
  • DPI — Screen density (e.g. 432 for phone, 160 for tablet)
  • Android version — Which OS version to use
  • Platform — Android

Creating a target

  1. Navigate to Verify > Targets
  2. Click Add Target in the header
  3. Fill in the device configuration:
    • Choose phone or tablet
    • Set the DPI value
    • Select the Android OS version
  4. Click Create

Editing a target

Click the options menu on any target to edit its configuration. Changes apply to future runs — existing runs are not affected.

Deleting a target

Click the options menu and select Delete. You'll be asked to confirm. Tests that reference this target will need a new target assigned before they can run.

Default target

If you only have one target, it's automatically selected when creating or running tests. With multiple targets, you'll be prompted to choose.

On this page