Testname: Chart2 file format checks

Document Owner:

Jogi Sievers

Last document change:

08.05.2007

Status of document:

Standard

Valid for version: StarOffice8 PP8

Test purpose:

File format needs to be stable and valid against ODF specification.


Known issues:


Preconditions of test:

An OOo build with included chart2mst3 CWS

Test documents:

-

Testcases:


manual scales for percent charts Status: Standard -

  1. File / New / Text Document
  2. Insert / Table
  3. 3 rows / 4 columns
  4. Enter in the table header so character as content
  5. Enter some numeric data into the rest of the table cells
  6. Cursor needs to be in one of the table cells
  7. Insert / Object / Chart
  8. Select in the upcoming wizard the "Area" chart type (4th entry from the top)
  9. Select the third sub-type ("Percent stacked")
  10. Press "Finish"-button of the wizard
  11. Format / Axis / Y Axis
  12. Switch to "Scale" tab page
  13. Uncheck "Automatic" check-box for
    1. Minimum
    2. Maximum
    3. Major intervall
    4. Axis at
  14. Enter the values
    1. Minimum 12%
    2. Maximum 160%
    3. Major intervall 18%
    4. Axis at 15%
  15. File / Save As / <Name of your choice>.odt
  16. File / Close
  17. Open the Object 1/content.xml from <Name of your choice>.odt
  18. Validate that the following values are correct
    1. chart:minimum="0.12"
    2. chart:maximum="1.6"
    3. chart:origin="0.15"
    4. chart:interval-major="0.18"
  19. Look in the style:style of 18. and get the value of style:data-style-name (e.g. "N5010")
  20. Look in the automatic-styles section  for a number:percentage-style which has the style:name value from 19. (e.g. "N5010"). If the style is not percentage this testcase would fail.

References:

-

Acronyms:

-

testcase specification history

Chart2 file format checks

Date Change User
08.05.2007 (09:45:28) status updated Jogi Sievers
08.05.2007 (09:41:00) testcase :manual scales for percent charts updated Jogi Sievers
08.05.2007 (09:40:14) status updated Jogi Sievers
08.05.2007 (09:27:47) testcase details updated Jogi Sievers
08.05.2007 Testcase specification created Jogi Sievers