Forum Discussion

joffre's avatar
joffre
Regular Contributor
14 years ago

TestComplete executing wrong script file

I'm executing my script A but TestComplete is running my script B. The two scripts doesn't have any equal property.



One is Aliases.Fpw_Admin.**** and the other is Aliases.FolhaCalc.**** 



I've already restarted TestComplete and my computer, but still not working properly.



What should I do?

11 Replies

  • joffre's avatar
    joffre
    Regular Contributor
    I've fixed it.



    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