Hi,
In my application, i'm trying to do Standard checkpoint of the data with Constant but the value of the string varies slightly during every run.
For example, when I record, the standard check point value is
NOTE: the , in the second one
Similary, I have Ticket Number 7238601 first time, but next time it would be some other random number. So i need to check the value of this ticket number also.
here is what QTP captures:
Any advice on what checkpoint I can use to address this?
In my application, i'm trying to do Standard checkpoint of the data with Constant but the value of the string varies slightly during every run.
For example, when I record, the standard check point value is
Code:
"ONFIEBER COMMUNICATIONS HQ"
but during next build the value would change to
"ONFIBER COMMUNICATIONS, INC"
Similary, I have Ticket Number 7238601 first time, but next time it would be some other random number. So i need to check the value of this ticket number also.
here is what QTP captures:
Code:
Browser("Browser_2").Page("XO | Business Center_2").WebElement("ONFIBER COMMUNICATIONS,").Check CheckPoint("ONFIBER COMMUNICATIONS, INC.")
Any advice on what checkpoint I can use to address this?