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
0
votes
2 answers

MonkeyTalk Table Row value Verify on iOS

I'm using MonkeyTalk to automate iOS testing. I get the following error when I try to verify a value. Failure:Expected "Joe Smith", but found "(null)" MonkeyTalk code is: Table "Empty list" Verify "Joe Smith" item(1) Basically, I have a search for…
RonTron
  • 1
  • 2
0
votes
1 answer

Javascript error - Can not find function UISearchBarTextField

I'm trying to get MonkeyTalk working with Javascript. I'm automating some tests with iOS. When I run the .MT version, the test runs fine. But, the Javascript version errors with this. ERROR sun.org.mozilla.javascript.internal.EcmaError: TypeError:…
RonTron
  • 1
  • 2
0
votes
1 answer

Using the javascript generated by MonkeyTalk with EAGLView

I have the following monkeytalk file as a proof of concept, which taps the correct screen regions: EAGLView * Drag 40 60 40 60 EAGLView * Drag 269 274 36 68 this runs fine and when I try to export it to a javascript file I get the…
0
votes
1 answer

MonkeyTalk error report to a .txt/excel file

I am trying to write some test scripts to test an app for IOS devices. I would like to report each error in a text excel file. I have written the following code (using JavaScript in the MonkyTalkIDE): var fso = new…
user1828928
  • 483
  • 1
  • 5
  • 11
0
votes
2 answers

Connection issue in MonkeyTalk IDE

I have installed monkey talk IDE to test the android apps and when I try to connect it to android emulator/tethred device, I got a warning An internal error occurred during: "MonkeyTalk". Error starting adb: Error running adb: D:\android_sdk…
Sindhu
  • 19
  • 1
  • 7
0
votes
0 answers

How to use MonkeyTalk test tool for iPhone

I am trying to test my iPhone and iPad app using testing tool. I searched for the different tools available and found MonkeyTalk. However I didn't get appropriate guidelines for how to use MonkeyTalk. If any one has solution on this please let me…
user968597
  • 1,164
  • 2
  • 15
  • 30
-1
votes
1 answer

Build creation issue with monkey talk iOS

Through my Jenkins server,I do instrumentation of my iOS project with monkey talk related jar automatically.Once this is done then through ant (.xml),smoke test gets automatically triggered for the application. xcodebuild -project app/XXX.xcodeproj…
Manish Singh
  • 310
  • 1
  • 5
  • 19
-1
votes
1 answer

MonkeyTalk for recording and replaying the user actions; could it work offline?

I want to use MonkeyTalk for recording and replaying the user actions on the mobile device for measuring energy consumption but I don't want the mobile device to be connected the the computer or its WiFi to be on (because it consumes energy) when it…
Gholi
  • 63
  • 1
  • 7
-1
votes
1 answer

Monkey Talk ide (v1.0.30) there is no record button (Using fire fox)

I am a beginner in Monkey Talk. Kindly help me to start with it I'm trying to use Monkey Talk for automation test. I installed it successfully. I connected it successfully with fire fox option.I am using fire fox v12.0 and windows xp with 2gb ram.…
mastu
  • 1
  • 1
-2
votes
1 answer

Add to Aspectpath not found MonkeyTalk

I am trying to work with monkey Talk Android agent but after adding the monkeytalk-agent.jar to Android project Add to Aspectpath (AspectJ Tools > Add to Aspectpath) is disabled.Why it is so? How can I enable it.Please help me.Thanks in advance.
user1767260
  • 1,543
  • 8
  • 26
  • 51
1 2 3 4 5 6
7