.OCTEST File
.octest is Xcode Objective-C Unit Test Bundle
| Features | Description |
|---|---|
| File Extension | .octest |
| Format | Binary |
| Created by | Apple |
| Category | Developer |
.octest is Xcode Objective-C Unit Test Bundle
| Features | Description |
|---|---|
| File Extension | .octest |
| Format | Binary |
| Created by | Apple |
| Category | Developer |
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: