Monkey Talk IDE doesn't record actions

前端 未结 5 2077
抹茶落季
抹茶落季 2020-12-21 19:19

I\'m trying to use Monkey Talk for automation test. I installed it successfully. I run the sample app on Eclipse Juno then create a new Monkey script and record actions.

5条回答
  •  星月不相逢
    2020-12-21 19:35

    This is how I successfully did

    1) see what is your eclipse version from (Help->About ADT) or (Help->About Eclipse)

    2) get the url of AspectJ from this url https://eclipse.org/ajdt/downloads/

    3) goto Help->Install New Software and add the path

    install the software and enjoy! see the video for detail help : https://www.youtube.com/watch?v=EJMUgOrffFY

    4) add monkey talk jar file in libs folder, if there is not libs folder in your project make one and add the monkeytalk jar file that is in the zip folder you downloaded

    5) add the monkey talk jar in build path or right click at add it to aspectpath

    6) add permission in manifest.xml android.permission.INTERNET android.permission.GET_TASKS

    7) Then go to Androidmanifest.xml file where we have to add some permissions;

    and save it.

    8) Go to project click on it,Right click,properties,JavaBuild Path,Check the "Aspectj Runtime Library,Ok.

    9) Run your application.

    10) Open monkey talk IDE.

    11) Create new project and script file.

    12) set sdk path and set the connection to emulator

    12) click connect to emulator or the device

    now you can see the record button enable, for details see this https://www.cloudmonkeymobile.com/monkeytalk-documentation/monkeytalk-getting-started/install-agent/android

    Hope it helps, feel free to ask if there is anything that is still not working.

提交回复
热议问题