JUnit Report

Version 1 by Robin Shen
on Dec 24, 2009 08:09.


 
compared with
Version 2 by Steve Luo
on Jun 20, 2011 16:45.


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

View page history


There are 10 changes. View first change.

 QuickBuild supports [publish JUnit Report|Publish JUnit Report] by default, after JUnit Report has been published successfully, the following navigation menus will be displayed in _Build_ Tab:
 !junit_tabs.png!
  QuickBuild supports [publish JUnit Report|Publish JUnit Report] by default, after JUnit Report has been published successfully, QuickBuild will summarize the tests information in the build overview tab, see below
  
You can view the JUnit report by a particular type.
  !junit-dashboard.png!
  
h3. Failed Tests
  and also a _JUnit Report_ tab is displayed in the build page.
  
In this report, all failed tests will be displayed. Following is an example screenshot:
 !junit_failed_tests.png!
  *Failed Tests*
 The tab display all failed tests:
  
h3. Test Packages
  !failed-tests.png!
  
In this report, the package related data will be displayed, by clicking the link of 'Package Name', you will see the details of the test suites information. By clicking the link next to !trend_icon.gif!, you can view the trends chart of this indicator in last several builds.
 !junit_packages.png!
  *By Package*
 The tab displays the test info by package:
  
h3. Test Suites
  !bypackage.png!
  
Like the Test Packages report, you can see a lot of information for the specified test suite.
 !junit_testsuites.png!
  *By Testsuite*
 The tab displays the test info by testsuite:
  
h3. Test Cases
  !bytestsuite.png!
  
 This report displays all the test cases that ran in the current build.
 !junit_testcases.png!
  *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!