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

How to run edited monkey talk script

Am newbie to Monkey talk. as i have created one monkey script but in the middle i have added some validation stuff to my recorded script but don't know how can u execute the edited script from monkey talk. Please help me.
Quick learner
  • 699
  • 4
  • 22
  • 39
0
votes
1 answer

what is the significance to convert Android project to AspectJ project ( for MonkeyTalk)

Have developed a small application on Android using EclipseIDE, and i wanted to test that app for functionality, after a long RnD i found MonkeyTalk is a good tool to test that, To test my app using MonkeyTalk i need to convert my project on…
WEshruth
  • 769
  • 3
  • 16
  • 32
0
votes
1 answer

What does MonkeyTalkAPI.js file do?

In each monkeytalk project, there exists a MonkeyTalkAPI.js file in the "lib" folder. It is same for all the projects. WHat does this file actually do? To run a javascript file, we need a browser. SO how does this file get executed?
DesirePRG
  • 6,122
  • 15
  • 69
  • 114
0
votes
3 answers

How does Monkey talk agents work without source code modification in the app

When we install agents for android or ios app, we usually add some library and change some configuration settings. How does just adding a library can make that app to record events and push it to the monkey talk IDE. Usually when we add a library…
DesirePRG
  • 6,122
  • 15
  • 69
  • 114
0
votes
1 answer

My app is crashing after installing the MonkeyTalk agent

I'm trying to use the MonkeyTalk to automate the black-box tests in my Android app. The problem I'm facing is that they don't have anything documented about using it with Maven. So, after a lot of research and trying a lot of things, I made the…
Fernando Camargo
  • 3,085
  • 4
  • 30
  • 49
0
votes
1 answer

monkey talk - how to judge there is one UI exists?

In QTP, we can use below code: if obj1.exist(5) obj1.click; else obj2.click We can control the wait time and if one UI exists, we can do some operation. how to work out the same situation in Monkey Talk with JS? and can I get the orientation…
0
votes
3 answers

How to record tests on robotium for Android test?

I am using MonkeyTalk for Android app test. I have some basic idea about robotium. But unfortunately I don't know how to record and play back using Robotium. Is there any way? If yes how?
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
1 answer

MonkeyTalk: Screen loading time, completion time/reaction time measurements?

Can latency measurements like screen loading time, completion time/reaction time/response time of any operation(like opening a URL, tapping on a button, deleting a message, navigating to the next screen) be done using MonkeyTalk? If it cannot be…
0
votes
2 answers

Can I test desktop apps with MonkeyTalk?

I am using MonkeyTalk for automated testing of Android apps. Is it possible to test Destop apps also by using MonkeyTalk. If yes, please instruct me.
0
votes
1 answer

Scroll is neither recording nor playing back in Monkytalk(ios)

In my iOS mobile app, the feature of scrolling i.e pull down to add task is not working. MonkeyTalk is not recording and playing back this feature.I have used ScrollToRow command but of no use, So kindly help me to sort it out. Thank you
rakshitha
  • 3
  • 7
0
votes
1 answer

Does MonkeyTalk supports Long hold to reorder cells in TableView

MonkeyTalk is recording the events,but while playing back it's not recognizing the UI elements and cannot play back. Is it possible to test the Gesture based feature i.e Long hold to reorder cells using MonkeyTalk in iOS application. The link to…
rakshitha
  • 3
  • 7
0
votes
1 answer

MonkeyTalk : http://localhost:16862/fonemonkey: Connection refused

I am trying to run my IOS test cases using Monkey talk and it started giving me error as : to localhost:16862/fonemonkey: Connection refused This was not happening earlier and after few days when i started working back on monekytalk this error…
user1664899
  • 327
  • 2
  • 4
  • 15
0
votes
1 answer

How to connect monkeytalk app to the IDE

I build a GUI application integrated with MonkeyTalk (from Gorilla Logic), through the agent library. In the IDE, I could create the .mt file also. But, I donno, how to connect the monkey talk app, to the monkeytalk IDE. Can anyone suggest how to…
Arun
  • 75
  • 1
  • 7
0
votes
1 answer

Send status report of test cases using monkey talk

How to report errors or test cases status(PASS/FAIL) to developers using monkey talk automation tool for ios/android app testing.
Ramakrishna
  • 68
  • 1
  • 1
  • 9
0
votes
1 answer

send an email using monkey talk automation tool

Is it possible to send an html email report through a monkey talk automation tool. If it is possible please provide any code or url. Thanks, Ramakrishna.
Ramakrishna
  • 68
  • 1
  • 1
  • 9