Skip to main content

How can I inspect detailed test case logs in Botium?

There are situations where your test cases are failing, but you cannot see the reason why this is happening from the test results. It would be handy to get some more insights into what’s happening there.

Download the Transcript

In the Downloads section of the test session, it is possible to get the full transcript of the test session as JSON or CSV file.

It contains the full detailed transcript from the test session (and it can get pretty large in file size).

  • test result

  • all test cases

    • … with result

    • … and with all conversation steps

      • … with user input

      • … or with expected response

      • … and actual response



Inspect Botium Core Logs

If you still have troubles understanding what’s going on, it is possible to run a test session with extended logging to help you debug by viewing the Botium Core output line by line. Use the Repeat Full Test Session (Extended Logging) option to do this. Navigate to Test Suite > Project Name > and select the test you want to debug.
  1. Navigate to Test Suite > Project Name >
  2. Select the test you wish to debug from the list of previously run tests
  3. Open the dropdown menu next to the REPEAT TEST SESSION button and select Repeat Full Test Session (Extended Logging)

In the Test Session Jobs section of the Test Session view, there is the progress of each background processing job shown (see I want to run tests in parallel - how do I do this ?).

Click on any job here to open up the log output view.
Tip: By clicking on FULL VIEW button to the right of the screen you can open the full log output in a separate window.

Was this article helpful?

0 out of 0 found this helpful