Forum Discussion
AlexKaras
11 years agoChampion Level 3
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")).
Related Content
- 4 years ago
- 6 years ago
- 5 years ago
Recent Discussions
- 2 days ago