Forum Discussion

jw25's avatar
jw25
Occasional Contributor
3 years ago
Solved

Need help comparing orderID on a second page

Hello,   I'm trying to create a keyword test where after completing an order, there is a orderID that gets displayed. On that same page there Is a link that will take an user to the details of the ...
  • jw25's avatar
    jw25
    3 years ago

    Marsha_R 

    I figured out the problem. It couldn't find the parent object because the parent object had the wrong namemapping. It was still looking for an URL with the ID inside of it. I changed the object ID nummer to be anything using the *. However since this second number was inside a parent, it was still looking for the specific number because the parents namemapping was unaltered. 

     

    So by changing the namemapping using an *, the test now works as it should. 

     

    Thanks alot for your help and patience!