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...