简体   繁体   中英

iOS UI automation testing

I'm a beginner in mobile iOS testing and I'm trying to write some tests, for example:

Click "Install" on intallation popup --> Check if app is installed on the device

But I can't find any tools that make possible to execute such test. So far I've been using Appium, but it requires app or bundleId to run tests. Is there any way to automate popups/browsing the device?

You can work with popups as simple IOS elements. Or you can force appium to auto enable (or disable) any popup by adding appropriate capability (“autoAcceptAlerts”,true);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM