[Reading Notes] continuous integration of iOS-iOS, Reading Notes ios-ios

Source: Internet
Author: User

[Reading Notes] continuous integration of iOS-iOS, Reading Notes ios-ios

1. Jenkins

Http://jenkins-ci.org

 

2. continuous integration of iOS Unit Testing

Before Xcode enters OCUnit as the unit Test framework, it divides the unit Test into two types: Logic Test and Application Test. Logic Test, which are responsible for testing the Logic part. Generally, the Logic part has no UI.

Application Test is responsible for UI interface response and so on. Before Xcode4, Logic Test and Application Test are strictly separated. Logic Test can only run in the simulator, while Application Test can only run in the simulator.

Run on a real machine device. After Xcode4, we will not emphasize the distinction between the two Test types. They can all run on a real machine or simulator. Developers can use Xcode to conveniently run unit tests, whether in

The real device is still in the simulator. However, after iOS6, the method for developers to run unit tests using the command line is strictly limited. The command line can only run in Logic Test. If the unit Test contains the Application

Test.

If the unit Test is Logic Test or Application Test? If the Test content does not contain the UI part of the Test, it can be considered as Logic Test, and the opposite is Application Test.

 

 

References: iOS test Guide

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.