자동화된 모바일 테스트

모바일 자동화



모바일 테스트는 최신 모바일 장치용 애플리케이션의 기능, 유용성, 성능 등을 테스트하는 프로세스입니다.

시장에서 가장 많이 사용되는 도구에 대한 개요와 자동화 모바일 테스트 여정을 시작하는 방법을 배울 수 있는 몇 가지 비디오 참조를 제공하겠습니다.

목차



    * Appium
* Appium Inspector
* Webdriver.IO
* Android Automated Testing step by step
* IOS Automated Testing step by step

아피움

Appium is an open source test automation framework for use with native, hybrid and mobile web apps.

Appium aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Write tests with your favorite dev tools using all the above programming languages, and probably more (with the Selenium WebDriver API and language-specific client libraries).

Check More about Appium

Appium 검사기

A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server. When you're using it to inspect a mobile app, it looks like this:



Appium Inspector는 기본적으로 사용자 인터페이스가 있는 Appium 클라이언트(예: WebdriverIO, Appium의 Java 클라이언트, Appium의 Python 클라이언트 등)입니다. 사용할 Appium 서버, 설정할 기능을 지정하고 세션을 시작한 후 요소 및 기타 Appium 명령과 상호 작용하기 위한 인터페이스가 있습니다.

Check More about Appium Inspector

Webdriver.io 프레임워크

WebdriverIO is a progressive automation framework built to automate modern web and mobile applications. It simplifies the interaction with your app and provides a set of plugins that help you create a scalable, robust and stable test suite.

It is designed to be:

  • Extendable - Adding helper functions, or more complicated sets and combinations of existing commands is simple and really useful
  • Compatible - WebdriverIO can be run on the WebDriver Protocol for true cross-browser testing as well as Chrome DevTools Protocol for Chromium based automation using Puppeteer.
  • Feature Rich - The huge variety of built-in and community plugins allows you to easily integrate and extend your setup to fulfill your requirements.

You can use WebdriverIO to automate:

  • 🌐 modern web applications written in React, Vue, Angular, Svelte or other frontend frameworks
  • 📱 hybrid or native mobile applications running in an emulator/simulator or on a real device
  • 💻 native desktop applications (e.g. written with Electron.js)
Check More about WebDriver.IO

단계별 Android 자동 테스트

In the following video you are going to learn how to setup Appium + WDIO to automate your very first test script for an Android Application using a simulator.

단계별 IOS 자동 테스트

In the following video you are going to learn how to setup Appium + WDIO to automate your very first test script for an IOS Application using a simulator.

Hope you find this article useful!

Joan.

좋은 웹페이지 즐겨찾기