• LR Truclient - Object click with dynamic xpath fails on replay even when the dynamic values captured are correct. On reidentifying the object, and replacing the same xpath it works okay as long as we remain on the same screen.

    LoadRunner Truclient v2023 build 628 The xpath of the object changes dynamically. We are able to capture these dynamic values and pass it in the xpath but it works as expected only the first time after the Object is identified on the screen. When we…
  • TruClient: regular expressions in XPath

    I am having a challenge with regular expressions in XPath in objects identification. I tried different options and they did not work. I would appreciate a sample code with regular expressions for decimal numbers for my or other cases. Case 1: XPath =…
  • LR TruClient - Unable to get evalXPath to work correctly

    Not sure if the below is a bug or something I’m doing incorrectly, I have a number of elements that need to utilize similar logic, so any / all assistance would be much appreciated! Here is the exact error I’m getting, along with the code I’m using. This…
  • Trueclient xpath with OR condition highlights but doesn't match object

    Hello, I am testing an application where a search can either produce the search results in a table or it shows a message "no records found" I have placed a verification object for search results , and it works fine when there are results returned. However…
  • RE: VUGen Ajax TruClient Evaluate JS on Object

    It is quite likely that the object you are evaluating just does not have a 'value'. Try using this in theTruClient arguments editor for the "Evaluate JS on Object" to find out: var typeOBJ = typeof object; window.alert('type is' typeOBJ 'id is ' object…
  • RE: TruClient - Table Row Example

    Thank you! I'd been struggling with how to capture the dynamic text contents of a specific object for use later in the script, and based on what you included here, I was able to put the following fairly generic function together in about 10 min to grab…