UI testing with robots
10/01/18
Robots pattern enables you to write concise UI tests that are easy to read and maintain. In this post we put the robots pattern into practice by writing UI tests for a sample app.
10/01/18
Robots pattern enables you to write concise UI tests that are easy to read and maintain. In this post we put the robots pattern into practice by writing UI tests for a sample app.
06/08/18
Using UserDefaults to save states locally in iOS applications causes problems when writing tests using XCUITesting Framework. This blog post shows how to solve these problems. Read more
10/24/16
In the first part of this blog post, we have successfully built a simple Vapor web server. Now we are... Read more
10/17/16
Combining server-side Swift, and Google’s Protocol Buffers by creating a simple server-client system. In the first part of this blog... Read more
07/21/16
Wouldn't it be awesome if we could animate any property with a UIView animation block?
10/03/14
Another day, another thing to test. Whether you love or hate optionals in Swift, the reality is that you are... Read more
06/05/14
As of the time of this writing, just about 48 hours ago, Apple unveiled the Swift Programming Language. Normally, there... Read more