A. Start using ATOMP with Mobile II. Install and Restart app On select device screen, user can choose one or both: Install app on device: On Tester 4.0 screen, when user installs APK and IPA then clicks on this item, the application will install automatically on the device. Reset running app: When the user selects this […]
Studio & Tester 4.0 Part 1.1.1
A. Start using ATOMP with Mobile I. Basic Overview 1. Add a new project (Tester 4.0) 1. 1. Login to: https://tester40.atomp.io/ 1.2. When the Dashboard is shown, click on “Add Project”. 1.3. Pick a name and set a type for the new project. Set type General with Mobile, type PC WEB with PC 1.4. Click on the [Create New […]
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 […]
Device Farm Part 7.1
VII. Remote build and remote debug 1. Android First, select available device and click Use to get instructions If user is not on the same local network as the device, open terminal and run step 2 in the instructions. Example: If user connects to the device for the first time, go back to device farm […]
Test Management Part 1.2
Part 1: Introduction II. How to switch between projects When you want to switch between projects or view its own dashboard, you can click on the icon ATOMP on the left toolbar.
Studio & Tester 4.0 Part 3.2
B. Execute script for PC Web I. Execute a Script and check the test result 1. Run Now Step 1: Click on the button [Run Test Script Now] -> The popup Run Test Script will be displayed. Step 2: Select environment -> Click Next button. Step 3: Select Test Script -> Select one or more scripts that the users […]
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 […]
Studio & Tester 4.0 Part 1.3
C. Start using ATOMP with PC Web Step 1: Add a new project (Tester 4.0) 1.1. Log in to: https://tester40.atomp.io/. 1.2. When the Dashboard is shown, click on “Add Project”. 1.3. Pick a name and set a type for the new project (Type: PC Web). 1.4. Click on the [Create New Project] button to finish creating a […]
Studio & Tester 4.0 Part 1.1
A. Start using ATOMP with Mobile app I. Basic Overview 1. Add a new project (Tester 4.0) 1. 1. Login to: https://tester40.atomp.io/ 1.2. When the Dashboard is shown, click on “Add Project”. 1.3. Pick a name and set a type for the new project. Set type General with Mobile, type PC WEB with PC 1.4. Click on the [Create […]
テストケース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. テストスクリプトの実行 「記録停止」ボタンをクリックし、「現在のテスト実行」を選択します。 ➩ これは作成して、実行に成功したテストスクリプトです。