Calabash – Paso Predefinido: Gestures
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…
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…
Las siguientes son algunas de las definiciones y conceptos que debemos manejar dentro de nuestra actividad y que profundizaremos en próximos artículos o mapas mentales. Control de calidad Es una serie…
Un Probador (Tester) en un proyecto Agile trabajará de manera diferente que si trabajara en un proyecto tradicional (Cascada/Predictivo/Waterfall). Los Probadores deben comprender los valores y principios que sustentan los…
En blogs anteriores hablamos sobre los distintos tipos de aplicaciones, y mencionamos las aplicaciones web móviles. Recordemos, que es una aplicación web móvil?, es una aplicación que son accesibles por un…
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…