Forum Discussion

swati_nadage's avatar
swati_nadage
Contributor
9 years ago
Solved

TestComplete throws strange error

Hi,

 

I am automating a desktop application. Everything was working fine. Suddenly TestComplete started throwing error for log.message, project.variables, Sys/aliases etc.. It is throwing error for all TestComplete API we use.Its giving error as Object required 'Project', object required 'aliases' like this.

For log.message it throws errors as wrong number of arguments or invalid property assignment 'log'

 

Such strange errors are comming. 

Could you please guide on this?

 

Thanks and Regards,

Swati Nadage

  • Thanks for the reply.

    Restarting the machine and TestComplete solved the problem.

2 Replies

  • Thanks for the reply.

    Restarting the machine and TestComplete solved the problem.

  • NisHera's avatar
    NisHera
    Valued Contributor

    Probably while running test it could not recognized or missed an object.
    so your application halt but without knowing that Testcompleate runs all the way to end.

     

    To get an idea what is the first error message or where does it strat?
    check whether your application is stuck at that point.