Questions tagged [calabash]

An automated acceptance testing framework for Android and iOS. Calabash enables you to write and execute automated acceptance tests of mobile apps. Calabash is cross-platform, supporting Android and iOS native apps.

Calabash is an automated acceptance testing framework for Android and iOS. It supports both native and hybrid app testing.

It's developed and maintained by Xamarin and is released under the Eclipse Public License.

It's Official site

See More

595 questions
-1
votes
1 answer

What is the best tool to write acceptance tests for native iOS apps?

I have searched and found 2 tools which I think most popular right now are Calabash and Frank .But I don't know which is better one. Any suggestion would be appreciated!
-1
votes
1 answer

Genymotion emulator from rubymine in calabash android automation

i am launching the genymoton emulator from rubymine for my calabash-android automation system("player --vm-name #{emulatorId}") What is notice is once the rubymine executes the above, it launches the emulator but then just hangs in there doing…
-1
votes
1 answer

Error in using calabash-android on linux

I am getting this error when I tried to run this command :"calabash-android run AndroidPdfViewer_1_0_1.apk" No test server found for this combination of app and calabash version. Recreating test server. sh: 1: jarsigner: not found …
avinash
  • 1,744
  • 24
  • 40
-1
votes
3 answers

IOS Automation Testing tools

I am new to mobile testing and i want to test the ios apps through any of the automation tools available in the market,could you please suggest me which tool is best ? and useful links to that tool for how to use that tool in a proper manner
Sindhu
  • 19
  • 1
  • 7
-2
votes
2 answers

calabash android asking permission?

Hi I run a hybrid app in real device & emulator it doesn't ask runtime permissions in android. But in AWS Device Farm it asks permission. I cant find elements for Permission dialog. Can anyone help for this?
-2
votes
1 answer

Cucumber high-level step definition - syntax error, unexpected tIDENTIFIER, expecting keyword_end

I've followed Reuse Cucumber steps. I'm a noob when it comes to Ruby and Cucumber. I'm using calabash-android 0.9.0 and cucumber 2.4.0 My calabash_steps.rb: require 'calabash-android/calabash_steps' Then /^I add the 1st bestsellers product to…
ericn
  • 12,476
  • 16
  • 84
  • 127
-2
votes
2 answers

Query an popup/dialog in calabash android?

I see that you can query by alertview in ios but how do you query alerts in calabash android? I want to validate to see if this alert exists, can I do so with element_exists()?
-2
votes
1 answer

Calabash-android: getting different position results in the queries

I'm looking for exact position of the 'messages button' Running the query below: irb(main):032:0> query("* id:'messagesButtonImage'") And get the result: [ [0] { "id" => "messagesButtonImage", "enabled"…
Nir Ortal
  • 77
  • 12
-3
votes
1 answer

Command to use instead of sleep() in Calabash

I am using calabash automation with Ruby for my project in iOS. scenario/Ruby: Given(/^I click Login$/) do homePage = page(HomePage) homePage.loginButton() sleep(3) end When(/^I enter valid credentials$/) do loginPage =…
Rani
  • 1
  • 3
-5
votes
1 answer

calabash-android: click on image by name

Is that possible to click on image to open the dialog box. because I want to open dialog box by clicking on image which has only name, there is no other property associated with that image. To get this issue I tried with x,y co-ordinate method as…
Vaibhav Joshi
  • 211
  • 2
  • 4
  • 9
1 2 3
39
40