I am new to Monkey testing tool, it says run the following command
adb shell monkey -p "package name" -v 3
Itβs not clear to me whether to transfer this command from the project directory or from the workspace where my project is present.
Every time I run, I get the following error
: Monkey: seed = 0 count = 3
: AllowPackage: com.and
: IncludeCategory: android.intent.category.LAUNCHER
: IncludeCategory: android.intent.category.MONKEY
** No action was found, monkey was interrupted.
Thanks at Advance
source
share