Working with Test Report

Version 6 by Steve Luo
on Jun 20, 2011 18:05.


compared with
Version 7 by Steve Luo
on Jun 20, 2011 18:06.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

 After publishing the test report successfully, QuickBuild will display the tests information in the build overview:
  
 !junit-dashboard.png!
  
 and also a report tab is displayed in the build page, for example, you will find a JUnit Report tab in the build page after JUnit report is published, and you can navigate the tabs to get the detailed information.
  
 {note}
 The sub tabs may be a little different for the different kind of test report. QuickBuild always tries to display as more information as possible based on the original report.
 {note}
  
  Below we will use JUnit report as an example.
  
 h3. Failed Tests
 The tab display all failed tests:
  
 !failed-tests.png!
  
 h3. By Package
 The tab displays the test info by package:
  
 !bypackage.png!
  
 h3. By Testsuite
 The tab displays the test info by testsuite:
  
 !bytestsuite.png!
  
 h3. By Test
 The tab displays all tests information:
  
 !bytest.png!
  
 and when you click the icon !details.gif!, the detailed information is displayed in a popeup dialog like below:
  
 !test-popup.png!