- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Click on a mobile app test on the Synthetic Tests page to see the Test Details page. The Test Details page contains all the information relating to your test, including test properties, test history, sample runs, and test runs.
Test runs appear in a test details page after a Synthetic mobile app test executes. Sample results correlate to the latest passed and failed test executions over a time interval and in a specific number of locations and devices.
In the Properties section, you can see the test ID, test creation and edit dates, test priority, environment tag, and additional tags.
In the History section, you can see the Global Uptime graph, which displays the total uptime of all test locations in a given time interval. The global uptime takes into consideration the alert conditions configured for a test.
Mobile app test runs include components such as screenshots to help troubleshoot your test failure.
In the Sample Runs section, you can examine the latest failed test runs and compare them to recent successful test runs.
PASSED
or FAILED
).Every executed test step contains a screenshot of the step action, step action name, step ID, and step duration.
Results of steps contain the XML representation of the screen being tested, as well as the ability to hover over the screenshot or the XML to highlight specific elements of the app. Click an element to view additional attributes:
View and download crash reports for your iOS and Android devices in the Results Explorer.
In the Results Explorer, filter and search for crash reports with the query @checkType:mobile @result.result.error:"Your application has crashed during the test." @result.result.device.platform.name:ios
to identify, view, and download crash reports for your iOS devices:
Select a failed test and download the crash report:
In the Results Explorer, filter and search for crash reports with the query @checkType:mobile @result.result.error:"Your application has crashed during the test." @result.result.device.platform.name:android
to identify, view, and download crash reports for your Android devices.
Select a failed test and download the crash report:
A test result is considered FAILED
if it does not satisfy its assertions or if a step failed for another reason. You can troubleshoot failed runs by looking at their screenshots, checking for potential errors at the step level, and looking into resources generated by their steps.
Common mobile app test errors include:
Element located but it's invisible
Cannot locate element
Alerts from your Synthetic test monitors appear in the Events tab under Test Runs. To search for alerts from Synthetic tests in the Events Explorer, navigate to Events > Explorer and enter @evt.type:synthetics_alert
in the search query. For more information, see Using Synthetic Test Monitors.