iOS中的UI对齐测试



我正在使用本机XCTest框架在iOS上对UI元素进行单元测试。我发现的限制是我们不能测试屏幕上UI对象的对齐。是否有任何第三方框架可以帮助实现此功能。请分享。谢谢

最好的选择是EarlGrey,也可以尝试Appium:https://www2.smartbear.com/bitbar-beginner-guide-appium-mobile-app-testing.html

或者您可以尝试Detox:https://bitbar.com/blog/automate-detox-mobile-tests-on-real-devices-in-the-cloud

或者您可以尝试Calabash:https://www2.smartbear.com/bitbar-calabash-101.html

最新更新