Every time you run an automated test on the Continuous Testing cloud platform, a shareable HTML report is generated automatically.
The report includes the following data:
- Test Capabilities
- Test Steps
- Screenshots
- Command Parameters and Output
- Debug Data
- Error Messages (including exceptions)
You can use the report to analyze failures and adjust test cases. The report can be shared with other developers and testers and can really boost collaboration and productivity.
- Command parameters - For each step, under the Debug Properties tab, there is a collapsible section called Command Parameters. You can see under this section the parameters that were passed to the command as well as additional information.
- Command output and result - For each step, under the Result Details tab, there is a section titled Result Data. If the command that was used returns some value, you will see the returned value under Result Data. It could the text of an element, the page source (XML of node hierarchy) and more.