Can I run Network Link Conditioner with tools using automated user interface testing?

The name pretty much talks about all this.

Can I run the Network Link Conditioner tool using tools by automatically testing the user interface?

i.e. can you change the status of the network from the Tool automation tool, and if so, how?

+6
source share
1 answer

This may seem long, but now, using multiple application testing in Xcode 9, you can use the XCTest UI Automation to switch to settings.app and change the network setting in the developer area. See the related answer I wrote for more details.

0
source

Source: https://habr.com/ru/post/980803/


All Articles