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 a young company, exhibiting at Apps World London, along with the the hundreds of mobile related startups, was a dream came true! The atmosphere … >
Related to QUALITY issues, this is our Definition of Done. Team had conversation with product owner. Coding is complete. Unit tests created/updated/passed. Code is reviewed. … >
This week has been released the new ownCloud desktop client. It is available via ownCloud website. Among the new features in this version, there are … >
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 … >
After introducing the unit testing methodology and taking a look at how to mock them, now we are facing a particular case: how to mock … >