Forum Discussion

dbaechtel's avatar
dbaechtel
Contributor
11 years ago

How to add a Variable value to a Property Checkpoint?

I have a textbox which contains the concatenation of two strings. In my test I am modifying one of the two strings. I want to verify the value of the resultant concatenation.

If I put in a Property Checkpoint and enter the Object and the contentText property, Test Complete compares that against a static string constant. I want to compare it against a TestComplete variable that I have computed instead.

How do I substitute the value of the TestComplete variable for the value to compare against for the Keyword Test?