Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Guido,
a) You may still use Runner.CallMethod() even despite the fact that it is obsolete - there are a lot of obsolete methods in TestComplete that are supported for years (and I love this, thanks to SmartBear);
b) Depending on the script language of your project you may try to use either eval() or evaluate() functions: aqString.Concat("MyString_", eval("Unit1.getUniqueString")).
a) You may still use Runner.CallMethod() even despite the fact that it is obsolete - there are a lot of obsolete methods in TestComplete that are supported for years (and I love this, thanks to SmartBear);
b) Depending on the script language of your project you may try to use either eval() or evaluate() functions: aqString.Concat("MyString_", eval("Unit1.getUniqueString")).