Add steps from the Keyword View

This exercise describes how to add steps to the SelectLaptop action, by building your steps in the Keyword View.

Add steps to add the HP Chromebook 14 G1 laptop to your cart

This procedure describes how to add a step to browse to the Advantage Online Shopping LAPTOPS page.

Do the following:

  1. In UFT One, open the SelectLaptop action from the Solution Explorer or the canvas.

  2. If the Editor is displayed, click the Toggle between ... Keyword View ... Editor button to switch to the Keyword View.

  3. Click NEW STEP > Object from repository ...

  4. In the Select Test Object dialog, scroll down and select the LAPTOPS Shop Now link test object.

    The step is added to the action, with the default Click method selected in the Operation column.

  5. Click NEW STEP again to add another step. Now, your test objects are automatically shown in the dropdown list.

    From the dropdown, select the HP Chromebook 14 G1(ENERGY image test object. This is the test object that represents the HP CHROMEBOOK 14 G1 laptop.

    The new step is added to the action, again with the default Click method.

  6. Click NEW STEP again to add the last step in your action. From the dropdown, select the save_to_cart button test object.

    The new step is added to your test, again with the default Click method.

  7. Save your test.

Keyword View sample

When you're done adding steps to this action, your Keyword View should look like this:

Back to top

Editor sample

Switch to the Editor again () to view the code for each step you added. Your code should look like this:

Browser("Advantage Shopping").Page("Advantage Shopping").Link("LAPTOPS Shop Now").Click
Browser("Advantage Shopping").Page("Advantage Shopping").WebElement("HP Chromebook 14 G1(ENERGY").Click
Browser("Advantage Shopping").Page("Advantage Shopping").WebButton("save_to_cart").Click

Back to top

Next steps: