Docs

Adding New Devices

This section covers adding new devices to your RobusTest device lab.

Contents


Device Health Score

Each device has a Health Score that reflects its reliability based on recent job execution performance. The score is visible on the Device Dashboard in the Product Dashboard.

The score is calculated from job pass/fail rates across recent test runs on the device, with more recent jobs weighted higher. It ranges from 0 to 1 — a higher score indicates a more reliable device.

API: GET /v3/device/:id/healthscore

Returns a numeric score for the specified device based on its most recent health data.


Device WiFi History

RobusTest records every WiFi network change on a device. This history is useful for diagnosing test failures caused by network connectivity changes during a test session.

Viewing WiFi history:

WiFi history is visible in the Device Dashboard under Product Dashboard > Devices > (select a device).

API: GET /v3/device/:id/wifihistory

Query parameters:

Parameter Description
count Number of most recent WiFi history entries to return (optional, default returns all)
start Start of time range in format MM-DD-YYYY:HH:MM (optional)
end End of time range in format MM-DD-YYYY:HH:MM (required when start is provided)