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

How to enable record button in monkey talk on initial phase(for launching an app)

I need to record script for launching(splash screen) an app but not able to do that on Monkey talk. Thanks regards, Arihant
0
votes
2 answers

How to use monkeytalk test script in multiple subfolders ? I have created folders like Login, Logout in one project

I have a situation where i created one project [MonkeytalkProject1] and there i have added multiple folders like Login, Logout. Now, i have written script for login.mt and logout.mt. I want to use logout.mt script in login.mt script in this way…
0
votes
1 answer

gradlew command line - ignore devices

I have a machine we are using for automated builds on our android application while its in development. That machine is connected to multiple android devices which need to stay connected for other purposes outside the scope of this project. That…
erik
  • 4,946
  • 13
  • 70
  • 120
0
votes
1 answer

iOS application version number in MonkeyTalk Test result XML file

I am currently testing my iOS app using MonkeyTalk, and i am trying to identify the version number of my app within the XML file that Monkeytalk generates after test.
Roshan
  • 521
  • 4
  • 16
0
votes
1 answer

MonkeyTalk with AntRunner

Can somebody please give me the detailed steps involved in configuring Ant for Android project with MonkeyTalk. I have an Android project, MonkeyTalk agent and AntRunner. I need to automate the Android build generation using Ant also, MonkeyTalk…
Harish
  • 306
  • 1
  • 4
  • 14
0
votes
3 answers

How to use Get command in Monkey talk?

Does anybody know how to use the Get command in monkey talk? In monkey talk guide only the command is written but no syntax is present.
0
votes
0 answers

MonkeyTalk and Butterknife ViewInjector Generation - (Android + Annotations + AspectJ + Eclipse)

I have been using ButterKnife successfully to inject views in my application like so: @InjectView(android.R.id.text1) TextView mMessageText; @InjectView(android.R.id.button1) ImageView mButton; ... then later... View.inflate(ctx,…
frenziedherring
  • 2,225
  • 2
  • 15
  • 23
0
votes
1 answer

MonkeyTalk tests without internet

Is it possible to test use cases where no network data is enabled? adb shell svc data disable I can connect to the app from MonkeyTalk IDE but it's not possible to record nor replay any test cases...
Amio.io
  • 20,677
  • 15
  • 82
  • 117
0
votes
0 answers

Verify Toast using Monkey Talk

Is there any way to verify the toast appearing in android applications using Monkey talk? I am not able to verify the toast as no specific id is not given for the toast. While searching i have seen that it is possible to verify a toast by extending…
Dinu
  • 845
  • 3
  • 13
  • 27
0
votes
1 answer

Sending blank input for drop down through .csv file in monkeytalk

I have created a .csv file with all positive and negative inputs. I have provided "----" for blank inputs but monkeytalk does not consider it as a blank. Can some one help me for this. Thanks.
Ajit
  • 21
  • 3
0
votes
1 answer

How to close UIAlertView using MonkeyTalk on iOS8?

Until iOS7 we were happy using MonkeyTalk (2.0.8) for our automated UI tests. UIAlertViews could be easily closed / confirmed via app.button("OK").tap (JavaScript) or Button OK Tap (MonkeyTalk Script). This is not working on a device running iOS8.…
Christian
  • 357
  • 3
  • 13
0
votes
2 answers

MonkeyTalk Click on ActionBar home button

Is there a way how to click on action bar Home button (http://developer.android.com/guide/topics/ui/actionbar.html)? I tried Label ${myHomeId} Tap I just receive Completed Script Playback - OK but nothing happens... the activity is supposed to…
Amio.io
  • 20,677
  • 15
  • 82
  • 117
0
votes
1 answer

Connect from MonkeyTalk to Android HEADLESS emulator

Question Is there a way how to connect to an Android emulator in headless mode? Problem I was able to connect. I received from the MonkeyTalk IDE Connection type set to: Android Emulator or Tethered Device Which should be fine according to MT…
Amio.io
  • 20,677
  • 15
  • 82
  • 117
0
votes
1 answer

MonkeyTalk Causing VerifyException in Android Activity

I'm trying to integrate MonkeyTalk automation into my pre-existing Android app that is built using gradle. I followed the steps here: Android Studio and MonkeyTalk? and got the demo app working, but when I run it in my own application I get the…
Paul
  • 4,422
  • 5
  • 29
  • 55
0
votes
1 answer

Hybrid mobile applications unit test

It is noticed that there are difficulties to find a better testing tool for hybrid mobile applications , for native it is ok , but in the case of hybrid I am in a confusion to use which tool? Have anybody tried any better testing tool for hybrid…
Gokul
  • 164
  • 1
  • 11