My camera marks HDR images quite clearly: They are a sequence of images, where the first second one and third one are equally many stops removed from the first one, and they're usually within a couple of seconds from one-another, with all other settings the same. That sounds like something that should be easy to stack in the import-process, right? ...
Today I needed to work with an alertview, so here are two steps for pressing them:
`Given /^I press alert button (\d+)$/ do |index|
touch("view:'UIAlertButton'")[index]
end
Given /^I press alert button named "([^"]*)"$/ do |text|
touch("view:'UIAlertButton' label text:'#{text}'")
end
`
As promised, here are my reusable Calabash steps. Now, some of these are probably more inspirational than reusable (or ignorable, if you like
), but this is ALL the steps I use SO FAR apart from the standard steps. Like I said before, there are so many great steps ...
As promised, here's the link from automatic UI testing. And here's the PDF.
Everyone else is doing it, so I figured I could play "bingo" as well.
My predictions begin with "one more thing" on the iPad event: iOS 6 and AppleTV are tightly linked. Developers will get access to iOS 6 betas within two weeks from the ...