ARES icon indicating copy to clipboard operation
ARES copied to clipboard

Black-box tool that uses Deep Reinforcement Learning to test and explore Android applications

Results 4 ARES issues
Sort by recently updated
recently updated
newest added

Hello, I tried to test ARES with Ubuntu 20.04 and an emulator with Android 10.0 API 29 but failed. When running the tool, I get the following error: Broadcasting: Intent...

It seems that you use activity index as the obervation [code](https://developer.android.com/codelabs/advanced-android-kotlin-training-testing-basics#7https://developer.android.com/codelabs/advanced-android-kotlin-training-testing-basics#7), I think there are other imformation we need to feed to the agent. That will get a better result....

Hi, I use the default settings to test the APK [org.woheller69.spritpreise_18.apk.zip](https://github.com/H2SO4T/ARES/files/10115358/org.woheller69.spritpreise_18.apk.zip) The script I used is: ``` python3 parallel_exec.py --list_device AVDName --appium_ports APPIUMNAME --android_ports ANDROIDPORT --path APPDIR --timer 70 --platform_version...

Hello! I have a question. During the implementation of ARES, did you ever think of trying to implement a way to evaluate an already trained model, and not just continue...