Device Farm Part 7.2

VII. Remote build and remote debug 2.    iOS (only work on MacOS) First, select available device and click Use to get instructions. Install socat tool to connect to remote device: Backup system file *Restore after finishing work to ensure system work properly: sudo mv /usr/var/usbmuxx /usr/var/usbmuxd Connect to remote device (using sudo). Open Xcode to […]

Studio & Tester 4.0 Part 3.1

A. Execute script for Mobile I. Set up Executable files for the project Before executing a test script, we can set-up the executable files (apk or ipa) for the application. Step 1: Select the option upload file IPA or APK from the Project Detail screen. Step 2: Upload the file. Step 3: Input the package name. Step 4: Click on the […]

テストケース01:【While end】コマンド

【前提条件】 https://www.calculator.net/ウェブサイトを開きます 【手順】 1.「+」、「1」、「=」をクリックします 2.手順1を4回繰り返します 【期待結果】 2.出力値が5なると、ループが終わります 前提条件の作成 https://www.calculator.net/ウェブサイトを開きます。 ・「スクリプト記録」ボタン をクリックして、ウェブサイトで「記録」を開始します。 ・「ベースURL」テキストボックスにウェブサイトのリンクを入力し、「記録開始」ボタンをクリックします。 2. スクリプトの作成 ・URLリンクが開かれると、ウィンドウサイズを開いて設定するというデフォルトの手順が自動的に生成されます。 ・「Store text」コマンド(テキスト要素を変数に保存)を使用して、 ボタンをクリックして記録画面でターゲットを選択し、「Output」として値を設定します。 ・「While」コマンドを使用して、while条件が偽になるまで同じステートメントを繰り返し実行します。ここでは、「Output」のターゲットを5以下の条件に設定します。 ・「While」ブロック内でコードします。「+」、「1」、「=」をクリックアクションを実行します。 ・「Store text」コマンドを引き続き使用して、出力値が変更されたことを確認します。次に、「end」コマンドを選択して、「While」ブロックを終了します。 3. テストスクリプトの実行 「記録停止」ボタンをクリックし、「現在のテスト実行」を選択します。 ➩ これは作成して、実行に成功したテストスクリプトです。