Atlassian en Argentina – Evento Gratis
Pablo Rizzi me ha contado acerca de este evento organizado por Atlassian, y entiende que hay mucha cantidad de Testers que están seguramente manejando alguno de los productos de esta empresa…
Pablo Rizzi me ha contado acerca de este evento organizado por Atlassian, y entiende que hay mucha cantidad de Testers que están seguramente manejando alguno de los productos de esta empresa…
Si bien esta oportunidad laboral es para una empresa de Madrid, nos permite ir enterándonos la tendencia del mercado en cuanto a las prácticas de la Automatización de pruebas con…
Para tenerlo como ayuda memoria, les dejo un pequeño listado de los Pasos Predefinidos para Calabash Calabash - Paso Predefinido: Assertion steps Calabash - Paso Predefinido: Input steps Calabash -…
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$/…
Waiting Then /^I wait for progress$/ do Will wait until there are no more progress bars. Then /^I wait for "([^\"]*)" to appear$/ do |text| Then /^I wait to see…
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…