Hi
I have a problem in qtp I need help from you.The below statement activates the release(9) node how ever its an acutaldata.Data may change during runtime from 9 to some other digit.how to write regular expression for this.
I tried like this
but its not working.
I have a problem in qtp I need help from you.The below statement activates the release(9) node how ever its an acutaldata.Data may change during runtime from 9 to some other digit.how to write regular expression for this.
Code:
DelphiWindow("frmSecurityFunctionsMain").DelphiTreeView("tvFunctions").Activate "x;y;z(9)"
Code:
DelphiWindow("frmSecurityFunctionsMain").DelphiTreeView("tvFunctions").Activate "x;y;z.*"