.OCTEST 파일 확장자
Xcode Objective-C Unit Test Bundle
| 개발사 | Apple |
| 인기도 |
3.4 | 5 투표 |
OCTEST 파일이란 무엇인가요?
Developer file created by Xcode, a Mac OS X and iOS application development IDE; saves a bundle of unit tests, which are small, localized tests used for verifying the behavior of individual functions within the overall application source code; enables all test files to be packaged together.
추가 정보
Tests within an OCTEST bundle may be one of two types:
- Logic tests that run in an isolated environment testing outside of the running application.
- Application tests that execute within the running application. These are often used for user interface testing.
OCTEST 파일을 여는 프로그램
Mac