Skip to content

Commit b081a28

Browse files
author
yennj12
committed
add
1 parent 872050a commit b081a28

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
@@ -70,8 +70,16 @@ python3 instrumentation_test.py -c sample_config.yml
7070
- Shell Access: ADB allows access to the Android device’s command shell, enabling you to run system commands directly on the device.
7171
- App Installation and Management: ADB is used to install, uninstall, and manage Android apps from the command line, which is essential for automation and testing.
7272

73+
- 3) `application.apk`
74+
- In Mobly, an application.apk typically refers to the Android application package (APK) file that is used in the automation testing process. The APK file is the package format used by Android to distribute and install applications. It contains all the necessary resources, assets, and code (compiled in .dex files) for an Android app to run.
75+
- When performing automated testing using Mobly, you often need to interact with or test specific Android applications. The application.apk is the actual Android app file that you may install, launch, and interact with during the test.
76+
- usage
77+
- install the app
78+
- test automation
79+
- interaction with the app
7380

7481
## Ref
7582
- https://github.com/google/mobly/blob/master/docs/tutorial.md
83+
- https://mobly.readthedocs.io/en/latest/index.html - Mobly pkg doc
7684
- https://source.android.com/docs/core/tests/tradefed/testing/through-suite/multi-devices-suites?hl=zh-tw
7785
- https://gitee.com/mirrors/Mobly/wikis/Getting-Started-with-Mobly

0 commit comments

Comments
 (0)