我創建了一個用戶界面測試類:在這個 Xcode的7條UI按鈕不會出現
但是,錄製按鈕,如:
import Foundation
import XCTest
@testable import TestProject
@available(iOS 9.0, *)
class ChangeWishListUITests: XCTestCase {
func testExample() {
// Use recording to get started writing UI tests.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
}
運行的應用程序在iPhone上6模擬器與iOS 9.3教程: https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/RecordingUITests.html#//apple_ref/doc/uid/TP40010215-CH75-SW1
沒有出現。
有時需要按光標內部testExample()測試的情況下,也看看此http:// stackoverflow.com/questions/31874855/xcode-7-ui-tests-recording-button-is-greyed-out –