Forum Discussion

dbeck's avatar
dbeck
New Contributor
9 years ago

Test Log Doesn't Include Events from Passed Tests

I am having an issue running a project's keyword tests in a row. If tests 1,2, and 3 pass, then 4 fails, I can only see the test events and posted messages from test 4. What I need to see is the proceeding events in test 3, but the Additional Information grid is empty for the previous tests.

 

What I am I doing wrong?

2 Replies

  • NisHera's avatar
    NisHera
    Valued Contributor

    Are you sure you have included any messages in test3?
    One can write a test without messages.
    Try to include some dummy LogMessages in test3 ...

    can refer  this
    And your screen shot do not show whether you clicked event(check box) in test3. if so testcomplete event will be shown.

     

    Other possibility is you have supress Logs using events (OnlogEvent and/or OnLogError)

    documents

     

     

    Also try to overcome having "object doesnot exist" error, the main challange of automate testing

    documents

    • dbeck's avatar
      dbeck
      New Contributor

      Hi NisHera,

       

      I am working with keyword tests, and in my experience the images and actions have been logged from the first test in a suite to the last. Also, I've noticed that visualizer images are only being taken for steps that fail. I am sure that I have bumped a setting to do this, but I can't find what setting it is.