Calabash – Paso Predefinido: Buttons
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…
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…
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…
En el blog anterior describimos que es sitio web adaptable. Testear un sitio web adaptable es similar a testear un sitio web, de hecho, podemos usar las técnicas y herramientas…
El reto más importante que nos enfrentamos a la hora de testear es la diversidad de dispositivos móviles y versiones de sistemas operativos. Contar con todos los dispositivos reales y …
Test Academy: 21 de Mayo 2015 Opensource Cross-Platform Frameworks para Testing Móvil Como parte del expo:QA'15 Test Academy, el 21 de este mes habrá una sesión gratuita en Madrid antes…
iOS y Android son los principales sistemas operativos de dispositivos móviles, veamos a continuación las principales ventajas y desventajas de cada uno. iOS pros y contras Estrictas políticas: App Store…