Questions tagged [monkeytalk]

MonkeyTalk is a cross-platform testing tool that records and plays back highly readable and maintainable test scripts for native iOS and Android apps, as well as mobile web and hybrid apps. Free and open source functional testing tool from Gorilla Logic for testing iOS and Android Mobile Apps.

MonkeyTalk is an open source automated testing tool for iOS, Android, Web/HTML5, and Hybrid apps. The most recent version is MonkeyTalk Community Edition 2.0.10 and the proprietary MonkeyTalk Professional Edition 2.0.10.

On June 30, 2015, Oracle signed an agreement to acquire the intellectual property of CloudMonkey LLC products including MonkeyTalk Community, MonkeyTalk Pro, and LabManager.

MonkeyTalk Benefits

  • Simulators or Real Devices - no Jailbreaking required
  • Robust cross-platform Recording/Playback that actually works!
  • Full touch and gesture support
  • Integrated Environment to create, run, and edit your tests
  • Use the keyword-driven MonkeyTalk language, or powerful JavaScript or Java APIs
  • Run your tests interactively or from continuous integration environments
  • Validate controls, images, text, or any property of any object
  • Data-drive your tests from a spreadsheet
  • HTML, XML, xUnit reporting for tests and suites
  • Records high-level interactions instead of low-level event streams

MonkeyTalk Professional Edition Benefits

  • Instrument your app at run-time - no special build
  • Install, launch, stop, or uninstall your app
  • Multiple devices from one script (ex. a chat conversation)
  • End-to-End Automation Workflow
  • Extended Reporting
  • Built-in Android Emulator
  • Supports linked-in libraries and subprojects
  • Integrated workflow for CloudMonkey LabManager
100 questions
8
votes
4 answers

Android Studio and MonkeyTalk?

Has anybody successfully set up MonkeyTalk with Android Studio? My main problem at this point is I don't see a way to set the java compiler to aspectj I believe there's some way to do this in custom_rules.xml, but I haven't seen how to do this…
Karim Varela
  • 7,562
  • 10
  • 53
  • 78
7
votes
1 answer

Additional Mtouch Arguments in iOS

I have a quick question about a "Additional mtouch arguments" -gcc_flags "-lstdc++ -L${ProjectDir} -libMonkeyTalk-1.0.40 -lsqlite30 -framework CFNetwork -framework QuartzCore -all_load" I have that as an additional argument but I am getting the…
user1529476
5
votes
0 answers

Android DatePicker compatibility issue with MonkeyTalk library

I have implemented an Android app, and just added MonkeyTalk library to test the usability of the system by recording user interaction with the app. After using this library, everything works, but DatePicker! I use the following method to show…
Masood
  • 685
  • 2
  • 8
  • 16
4
votes
3 answers

MonkeyTalk Android Detect String Containing \n for Button Tap

I am using MonkeyTalk to automate some user test cases for my Android app. Everything is working fine except for when I try and detect a button containing this string: "Connect\n(Code Required)" I get this error: FAILURE: Unable to find…
Cumulo Nimbus
  • 8,785
  • 9
  • 47
  • 68
3
votes
3 answers

How to download MonkeyTalk testing tool?

I spent lot of time to find out a way to download monkeyTalk testing software. But I couldn't find a link to download it or event there is no sign up page or login at https://gorillalogic.com/. Need a help to download monkeyTalk software, how to…
Sumudu De Zoysa
  • 261
  • 1
  • 6
  • 17
3
votes
1 answer

Integration of MonkeyTalk agent into the APK by the instrumentation with Ant (outside of Android Studio)

I am working with Android Studio and I try to integre the MonkeyTalk agent into the APK with Ant. Basically I have followed the follow steps: 1.Download MonkeyTalk 2.0.1 Pro Beta 2.Create a new empty folder on desktop titled “example” or whatever…
jiahao
  • 3,373
  • 2
  • 35
  • 36
3
votes
1 answer

MonkeyTalk (2.0.4) Android (KitKat) - ActionBar overflow menu support?

Does MonkeyTalk support the overflow menu in Android(KitKat)? I'm testing on version 2.0.4 and pressing on the overflow menu list items isn't being recorded. Has anyone else run into this problem, found a work around or fix?
Leo K
  • 808
  • 1
  • 9
  • 24
3
votes
2 answers

Android Annotations and MonkeyTalk?

I just tried to update my project which uses Android Annotations to include the MonkeyTalk agent. However, as soon as I switch the project to an AspectJ project, all my Android Annotations references are not recognized. Has anybody successfully used…
2
votes
1 answer

Android Studio - MonkeyTalk Integration - Issues

I have problems formatting the post. Can someone please edit the post accordingly. Your help is much appreciated. Also found a similar problem question - here I am trying to integrate MonkeyTalk and Android Studio. I am following this link. When i…
Vamsi Challa
  • 11,038
  • 31
  • 99
  • 149
2
votes
1 answer

How can i automate 'Settings' app in real iOS devices?

I tried with Appium, UI Automation and Monkey Talk to automate native app automation for real iOS device. Mentioned tools are not supporting real iOS native app automation. Is there a (freeware) tool that automates native apps of real iOS devices?
2
votes
1 answer

what is the difference between think time and time out in monkey talk

in monkey talk while i am wring the test cases there is two time available, one is think time and other is time out. Think time is the time during which the program waits and other is time out i am confused about these two related to monkey talk…
2
votes
3 answers

How to disable Dexguard?

I went through the documentation looking for the way how to disable dexguard when running gradle but keeping plugin: 'dexguard'. I tried to modify proguardFile getDefaultDexGuardFile('dexguard-debug.pro') to do nothing but unfortunately no luck. I…
Amio.io
  • 20,677
  • 15
  • 82
  • 117
2
votes
1 answer

Fake incoming call

I am looking for a way how to automate incoming calls for testing with MonkeyTalk. That means I can run some external scripts. In our Continuous Integration tool I need something capable of running in the headless mode. WHAT I…
Amio.io
  • 20,677
  • 15
  • 82
  • 117
2
votes
1 answer

How to open an iPhone app from terminal or using any monkeytalk command?

Before execution of a Monkeytalk script, I am manually opening my iPhone app on the actual device. I want to launch and close my app using xcode command / Monkeytalk-pro command itself. Is this possible?
user2330986
2
votes
0 answers

Not Able to automated while entering text in textfield which is present in UIAlertView for iOS

I use the Monkey talk tool for iPhone automation testing and I face problem while I'm entering any text in texfield inside the UIalertView. The text is not taking automatic while playing that record which is already entered text in alert view. If…
KamalBhr
  • 21
  • 1
  • 3
1
2 3 4 5 6 7