Forum Discussion

rome_castillo's avatar
rome_castillo
Occasional Contributor
10 years ago

TestExecute fails on CheckProperty

Hi,



I have a script that works without any issues when executing it from TestComplete.  However, when I use TestExecute, it keeps failing on the CheckProperty method.



In this particular script, I am just opening a window and checking to make sure the window exists.



aqObject.CheckProperty(Aliases.WolfMaint.frmMain, "Exists", cmpEqual, true);



Even if I just comment this code, I cannot perform any actions to this object because it cannot be found.



Again, this works just fine in TestComplete.



Thank you,

Rome

1 Reply

  • rome_castillo's avatar
    rome_castillo
    Occasional Contributor
    I was running TestExecute version 10.40.2015 and apparently there's a bug in that version.  I usually get notification of a newer version but did not this time and even when I check for updates the system tells me there are no updates available.



    Customer Care informed me that there's a new version 10.40.2018 which I can download from my.smartbear.com.



    This newer version has fixed the issue I'm encountering.