0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

JSでAppiumを始める【編集中】

Last updated at Posted at 2022-06-21

Introduction

Appium

Appiumとは?

オープンソースのテスト自動化フレームワーク。
ネイティブ、Hybrid& Mobile Web Appsに使える。

Appiumを使うと何がいいの?

iOS, Android, Windows appsのクロスプラットフォームで使える。
appiumはベンダーが提供したフレームワークを使う。
iOS: XCUITest
Android: UIAutomator
Windows: WinAppDriver
このようなフレームワークをWebdriver APIにまとめ上げている。

WebdriverIOとは?

JavaScriptのE2E自動化フレームワーク。

WebdriverIOを使うと何がいいの?

いろんなブラウザーやOSで使える。

WHy is it popular?

始めるのが簡単。
コードが簡単。

セットアップ

インストールするもの

Appium

詰まった

WebdriverIO

Write Tests(Android & iOS)

構文を理解する

要素の見つけ方

エラーが出た場合の対処法

NAtive Features

  • Alert boxes
  • Scrolling
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?