13 years ago
Concat-String execution in Test Complete script
How to execute generic strings in Test Complete script editor????
If we get return data from dll then what is the probable procedure of execution of the string?
Currently we are using below syntax:
function main()
{
var s1 = "";
var a1 = dll.classlibrary1.class1.executestring();
a1 = aqstirng.concat(s1, a1.tostring());
eval(a1);
}
but we are facing problems in execution of the above string(which returns from dll method)
please help asap.
If we get return data from dll then what is the probable procedure of execution of the string?
Currently we are using below syntax:
function main()
{
var s1 = "";
var a1 = dll.classlibrary1.class1.executestring();
a1 = aqstirng.concat(s1, a1.tostring());
eval(a1);
}
but we are facing problems in execution of the above string(which returns from dll method)
please help asap.