テストケース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. テストスクリプトの実行 「記録停止」ボタンをクリックし、「現在のテスト実行」を選択します。 ➩ これは作成して、実行に成功したテストスクリプトです。

Use case 05: Example command Select

[Precondition] Open website: https://demoqa.com/select-menu Screen Select Menu is displayed. [Steps] 1. Click Select Option (under item Select Value). 2. Select “Group 1, option 2”. 3. Click Select Title  ( under item Select One ). 4. Select “Mrs”. 5. Click red ( under item Old Style Select Menu ). 6. Select Indigo. 7. Click Indigo ( […]

Use case 04: Check Box

[Precondition] Open website: https://demo.anhtester.com/basic-checkbox-demo.html. [Steps] 1. Click on checkbox “Click on this checkbox”. 2. Click on checkbox “option 1” 3. Make ticks in the checkbox option 2. 4. Make ticks in the checkbox option 3. 5. Make ticks in the checkbox option 4. 6. Click on checkbox “option 1”. [Expected] 1. Checkbox is checked and […]

Use case 03: Radio Button

[Precondition] Open website: https://demoqa.com/radio-button . [Steps] 1- Click item “Yes”. 2- Click item “Impressive”. [Expected] 1- Item “No” is disabled. Item “Yes” is checked. Text “You have selected Yes” is displayed. 2- Item “Impressive” is checked and item “Yes” is not checked. Text “You have selected No” is displayed. Create Test precondition Open website: https://demoqa.com/radio-button. Click button […]

Use case 02: If else end – command

[Precondition] Open website: https://profile.w3schools.com/log-in?redirect_url=https%3A%2F%2Fmy-learning.w3schools.com [Steps] Use the command to login to the website. Enter email and password Click Login.  [Expected] 3. Login to the website successfully. 3. Manipulate actions on web pages. Create Test precondition Open website: https://profile.w3schools.com/log-in?redirect_url=https%3A%2F%2Fmy-learning.w3schools.com Click “Record script”  button  to start making “record” at the website. Enter the website link in the […]

Use case 01: While end – Command

[Precondition] Open website: https://www.calculator.net/ [Steps] 1. Perform click “+”, “1”, “=”. 2. Repeat step 1 four times.  [Expected] 2. Output = 5 -> End of loop. Create Test precondition Open website: https://www.calculator.net/ Click button “Record script”    to start making “record” at the website. Enter the website link in the text box “Base URL” and Click […]

IF command

[Precondition] Login successfully into  https://my-learning.w3schools.com/ Home screen is displayed. [Steps] Click button [Explore all] in In Progress section. Click  Learn HTML. [Expectation] 2. Check text “HTML is the standard markup language for web pages. Use it to structure the content on your own website.” Create Test precondition Login to http://Tester4.0.atomp.io/ -> Select project -> Click […]