Calabash – Paso Predefinido: Touching
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…
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…
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…
Assertion steps To assert that specified text can be found use any of the following steps. Then /^I see the text "([^\"]*)"$/ Then /^I see "([^\"]*)"$/ Then /^I should see…
Selenium WebDriver es una herramienta que permite automatizar aplicaciones web hoy en día. Webdriver forma parte de la suite Selenium, que es un proyecto open source. Con Selenium Webdriver, es posible escribir instrucciones en…
Si usamos Trello para nuestros proyectos, contamos con un complemento muy bueno para mostrar nuestros planes en formato Gantt, y es el Ganttify, web app muy sencilla que se integra con una…
Mapa Mental sobre Trello. Una mirada global sobre esta herramienta aplicación web basada en administración de proyectos y que es de mucha utlidad para proyectos ágiles ya que cuenta con…