Additional functionality has been added in Java to automatically collect information to support troubleshooting test failures as well as timeouts. Collecting readily available diagnostic information during tests stands to provide developers and engineers with greater fidelity in their logs and other output.
There are two basic types of information in the context of testing:
- Environmental
- Process
Each type of information is described in the following section.