In the last post I described a method for speeding up the Rufus page object gem by parsing page source data rather than making extra calls to the Selenium::WebDriver. While those changes did speed things up, it just didn’t seem fast enough. Just a few months ago I had seen Frank run through cucumber tests with blazing speed. So I posed the following question to the google group for Appium and was happy to get a quick reply from some of its contributors.
Continue reading
One of the issues my team has been encountering writing automated tests on iOS 7 with Rufus is the time it takes for Selenium::WebDriver to get a response back from the Appium server when running automated tests using cucumber.
Continue reading