Console
You can use the Python print()
function in your code to print the
intermediate results. It can help you to troubleshoot your code. The
print()
results are visible in the console after the test is performed.
You can access the console after performing the test and expanding the console section on the right-side panel.
You can search for a text inside the console by clicking the
icon above the console and specifying the text to search for.The console section is disabled in these cases:
- No test is performed.
- Exception occurred when running the test.