Error Example:Verification failed: Error reading from entity 'entityName': '/BarCode/BarCode[BC_SA_AdminNumber="31"andBC_ItemCode="True"]' has an invalid token. Cause:This error is generally caused by a syntax mistake in the XPath select query. In the example above, it's due to a mis-parse of the spaces around the AND operator, which can be fixed by enclosing the elements in the brackets with ( )s. Resolution/Workaround:As this is a syntax-based issue, you should check to see if there's a mistake or some alternate grouping that can be used with ( ) or quotes to resolve the issue. For additional information on syntax, see these articles: |