我创建了一个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.
}
}
但是,记录按钮,就像在本教程中一样: https://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode_Overview/RecordingUITests.html#//apple_ref/doc/uid/TP40010215-CH75-SW1
没有出现。
答案 0 :(得分:1)
如果这没有帮助:
当您向现有项目添加UI测试时,Xcode似乎不稳定。在某些情况下,以下顺序帮助了我:
有时我不得不这样做两次。
答案 1 :(得分:0)
隐藏调试区域......
通过同时按“shift + command + y”在键盘上切换调试编辑器
答案 2 :(得分:0)
就我而言,我忘记在项目中添加UI测试目标并将测试文件分配给该目标