Continuous integration using Jenkins for iOS testing
Continuous integration is a way of work, initially by Martin Fowler which consists of automatic integration of a project as often as possible in order to detect … >
Continuous integration is a way of work, initially by Martin Fowler which consists of automatic integration of a project as often as possible in order to detect … >
As we said in a previous post, executing instruments using the command line is a key feature of a continuous environment with automated tests. The … >
What is iOS Background? The iOS operating system manages different states for the applications which have been installed on the devices. As we can see … >
After having set the basic concepts for Instruments here, we keep going on learning things about Instruments DIFFERENCE BETWEEN “PUSHTIMEOUT” AND “DELAY” Sometimes, some delay … >
Quality is very important for us, for that reason we are fond of automation testing. This post is going to be focused on how to automated … >
CoreData in our apps When we begin working in an iOS app in which we are going to need to persist a big amount of … >