テスト自動化のためのAppium Inspectorの使い方

クイックリンク。

  • Basics of Appium Mobile Testing
  • Appium Setup for Windows
  • Writing The First Appium Test Automation Script (Android)
  • Starting Appium Server and launching the app from code
  • How To Install Appium On A Mac Machine
  • Androidに関する前回の章では、次のように説明してきました。 Android SDKで利用可能なUI Automator Viewerを使用して、アプリケーションオブジェクトのプロパティを取得する方法を学びました。 iOS の場合、Appium 自体は、ユーザーがアプリケーション内のこれらの要素を見つけるのに役立つインスペクタを提供します。
    まず、ドックオプションをクリックしてシミュレータを開きます。 Appium Desktopを開き、シミュレータを並べておきます。
    Device-Simulators

    Device-Simulators

    インスペクタが起動したら、画面上の任意のオブジェクトを選択します。 そのオブジェクトの完全な階層とプロパティが表示されます。
    Appium-Test-Automation

    Appium-Test-Automation

    ウィンドウの上部には、すべてのアクションを記録してスクリプトを記録するために使用する記録ボタンが表示されます。
    Appium-Test-Automation

    Appium-Test-Automation

    任意のオブジェクトを選択するには、[要素を選択]ボタンをクリックし、[タップ]ボタンを使用してオブジェクトをクリックし、[キーを送信]でテキストを入力し、[クリア]でアクションを取り消します。
    Appium-Test-Automation5

    Appium-Test-Automation5

    オブジェクトに対して何らかの操作をするとすぐに、その操作がスクリプトの形で記録されます。
    Appium-Test-Automation

    Appium-Test-Automation

    記録が終わったら、スクリプトをコピーして eclipse エディターに貼り付けることができます。
    Appium-Test-Automation
    次のブログでは、iOS 用の最初の appium スクリプトを作成する方法について説明します。

  • Appium vs Espresso: The Most Popular Automation Testing Framework in 2019
  • How To Install Appium On A Mac Machine
  • Writing The First Appium Test Automation Script (Android)
  • Basics of Appium Mobile Testing
  • 8 Common Appium Mobile Test Automation Mistakes and How to Avoid Them

の8つの項目。