gpt4 book ai didi

xctest - Xcode 7 - 如何启动 UI 测试的界面录制?

转载 作者:行者123 更新时间:2023-12-02 08:25:12 26 4
gpt4 key购买 nike

我正在查看 WWDC 2015 session 104“Xcode 中的新增功能”,发现在 Xcode 7 中我可以记录界面单元测试以自动单击按钮、输入文本等。

我创建了一个包含 UITests 的新项目,但是我如何实际开始记录 UITests 的界面交互?

这是测试中包含的代码片段:

- (void)setUp {
[super setUp];

// Put setup code here. This method is called before the invocation of each test method in the class.

// In UI tests it is usually best to stop immediately when a failure occurs.
self.continueAfterFailure = NO;
// UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
[[[XCUIApplication alloc] init] launch];
}

最佳答案

录制按钮是主文本编辑器左下角的红色按钮。当您不在可录制的方法中时,该按钮将显示为灰色。

Xcode UI test record button

关于xctest - Xcode 7 - 如何启动 UI 测试的界面录制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32232780/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com