Build iOS Continuous Integration Platform (ii) test framework

Source: Internet
Author: User

Test framework

With automated build and dependency management, developers can easily build the entire project on the command line, but, as a continuous integration platform, the most important thing is testing, and the greatest benefit of continuous integration is the ability to identify problems early and reduce the cost of problem solving. And the means to find the problem is mainly testing. In Martin Fowler's Test Pyramid "10", the concept of testing the Gold tower was discussed, the concept of the Test pyramid from Mike Cohn, in his book succeeding with Agile described in detail: the bottom of the test pyramid is unit testing, Then the business logic test, if a bit more detailed, can be divided into the complete test strategy is divided into the following levels:

As a continuous integration platform, the more testing levels can be automated, the greater the value the platform can produce.

Unit Test

Currently, the most popular unit testing framework in iOS is 2: Ocunit "11" and Ghunit "12", each with its own advantages and disadvantages:

The results of the ocunit will be directly told to the developer through the pop-up window, and the running details will be printed in the Xcode Output window:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.