Skip to content

Commit 8e9b826

Browse files
author
yennj12
committedJan 7, 2025·
update
1 parent b89030b commit 8e9b826

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎mobly/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ python3 instrumentation_test.py -c sample_config.yml
126126

127127
- 4) `Android Instrumentation`
128128
- a framework provided by the Android operating system that allows developers to perform automated testing of Android applications. It provides a way to execute code in the context of an Android application and interact with its components, such as Activities, Services, Broadcast Receivers, and other parts of the app. Instrumentation enables developers and testers to run tests that interact with the app’s UI, check for specific behaviors, and verify the app's functionality under various conditions.
129+
130+
- 5) `am start`
131+
- The am start command is used in Android's `Android Debug Bridge (ADB)` to start an Activity on an Android device. It's part of the Android Activity Manager (am) tool, which allows you to interact with the system and launch apps, activities, or services from the command line.
132+
133+
- 6) `ADB` (Andriod Debug Bridge)
134+
- 7) `AM` (Android Activity Manager)
135+
136+
129137

130138

131139
## QA

0 commit comments

Comments
 (0)
Please sign in to comment.