Skip to content

Commit beb1fcf

Browse files
author
yennj12
committed
add
1 parent b081a28 commit beb1fcf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mobly/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ python3 instrumentation_test.py -c sample_config.yml
7878
- test automation
7979
- interaction with the app
8080

81+
82+
- 4) `Android Instrumentation`
83+
- 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.
84+
85+
86+
## QA
87+
88+
- 1) Difference between `Android Instrumentation` and `Mobly` ?
89+
- `Android Instrumentation` is ideal for testing individual apps and UI interactions at the app level.
90+
- `Mobly`, on the other hand, is designed for more complex scenarios, such as end-to-end testing across multiple devices and device management, making it more suitable for large-scale testing environments.
91+
92+
8193
## Ref
8294
- https://github.com/google/mobly/blob/master/docs/tutorial.md
8395
- https://mobly.readthedocs.io/en/latest/index.html - Mobly pkg doc

0 commit comments

Comments
 (0)