XPath property

TestArchitect uses a special TA property, called XPath and derived from the XPath language, to uniquely locate UI controls within tested web applications. XPath is the query language used for searching XML documents, which are hierarchical representations of data. Similarly, TestArchitect depicts the UI controls running on web applications as a hierarchical representation of elements and provides the XPath TA property for each control to uniquely identify it within that hierarchy.

Important: 
In identifying a control within an application, TestArchitect normally allows for any combination of valid TA properties (and their respective values) to be specified. The XPath property is an exception. When it is used to identify a control (such as in an interface element or dynamic identifier), no other property-value pairs may accompany it.

Applicable platforms

The XPath TA property is currently available on the following platforms:

Synopsis

It is generally the case that, for any given element in an XML or HTML document, more than one XPath expression can be used to identify it. When TestArchitect conducts a window intake on a web page, in which it establishes values for the properties of all controls, it strives to come up with an optimal value for each XPath property. “Optimal” here basically means the simplest value that guarantees unique identification of that control. Syntactically, in its most basic form, an XPath TA property value contains an XPath path expression of the form //Adapter[@Attribute='Value'].

For instance, consider the following HTML page source:

<html>
 <body>
  <form id="loginForm">
   <input name="username" type="text"/>
   <input name="password" type="password"/>
   <input name="continue" type="submit" value="Login" id="Login"/>
   <input name="continue" type="button" value="Clear"/>
  </form>
</body>
<html>

Based on the algorithm applied by TestArchitect, the XPath property assigned to the Login input-submit control is //input[@id='Login']. The Username input-button control, by contrast, lacks an id attribute, and so requires a somewhat longer XPath expression to ensure uniqueness. In this case, TestArchitect assigns its XPath property a value of //form[@id='loginForm']/input[@name='username'].


Copyright © 2023 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333