Forum Discussion
lowres
2 months agoOccasional Contributor
Just to add my work around for this is to use Set Variable Value just before I need the Alias Mapping. In the Alias mapping a set it to the variable I just populated from the excel sheet.
rraghvani
Champion Level 3
2 months agoThe reason it's showing as undefined, is because your variables have not been set. They can be set during runtime i.e. test run, but will eventually become unset when your test run finishes.
If you use Project And Project Suite Variables, then TestComplete tests use variables to store and exchange data during the test run.
Is there any reason, why you have chosen this method, of setting variables and using Excel to store your variables?