Forum Discussion

stephen_madden's avatar
stephen_madden
Occasional Contributor
4 years ago
Solved

Warning in log after test ru

I have not used TestComplete in a long time, so I am refreshing myself. I put together a project with two JavaScript Units. One file contains two functions that are run along with the other file, tha...
  • tphillips's avatar
    4 years ago

    On which line does the test produce the warning? We have found that web tests can be a bit weird if you try to go too fast, as a test try putting delays around the operations that produce the warnings.

     

    For our web apps we have had to make them more robust by waiting for elements to be visible before we interact with them, but that depends on what's being tested.