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

Monkey Talk - Verify Table Data

I'm using Monkey Talk to test an iOS app. I am creating a user record. Once created I want to verify the user data. The user data is displayed in a table on the iOS device as follows: First Name Test Last Name User 001 EMail …
user3605646
0
votes
1 answer

iOS App Crashes When App is Minimized with MonkeyTalk Built In

I am using Monkey Talk version 2.0.3.a I have integrated MonkeyTalk into my iPhone App,Everything is working great as expected both on device and simulator. But I have found that the App crashes when it is minimized or the home button is pressed…
Samyukt Shah
  • 1,337
  • 12
  • 13
0
votes
2 answers

MonkeyTalk-While recording not recognizing the recorded script in MonkeyTalk,is any problems with me?

We tried to Implement two types of scenarios on Monkey Talk One is recording through Source Code and Converting Eclipse Project to Aspect J project-Its working fine. Second scenario we tried to use the .APK file for same project we are unable to…
0
votes
1 answer

How to generate a JUnit xml report from MonkeyTalk runner (command line)?

I'm running my tests (using monkeytalkpro-runner-2.0.1.beta). java -jar monkeytalkpro-runner-2.0.1.beta.jar -agent iOS -host myTest.mt -reportdir ./testresults -verbose The tests are running fine as expected, (same from the IDE). I…
Meir Gerenstadt
  • 3,573
  • 1
  • 23
  • 22
0
votes
1 answer

Determine touch start event of javascript in monkey talk tool

I am using monkey talk tool for testing an HTML in my ipad, here i have an HTML image imageA on which i have wrote the touch event (Touch start) in javascript in which i am calling a method which changes the image of imageA. when i touch it, imageA…
user2538944
  • 305
  • 4
  • 12
0
votes
1 answer

Android project which has code dependency to a different project library in MonkeyTalk

I have one main project and one lib project which is dependancy for main project. I have implement the AspectJ plugin and monkeyTalk agent in main project, then i ran my project and found app splash screen gets hang and app get stopped. Thanks in…
Mani
  • 1,199
  • 2
  • 9
  • 22
0
votes
1 answer

Component is not detected in MonkeyTalk

I have used achartengine api in my android application for chart but MonkeyTalk is not able to detect this component, so for that what should I do?
vivekpansara
  • 895
  • 1
  • 6
  • 14
0
votes
2 answers

Is it possible to test web apps using MonkeyTalk?

I want to automate web application or website testing using MonkeyTalk. Is it possible?
Tester77
  • 309
  • 1
  • 4
  • 10
0
votes
1 answer

MonkeyTalk not able to recognize drop down options

While recording Monkey talk recorded it as app.view("#4").tap the same command is not working when I play back. Monkey talk component id for the same is "paramItemOptionCheckbox" I tried with app.view("paramItemOptionCheckbox").tap but I am getting…
0
votes
2 answers

Integrating monkey talk to static Framework(iOS)

Let me Describe my problem more .We are building static library(iOS) with resources in bundle and we are using that static library to other project.When we integrate monkey talk to our project .It will not detect some of the Views and script…
0
votes
2 answers

How to verify the status of the buttons using MonkeyTalk command

Anyone please tell me the command to verify whether the option is enabled or disabled using Monkey-talk.
Tester77
  • 309
  • 1
  • 4
  • 10
0
votes
1 answer

The Record Button is not Enabled With iOS Simulator

I've installed Monkeytalk on my machine, it has OS X 10.8.5 I had a successfully run an automatized test on Android with Monkeytalk, so I moved on X Code 5.0.2. Created a sample application (iOS 7.0), added the required targets, changed the Schema…
MMMM
  • 1,319
  • 1
  • 14
  • 32
0
votes
2 answers

Android Emulator Shows Message "Unfortunately Application has stopped"

I am trying to run monkeytalk recording for external app(Connect2field).But it doesnt record anything in monkeytalk IDE and if we open this app on android emulator,then it shows message "Unfortunately Connect2field4+ has stopped" Please tell me…
0
votes
3 answers

Can we use MonkeyTalk IDE directly with APK files without project source?

I have used android sample projects and successfully convert them to aspectj project and run the app in emulator and record application action with Monkey Talk IDE. now i want to record only .apk file which is not converted to *aspectj but failed…
vinodkumar
  • 1
  • 1
  • 7
0
votes
1 answer

MonkeyTalk not recognizing UITextfield input event

I am using Monkeytalk v1.0.62 and its not recognizing textfield input event inside the UIAlertview. If I type any text inside the textfield, it shows nothing while recording or in playback. It seems like the monkeytalk wont recognize UITextfield…
Umesh Kumar
  • 193
  • 3
  • 17