I'm using Bot-Bot, Android automation testing tool with record and replay features.
I was able to start a server, record and play sample APK accompanied with bot.
Now I need to test my own APK, so I did the following:
- Put the
MyAndroid.apkin the root folder Added the following to default properties
APP_PACKAGE= com.mkyong.android DEFAULT_ACTIVITY=GridViewActivity FRAMEWORK=robotium TESTCASE_FOLDER=MyAndroidApp TEST_APK_FILENAME=MyAndroidApp.apk ANDROID_VERSION=android-16 key.store=C:/Users/pramod.kumar/.android/debug.keystore key.store.password=android key.alias=androiddebugkey key.alias.password=androidExecuted ant recorder command.
- Did some actions.
After all that, I found that no session is being built in the server.