Jo Tsai's blog


  • 首页

  • 归档

  • 分类

  • 标签

  • 搜索

使用Appium测试iOS应用(Python)

发表于 2017-08-26 | 分类于 自动化测试 |

环境要求

  • macOS 12
  • iOS 10
  • Appium 的 iOS 环境搭建完毕
阅读全文 »

在MacOS上搭建Appium的iOS测试环境

发表于 2017-08-26 | 分类于 自动化测试 |

本文档基于Xcode8.3.3,appium-desktop-v1.1.1,appium-v1.6.5

准备环境和文件

  • Mac OS 10.12
  • iOS 10
  • Apple ID,没有的可以访问创建您的Apple ID注册
  • Xcode 8,可从Apple开发者中心下载 xip 安装文件,或者直接从 App Store 下载安装
  • Node.js,选择 LTS 的 Macintosh Installer 版本 下载页面
  • appium desktop,Appium 的桌面版,选择 Latest release 的 dmg 文件 下载页面
阅读全文 »

Appium简介

发表于 2017-08-26 | 分类于 自动化测试 |

Appium 简介

Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Native apps are those written using the iOS, Android, or Windows SDKs. Mobile web appsare web apps accessed using a mobile browser (Appium supports Safari on iOS and Chrome or the built-in ‘Browser’ app on Android). Hybrid apps have a wrapper around a “webview” – a native control that enables interaction with web content. Projects like Phonegap, make it easy to build apps using web technologies that are then bundled into a native wrapper, creating a hybrid app.

Importantly, Appium is “cross-platform”: it allows you to write tests against multiple platforms (iOS, Android, Windows), using the same API. This enables code reuse between iOS, Android, and Windows testsuites.

  • 开源的自动化测试工具
  • 支持原生、移动 web 和混合应用
  • 跨平台,对 iOS、Android、Windows 进行自动化测试时使用相同的 API
阅读全文 »

在Windows上使用VMware安装MacOS虚拟机

发表于 2017-08-26 | 分类于 自动化测试 |

准备文件

  • macOS 操作系统 iso 文件(需要使用 macOS 下载安装文件,使用 工具 转换成 iso)
  • Unlocker 2.0.8 下载地址
  • VMware Workstation 12,player 或 pro 都可以
阅读全文 »
Jo Tsai

Jo Tsai

This guy is lazy, nothing left.

4 日志
1 分类
5 标签
github
© 2017 Jo Tsai
由 Hexo 强力驱动
主题 - NexT.Mist