Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我是新手XCUITest,我想通过在模拟器中录制动作来编写测试用例,但在XCTestCase课堂上看不到录制按钮。
XCUITest
XCTestCase
记录测试用例的流程是什么?
这可能看起来微不足道,但当我开始使用 XCUITesting 时几乎让我发疯:
请注意,您的光标必须位于以 开头的函数内test:
test
但是,这不起作用(录制按钮显示为灰色):
我认为,如果您没有看到记录按钮,是因为您的目标中没有 a iOS UI Testing Bundle。为此,您需要转到项目文件并单击目标上的“+”按钮,然后添加一个iOS UI Testing Bundle. 然后您将看到一个名为新目标的新文件夹。在那里您可以添加 UI 测试并记录它们。
iOS UI Testing Bundle