Forum Discussion
joffre
14 years agoRegular Contributor
I've fixed it.
I don't know why, but looks like TestComplete was having trouble with my variable names.
For example:
TestComplete wasn't reading the FormLotacao properly. I just returned my entire code for it's default form and it worked fine.
oO
I don't know why, but looks like TestComplete was having trouble with my variable names.
For example:
Set Modulo = Aliases.FormRHCadCalc.Form1
Set FormLotacao = Modulo.frmLotacao
TestComplete wasn't reading the FormLotacao properly. I just returned my entire code for it's default form and it worked fine.
oO