schnellbach_thi
14 years agoNew Contributor
Unable to find the object error
Hi,
I'm pretty new in test automation and using Test Complete.
I need to use a object that depends on a parameter of my test.
I created a variable to convert a bit the string I want to use as following:
var myString = aqString.concat(myParam,"_10");
Then I want to build the object using myString
Aliases.object1.object2.myString.object4.Select();
Unfortunately, myString used in the object call is not recognized.
Is there a way to do that? a command to convert the string into an object?
Thanks in advance for your help.
Thibault
I'm pretty new in test automation and using Test Complete.
I need to use a object that depends on a parameter of my test.
I created a variable to convert a bit the string I want to use as following:
var myString = aqString.concat(myParam,"_10");
Then I want to build the object using myString
Aliases.object1.object2.myString.object4.Select();
Unfortunately, myString used in the object call is not recognized.
Is there a way to do that? a command to convert the string into an object?
Thanks in advance for your help.
Thibault