天天看点

ios 自动化

mac的基本操作

1. command + control + shift + 4 复制到剪切板

2. command + v 粘贴 

1. 获取设备列表  insturments -s device

ios 自动化

1. appium github 中找uicatlog源码

2. 用xcode编译, 在整个窗口的最上层有个product-- >build , 选中左面导航栏中的最右面的 show the report navagiator,就能看到编译的步骤了

product-》run 允许模拟器

ios 自动化

自动化测试

ios提供的测试工具是xctest    webdriveragent是基于xctest, appium是基于webdrivetagent的