Users often become very attached to their apps, and are therefore annoyed if they stop working. At the same time, it is easy for users to rank apps on AppStore and Market – which means apps can quickly gain a bad reputation even for minor bugs.
Harbour Front uses dedicated testers, but also a series of testing tools in order to guarantee high quality.Testing is always one important part of our projects, and should be for you too.
The following are just some of the testing tools and methods we use:
jUnit and OCUnit on iOS
Unit tests are automated tests that help us to see if the code is written consistently. These are created to be used in automated tests – but can be used during development. Unit tests are useful for checking code but cannot be used for UI code.