Hacker News new | ask | show | jobs
by plasma 4885 days ago
Interesting; recently wanted to get into iOS automation testing and we also have an Android product so a unified test framework would be great.

I notice from the screenshots it takes a while to get through each step, is this due to the simulator, Appium itself, or for demo purposes?

Cheers

1 comments

This is a delay built into Instruments. Most of the UI actions in an app take some time, so it's not that bad. There is also a way around it; one mode of Appium skips the system clock forward to get around the delay.