Forum Discussion

Riztac's avatar
Riztac
New Contributor
6 years ago

How to define dynamic variable in testComplete like we do in Soapui with $ sign "${#Var2}"

Hi,   Ive got two project level variables in TestComplete:   Var1 = ${#Var2} <--- ??? and Var2 = 123456789   using Log.Message(Project.Variables.Var1) should evaluate to "123456789" b...