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
2
votes
1 answer

Cannot tap any UIVIew in MonkeyTalk tests

We are unable to successfully tap any of our subclassed UIView's that have UITapGestureRecognizers on them. We know that the UIViews have correct AccessibilityLabels on them, as when we run the tests the tests do not fail to recognize the Views, we…
Bay Phillips
  • 2,015
  • 1
  • 13
  • 7
2
votes
1 answer

Monkey Talk Android

I am working on monkey Talk Android agent , I successfully recorded login page but when ever I am navigating to the Calender screen within the app , it is crashing . Can anyone please help me out with a solution
Sindu
  • 21
  • 1
2
votes
0 answers

MonkeyTalk string index out of range error

I am new to monkeytalk IDE. I am using Ubuntu 12.04 and using monkeytalk latest version as testing tool to test a ios app. I have created a script for testing. But When I am going to save the script file, it is showing me below error. Save Failed…
John Hack
  • 87
  • 2
  • 9
2
votes
1 answer

Logging value of a variable in MonkeyTalk IDE Javascript file

I'm using MonkeyTalk IDE Beta2 for testing iPad application. I exported the javascript from the MonkeyTalk IDE and got a new .js file. I am storing the Boolean value of a Verify command in a var and want to see what is its value, and accordingly do…
Balaram
  • 135
  • 1
  • 2
  • 13
1
vote
1 answer

Comparison between Appium, Instruments, MonkeyTalk for testing iOS

How can we compare the 3 tools for testing iOS? Which among these will be better for unit testing for developers and regular testing for testers?
ruveena
  • 1,248
  • 1
  • 10
  • 19
1
vote
1 answer

How to convert project in "AspectJ Project" in Eclipse

I've installed the AspectJ plugin in Eclips. I can create AspectJ project. Generaly it seems that I installed this plugin correclty. But I cant convert my project in AspectJ, because there is no "AspectJ Project" when I make right mouse click -->…
Vadim Kovrizhkin
  • 1,575
  • 4
  • 16
  • 27
1
vote
1 answer

Alternative of MonkeyTalkIDE Tool for mobile testing?

I installed MonkeyTalk Tool from https://www.cloudmonkeymobile.com/ . After downloading & installing the tool, its not working. Two times i deleted & download again but still its not working. Stuck on the desktop even when i try to close it i am…
Test123
  • 368
  • 1
  • 7
  • 26
1
vote
0 answers

It is not possible to instrument the App in monkey talk pro

When I am trying to instrument the App in monkey talk it shows the following error in the console. anyone know how to solve it? : ERROR: Process exited with an error: 1 (Exit value: 1) instrumented APK file was not created at:…
1
vote
1 answer

is there anything like robotium's solo.clickOnText in MonkeyTalk?

does anyone know if there is a similar command to robotium's solo.clickOnText within MonkeyTalk? or how to do the same with javascript? thanks for your help. Update: I have found in monkeyTalk syntax - to tap on any component labeled "ok" View OK…
Bob
  • 73
  • 1
  • 6
1
vote
1 answer

Record UIAlertView button tap with MonkeyTalk

I'm trying to write automated test script for iOS application using MonkeyTalk. The problem is that I cannot record action when button inside UIAlertView is pressed. It seems like MonkeyTalk doesn't even register there is a UIALertView dialog…
JPetric
  • 3,838
  • 28
  • 26
1
vote
1 answer

Monkey Talk in Appcelerator titanium

During the development of my mobile application there is a need to test the application using automation tool like Monkey Talk. I'm using Titanium Studio (propraitary of Appcelerator Titanium) to develop the application. How do I integrate the…
1
vote
1 answer

MonkeyTalk on Android and WebChromeClient/onJsScript conflict

I have configured "Monkey Talk" to work with my android app. Everything works except for the Activity which uses a Webview with a custom WebChromeClient, which utilizes the onJsScript(...) method of WebChromeClient. Basically, the call back never…
Leo K
  • 808
  • 1
  • 9
  • 24
1
vote
0 answers

automating touch events ios

For automated testing reasons, I want to generate low-level touch events programmatically. We are using MonkeyTalk, which abstracts to a higher level in many cases such that only taps seem to work properly when the app does not use gesture…
rfgordan
  • 39
  • 1
  • 6
1
vote
1 answer

Is there a GUI test automation tool that hooks into the Apple iOS?

I need to automate opening and closing of an application, be able to manipulate and verify component functionality within the app, and be able to modify configuration data in the iOS Settings. I think I already know the answer to this one, but is…
1
vote
1 answer

NullPointerException while using Monkeytalk tool

Hello I have implemented MonkeyTalk library in my app I used following steps given at https://www.gorillalogic.com/monkeytalk-documentation/monkeytalk-getting-started/install-agent/android. Through these steps i am successfully able to record and…
Jignesh Ansodariya
  • 12,583
  • 24
  • 81
  • 113