2016-04-21 62 views
0

我創建了一個用戶界面測試類:在這個 enter image description hereXcode的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

沒有出現。

enter image description here

+1

有時需要按光標內部testExample()測試的情況下,也看看此http:// stackoverflow.com/questions/31874855/xcode-7-ui-tests-recording-button-is-greyed-out –

回答

1
  1. 光標必須在方法內部你想實現(因爲Xcode生成代碼到光標位置)

如果這沒有幫助:

  1. 有時,當您將UI測試添加到現有項目時,Xcode看起來不穩定。以下序列幫助我在某些情況下:

    • 清潔項目
    • 重新啓動的Xcode
    • 重建項目
    • 點擊測試方法裏面設置光標

有時我不得不這樣做兩次。

  • 你的模擬器具有運行至少iOS的9.0
  • 0

    調試區域被隱藏...按下鍵盤上

    切換調試編輯器 「使用shift +指令+ Y」 同時