Forum Discussion

BECCQA's avatar
BECCQA
Occasional Visitor
10 hours 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

1 Reply

  • 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