Difference between revisions of "QA/Report/AOO3.5FeatureReport/NameRange"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Test case)
Line 21: Line 21:
  
 
==Test case ==
 
==Test case ==
* Test case link store in TestLink Apache OpenOffice testproject/AOO Calc/NameRange
+
Test case link store in TestLink Apache OpenOffice testproject/AOO Calc/NameRange
 
[http://aootesting.adfinis-sygroup.org/index.php http://aootesting.adfinis-sygroup.org/index.php]
 
[http://aootesting.adfinis-sygroup.org/index.php http://aootesting.adfinis-sygroup.org/index.php]
  
 +
{| class="prettytable"
 +
|-
 +
|
 +
Index
 +
 +
|
 +
Title
 +
 +
|-
 +
|
 +
1
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=159 Delete duplicate range names and ranges]
 +
 +
|-
 +
|
 +
2
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=155 Update duplicate range names and ranges]
 +
 +
|-
 +
|
 +
3
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=151 Import and export .ods file which contain duplicate range names]
 +
 +
|-
 +
|
 +
4
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=150 Import and export .xls file which contain duplicate range names]
 +
 +
|-
 +
|
 +
5
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=148 Import .xlsx file which contain duplicate range names]
 +
 +
|-
 +
|
 +
6
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=162 Limitation: Use Duplicate name range in other file]
 +
 +
|-
 +
|
 +
7
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=163 Duplicate name cell range in other file workbook]
 +
 +
|-
 +
|
 +
8
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=164 Duplicate names scope only for different sheets no workbook]
 +
 +
|-
 +
|
 +
9
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=165 Reload action after save duplicate name range file]
 +
 +
|-
 +
|
 +
10
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=199 Insert name that same name with Sheet scope name]
 +
 +
|-
 +
|
 +
11
 +
 +
|
 +
[http://aootesting.adfinis-sygroup.org/lib/testcases/archiveData.php?edit=testcase&id=211 Change the sheet name that contain duplicate name]
 +
 +
|}
  
 
==Test execution result ==
 
==Test execution result ==

Revision as of 07:29, 12 September 2012

Calc name range enhancement

Reference:

Introduce

Calc name range enhancement: MS Excel can support worksheet scope defined name. Excel 2007 can define duplicate name for different sheet, while Excel 2003 cannot in its UI. When AOO loading an xlsx file which has duplicated defined name, AOO will only change the name. But any other place which uses the defined name is not changed, which will cause problems. This enhancement will support loading worksheet scope defined name from xlsx/xls file. This enhancement will be completed in 2 steps.

In step 1, we want to just focus on the interoperability of MS Excel range based defined name. When user open a Excel file which has range based defined name, the duplicated range name will be kept. AOO will use sheet scoped name in prior to workbook scoped name when do calculation. And some indicator is shown in name define dialog. In step 1 we will not modify the ODF file format. When save Excel xls/xlsx file with sheet scoped defined name to ods file, AOO will rename sheet scoped defined name as "sheet_name" plus "defined name", like SheetName_DefinedName. In step 2, we want to support create worksheet scope defined name from GUI. We will refer the file format from LibreOffice if their implementation is in ODF standard or ODF standard candidate.

Now we only done step 1.

Wiki

Wiki link: Calc name range enhancement
Bug id: Issue 120478  

Test plan

Test plan you can find in bug 120804


Test case

Test case link store in TestLink Apache OpenOffice testproject/AOO Calc/NameRange http://aootesting.adfinis-sygroup.org/index.php

Index

Title

1

Delete duplicate range names and ranges

2

Update duplicate range names and ranges

3

Import and export .ods file which contain duplicate range names

4

Import and export .xls file which contain duplicate range names

5

Import .xlsx file which contain duplicate range names

6

Limitation: Use Duplicate name range in other file

7

Duplicate name cell range in other file workbook

8

Duplicate names scope only for different sheets no workbook

9

Reload action after save duplicate name range file

10

Insert name that same name with Sheet scope name

11

Change the sheet name that contain duplicate name

Test execution result

Total run 22 on Win7/XP/Mac/Ubuntu/Redhat/Suse 64bit Execution result, pass rate(including first round pass rate, pass rate after defect fixed retest)

Pass 12, failed 10 pass rate 55% 10 case failed by Bug 120818


Bug analysis

Bug ID

Product

Component

Priority

Status

Summary

Bug 120818

SpreadSheet

Open-import

P3

CONFIRMED

When import the saved .ods file which contain duplicate names, it will not update and refresh the formula result

Bug 120820

SpreadSheet

Save-export

P3

CONFIRMED

Define name which cell range in other file will saved incorrect to .xls and .ods

Bug 120860

SpreadSheet

editing

P3

CONFIRMED

AOO can't change define names, we can only change define names cell range

Personal tools