Forum Discussion

BECCQA's avatar
BECCQA
New Contributor
3 months ago

Waiting object and incomplete logs

Hello ! I have 2 differents issues :

  • When I launch my test, testcomplete will check for all object with the message "waiting for ... object"
  • The second one is about logs. When logs are generated, there is no call stack for the error

I don't know if that info is useful. Thanks

3 Replies

  • rraghvani's avatar
    rraghvani
    Icon for Champion Level 3 rankChampion Level 3

    TestComplete won't check "all objects" it will only check the object you are interacting with - it will check if the object is visible, active etc before performing an action on it.

    Call Stack does not get included in the logs - Test Log contains detailed information on all the executed tests, including all the script routines, keyword tests, low-level procedures, and so on

  • BECCQA's avatar
    BECCQA
    New Contributor

    Tanks for your remarks

    Meanwhile, I have an issue: when I start a project, TestExecute waits for all the objects to be loaded, whereas on another computer, it starts running the tests immediately.

    • rraghvani's avatar
      rraghvani
      Icon for Champion Level 3 rankChampion Level 3

      I suggest you create a new post for this