Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inline XPaths allow you to enter own own XPath in a step without having to create a web locator which gives you the option to create test cases faster. However if you are planning on interacting with elements in several test cases where these elements could potentially change and would require maintenance, it’s best to use web locators as changing the XPath in one web locator automatically takes effect in all other test cases, while changing Inline XPath steps only applies to the step in which this change is made.

Inline XPaths are supported in the following commands:

...

  1. To use Inline XPaths, simply bring up one of the commands above in your test case

  2. Select “XPath” from the dropdown list and enter your XPath in the textbox next to the dropdown list.

  3. You can run this test to make sure that this element is interacted with, in this case it will be clicked.

    Image RemovedImage Added
  4. You can also convert this step from Click to another command by clicking the dropdown list highlighted below and selecting which new command to use

    Image RemovedImage Added
  5. Once your selection is made, click Apply

  6. Check your new command to ensure no information is missing. For example, if you choose Get_Web_Value, you will need to enter a variable name and possibly change the Type depending on your scenario

    Image RemovedImage Added

Converting Inline XPaths to Web Locators

  1. In order to convert an inline XPath to a web locator, click on the Right Arrow next to XPath field

    Image RemovedImage Added
  2. You will be prompted to use the recently used page name and frame information. If you do not wish to use them, click No.

    Image RemovedImage Added
  3. Enter the required information (Web Page, Type and Alias) and save your web locator

    Image RemovedImage Added

  4. After saving, you will notice that Locator option was automatically picked and the web locator you created has been selected:

    Image RemovedImage Added