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

MonkeyTalk : Verify custom UITableViewCell Label text without select the cell

I have an iPhone application that has a search box and UITableView with custom UITableViewCells. This Table Loaded with search results after user enter a search word and tap search. I need to test the search results with MonkeyTalk. (using…
1
vote
2 answers

Does MonkeyTalk support PhoneGap Sencha Touch based Mobile Hibrid Application?

We have a PhoneGap Sencha Touch based Mobile Hybrid Application, I want to use MonkeyTalk in automation testing. Can someone help me? Thanks in advance. I installed monkeytalk-1.0.40, it works well. And with it, I can test native application very…
1
vote
1 answer

install monkeytalk on the armv7 armv7s architecture get the error Command /bin/sh failed with exit code 1

I'm making all steps by this link and at finish have this error "Command /bin/sh failed with exit code 1". Architecture of this project is armv7 armv7s. Someone have that problem?
Kate Geld
  • 171
  • 1
  • 8
0
votes
1 answer

Compare tools for Android Application testing between Appium and MonkeyTalk

I'm brand new to Mobile application automation. So, I did a research for selecting a good automation tool for test Android applications. I need a tool with following requirements Functional testing UI testing for different devices, different…
Manuli
  • 1,203
  • 4
  • 20
  • 43
0
votes
1 answer

Android studio instrumented apk error while running application

I have created one hello world demo and try to create an instumented apk using monkey talk with below link http://www.jiahaoliuliu.com/2015/02/monkey-talk-integration-with-android.html I don't found any error in build.gradle file in app module Below…
iOSDeV
  • 77
  • 10
0
votes
1 answer

How to check if label of view exist in MonkeyTalk automated testing

I recently started writing a detail automated test script on MonkeyTalk for my application. I am fascinated with the power of this tool, but there is a small issue i am facing. I am writing a data driven test case using csv file which is running…
Syed Raza Mehdi
  • 4,067
  • 1
  • 31
  • 47
0
votes
2 answers

Monkey Talk with Android Studio Error:Execution failed for task ':app:compileDebugJava'

I am following this tutorial to make monkeytalk agent build so that i can record the event and write some test cases. I have also downloaded git project with is running but is not showing in monkey talk IDE and no events are recording. I have also…
Syed Raza Mehdi
  • 4,067
  • 1
  • 31
  • 47
0
votes
1 answer

My Date Picker is not Working

I'm trying to use a date picker to select a date in my application, but I've been stopped by the following error. Can anyone help me in clearing this issue? The date picker dialog should pop-up on touching an EditText. Here's my Code: myCalendar =…
Parthiban M
  • 1,104
  • 1
  • 10
  • 30
0
votes
1 answer

While doing Monkeytalk setup in xcode for iOS app i faced this issue and i am stuck here

Undefined symbols for architecture i386: "std::string::c_str() const", referenced from: -[MTHTTPVirtualDirectory(ExecuteScript) executeAtom:withArgs:] in libMonkeyTalk-2.0.10.a(MTHTTPVirtualDirectory+ExecuteScript.o) …
0
votes
1 answer

How to run monkeytalk scripts each time with new data?

We are using eclipse luna 4.4.1, adb is installed on linux system to test android app. I have recorded a monkeytalk script. So my question is how to run that monkeytalk recorded script in 500 times. But in every loop the value of input data should…
Nikhil
  • 13
  • 5
0
votes
2 answers

Using monkeytalk to test android app, the record button is disabled

We are using eclipse luna 4.4.1, adb is installed on linux system to test android app. I followed below steps: Import an android project in eclipse Created libs folder in the android project and copied monkey talk agent into the libs…
Nikhil
  • 13
  • 5
0
votes
1 answer

Getting an error:'No Button found with monkeyID "LOGIN" record

Getting an error:'No Button found with monkeyID "LOGIN" record in recorded script in one project button name was Login but in another project button name is change to LOGIN. So script is failed. is there any way to run Script with name…
0
votes
1 answer

How to call one script to another script in monkey talk automation tool for iOS

Is there any Solution for: How to call one script to another script in monkey talk automation tool for iOS Thanks, Arihant
0
votes
1 answer

Can we navigate from mobile app to mobile web and vice versa while scripting in monkey talk tool?

I am automating my mobile application using monkey talk. But i also want to navigate from mobile app to web and vice versa so that i can also automate admin section of the mobile application while recording. In short i want to switch to and fro from…
0
votes
0 answers

How to fetch Id of custom views(drawings done using canvas) in monkeytalk and automate it?

How do we test custom views in monkeytalk?(android and ios application automation)I have tried giving content description to some views and fetch id, it works fine, but when it comes to some complex views that involves canvas drawing , I am not able…