Calabash – Paso Predefinido: Internationalization
Internationalization Then /^I press text of translated l10key (\d+)$/ Simulates that the user pressed the text of the l10nkey. Then /^I press button of translated l10key (\d+)$/ Simulates that the…
Internationalization Then /^I press text of translated l10key (\d+)$/ Simulates that the user pressed the text of the l10nkey. Then /^I press button of translated l10key (\d+)$/ Simulates that the…
Location steps If you allow your phone to use mocked locations (configured on your device under development settings) and your app has the ACCESS_MOCK_LOCATION permission you can change the perceived…
Screenshots To take a screenshot of the phone while running the test use any of these steps. Then /^take picture$/ Then /^I take a picture$/ Then /^I take a screenshot$/…
Touching Given /^I press the "([^\"]*)" button$/ do |text| Taps the button containing the specified text. Then /^I press button number (\d+)$/ do |index| Taps the button with the specified…
En estos días me lancé al testing de una aplicación web desarrollada en PHP. Esta aplicación se conecta a una Api Rest, y la Api consulta una base de datos…
Gestures Then /^I swipe left$/ Swipes left. Then /^I swipe right$/ Swipes right. Then /^I scroll down$/ Scrolls down. Then /^I scroll up$/ Scrolls up. Then /^I select "([^\"]*)" from…
Buttons Then /^I go back$/ Simulates that the user pressed the back button. Then /^I press the menu key$/ Simulates that the user pressed the menu button. Then /^I press…
Input steps Then /^I toggle checkbox number (\d+)$/ do |index| Toggles the checkout with the specified index. Then /^I long press "([^\"]*)"$/ do |text| Long presses the view containing the…