Skip to content

Commit 527a2ed

Browse files
authored
Merge pull request #99 from bytedance/bytedance/readme
update readme
2 parents 6986f0d + ea5f534 commit 527a2ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
***More detail see at [Fastbot architecture](https://mp.weixin.qq.com/s/QhzqBFZygkIS6C69__smyQ)
99

1010
## Features
11-
* Fastbot is compatible with multiple Android OS systems, including original Android, Android 5-11 and a variation of modified Andriod-based system by domestic manufacturers.
11+
* Fastbot is compatible with multiple Android OS systems, including original Android, Android 5-12 and a variation of modified Andriod-based system by domestic manufacturers.
1212
* Inherited from original Monkey, Fastbot allows for fast action insertion as high as 12 actions per second.
1313
* Expert system is equipped with the ability to customize deeply based on needs from different business lines.
1414
* Fastbot is a model-based-testing tool. Model is build via graph transition with the consideration of high reward choice selection.
@@ -23,7 +23,7 @@
2323

2424
## Usage
2525
### Environment preparation
26-
* Make sure Android version on your device or emulator is Android 5, 6, 7, 8, 9, 10, 1112
26+
* Make sure Android version on your device or emulator is Android 5, 6, 7, 8, 9, 10, 11, 12
2727
* Push `framework.jar fastbot-thirdpart.jar monkeyq.jar` into your device, most likely /sdcard, push `libs/* ` to `/data/local/tmp/`
2828
```shell
2929
adb push *.jar /sdcard

handbook-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
## 本地接入
3131
### 环境预备
32-
* 支持 Android 5,6,7,8,9,10,11真机及模拟器
32+
* 支持 Android 5,6,7,8,9,10,11,12 真机及模拟器
3333
*`framework.jar fastbot-thirdpart.jar monkeyq.jar` push 到手机上某个目录中,建议/sdcard,push `libs/* ``/data/local/tmp/`
3434
```shell
3535
adb push *.jar /sdcard

0 commit comments

Comments
 (0)