Last modified by Manuel Leduc on 2023/10/10

Hide last authors
Sorin Burjan 2.5 1 {{velocity}}
2 $xwiki.ssx.use("TestReports.ManualTestReportXE30M1")
3 {{/velocity}}
Sorin Burjan 1.1 4
5 {{box cssClass="floatinginfobox" title="**Contents**"}}
6 {{toc depth="1" start="1"/}}
7 {{/box}}
8
9 = Introduction =
10
11 The aim of this report is to test all features on XWiki Enterprise 3.0 Milestone 1 and see that everything is working before the release.
12
13
14 A digest of the BUGs reported here can be found [[here>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots]]. This is useful for developers.
15
16 = Current Progress =
17
18 Snapshot used :
19
20 * XWiki Enterprise 3.0-SNAPSHOT.33975 found [[here>>http://maven.xwiki.org/snapshots/org/xwiki/enterprise/xwiki-enterprise-jetty-hsqldb/3.0-SNAPSHOT/xwiki-enterprise-jetty-hsqldb-3.0-20110117.075543-71.zip]]
21
22 Testing on:
23
24 * Ubuntu 10.04 32-bit version
25 * Windows XP with Internet Explorer 6
26 * Windows XP with Internet Explorer 7
27 * Windows XP with Internet Explorer 8
28
29 (% style="width: 99%;" %)
30 |=(% style="width: 20%;" %)XWiki Tested Release|=IE6 |=IE7 |=IE8 |=FF
31 |XWiki Enterprise 3 M1| Tested|Tested| Tested|Tested
32
Sorin Burjan 4.3 33 == Conclusions ==
34
35 {{velocity}}
36 #set($jiras = $doc.getValue("reportedJiras"))
37 #set($ijiras = $doc.getValue("importantJiras"))
38 #if(($jiras && $jiras!="")||($ijiras && $ijiras!=""))
39 == Jira Digest ==
40
41 #if($ijiras && $ijiras!="")
Thomas Mortagne 5.1 42 * Important JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!ijiras{{/jira}}
Sorin Burjan 4.3 43 #end
44 #if($jiras && $jiras!="")
Thomas Mortagne 5.1 45 * Other JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!jiras{{/jira}}
Sorin Burjan 4.3 46 #end
47 #end
48 {{/velocity}}
49
Sorin Burjan 1.1 50 = Test Procedure =
51
52 {{toc depth="3" start="2"/}}
53
54 == Register/Log-In/Log-Out ==
55
56 (% style="width: 99%;" %)
57 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 58 |"Register a new user" |Click on "Register"; Fill in the fields; Click "Register" |(% class="pass" %)|- |-
59 |"Register a new user"|Click on "Register" |(% class="pass" %)|- |-
60 |"Log-In"|Click on "Log-In"; Fill in the username; Fill in the Password; Click "Log-In" |(% class="pass" %)|- |-
61 |"Log-In"|Click on "Log-In"; Fill in the wrong username; Fill in the Password; Click "Log-In" |(% class="pass" %)|- |-
62 |"Log-In" |Click on "Log-In"; Fill in the username; Fill in the wrong Password; Click "Log-In" |(% class="pass" %)|- |-
63 |"Log-In"|Click on "Log-In" |(% class="pass" %)|- |-
64 |"Forgot username"|Click on "Log-In"; click on "username" |(% class="pass" %)|- |-
65 |"Reset password"|Click on "Log-In"; click on "password" |(% class="pass" %)|- |-
66 |"Log-Out"|Click on "Log-Out" |(% class="pass" %)|- |-
Sorin Burjan 1.1 67
68 == Action Menus ==
69
70 //Brief testing of the action menus and the pages/spaces they point to. These pages/spaces (e.g. wysiwyg editing, administration) will be later the subject of more in depth testing.//
71
72 === "Add" Menu ===
73
74 (% style="width: 99%;" %)
75 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 76 |"Space"|Hover over "Add"; Click on "Add Space"; Fill in a space name; Click "Create" |(% class="pass" %)|- |-
77 |"Page"|Hover over "Add"; Click on "Page"|(% class="pass" %)|- |-
78 |"Page From Office Document"|Hover over "Add"; Click on "Page From Office Document"; Look at the OfficeImporter Documentation for instructions on how to setup and configure an OpenOffice server|(% class="pass" %)| -| -
79 |"Comment to Page"|Hover over "Add"; Click on the "Comment to Page". The page should scroll down at the bottom in the Comments tab.|(% class="pass" %)|-|-
80 |"Attachments to Page"| Hover over "Add"; Click on the "Attachments to Page". The page should scroll down at the bottom in the Comments tab.|(% class="pass" %)|-|-
Sorin Burjan 1.1 81
82 === "Wiki" Menu ===
83
84 (% style="width: 99%;" %)
85 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 86 |"Watch Space"|Hover over "Wiki"; Click on "Watch Space"; See if the star turns yellow and the writing to "Unwatch Space" |(% class="fail" %)|- |[[Icon is updated only after page refresh>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H8.WatchButton28Wiki2CSpace2CPage29won27tupdate28becomeyellow29untilpagerefresh28notAJAXbehavior29.SamewithUn-watch.28HappensonIE7andIE629]]
87 |"Watch Space"|Hover over "Wiki"; Click on "Unwatch Space"; See if the star turns grey and the writing to "Watch Space" |(% class="pass" %)|- |-
88 |"Administer Wiki"|Hover over "Wiki"; Click on "Administer Wiki"|(% class="pass" %)| -| -
89 |"Document Index"|Hover over "Wiki"; Click on "Document Index" |(% class="pass" %)|- |-
Sorin Burjan 1.1 90
91 === "Space" Menu ===
92
93 (% style="width: 99%;" %)
94 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 95 |"Watch Space"|Hover over "Space"; Click on "Watch Space"; See if the star turns yellow and the writing to "Unwatch Space" |(% class="pass" %)|- |-
96 |"Watch Space"|Hover over "Space"; Click on "Unwatch Space"; See if the star turns grey and the writing to "Watch Space" |(% class="pass" %)|- |-
97 |"Administer Space"|Hover over "Space"; Click on "Administer Space"|(% class="pass" %)| -| -
98 |"Document Index"|Hover over "Space"; Click on "Document Index" |(% class="pass" %)|- |-
Sorin Burjan 1.1 99
100 === "Page" Menu ===
101
102 (% style="width: 99%;" %)
103 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 104 |"Watch Page"|Hover over "Page"; Click on "Watch Page"; See if the star turns yellow and the writing to "Unwatch Space" |(% class="pass" %)|- |-
105 |"Watch Page"|Hover over "Page"; Click on "Copy"; See if the star turns grey and the writing to "Watch Page" |(% class="pass" %)|- |-
106 |"Send Page by Email"|Hover over "Page"; Click on "Send Page by Email"; See if the javascript modal appears|(% class="fail" %)|-|[[Small IE6 Problem>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H2.SendPageByEmailcloseiconbadlyrenderedinIE6]]
107 |"Copy"|Hover over "Page"; Click on "Rename"; You will be redirected to the Copy feature page.|(% class="pass" %)|-|-
108 |"Rename"|Hover over "Page"; Click on "Rename"; You will be redirected to the Rename feature page. Select a new space; Insert the new page name; Click on "Rename"|(% class="pass" %)| -| -
109 |"Delete"|Hover over "Page"; Click on "Delete"; You will be redirected to a page and be asked for confirmation.|(% class="pass" %)|- |-
Sorin Burjan 1.1 110
111 === "Profile" Menu ===
112
113 (% style="width: 99%;" %)
114 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 115 |"Profile"|Hover over "Profile" menu and click on "Profile"; You will be redirected to your profile page.|(% class="pass" %)|-|-
116 |"Preferences"|Hover over "Profile" menu and click on "Preferences"; You will be redirected to your profile preferences page.|(% class="pass" %)|-|-
117 |"Watchlist"|Hover over "Profile" menu and click on "Watchlist"; You will be redirected to your profile watchlist page.|(% class="pass" %)|-|-
Sorin Burjan 1.1 118
119 === "Edit" Menu ===
120
121 (% style="width: 99%;" %)
122 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 123 |"Edit"|Click on "Edit" |(% class="pass" %)|- |-
124 |"Wiki"|Hover over "Edit"; Click on "Wiki" |(% class="pass" %)|- |-
125 |"WYSIWYG"|Hover over "Edit"; Click on "WYSIWYG" |(% class="pass" %)|- |-
126 |"Inline Form" |Hover over "Edit"; Click on "Inline Form" |(% class="pass" %)|- |-
127 |"Access Rights"|Hover over "Edit"; Click on "Access Rights" |(% class="pass" %)|- |-
128 |"Objects" |Hover over "Edit"; Click on "Objects" |(% class="pass" %)|- |-
129 |"Class" |Hover over "Edit"; Click on "Class" |(% class="pass" %)|- |-
Sorin Burjan 1.1 130
131 === "Export" Menu ===
132
133 (% style="width: 99%;" %)
134 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 135 |"Export as PDF"|Hover over "Export"; Click on "Export as PDF" |(% class="pass" %)|- |-
136 |"Export as RTF"|Hover over "Export"; Click on "Export as RTF" |(% class="pass" %)|- |-
137 |"Export as HTML"|Hover over "Export"; Click on "Export as HTML" |(% class="pass" %)|- |-
138 |"Export as XAR"|Hover over "Export"; Click on "Export as XAR" |(% class="pass" %)|- |-
Sorin Burjan 1.1 139
140 === "More Actions" Menu ===
141
142 (% style="width: 99%;" %)
143 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 144 |"Print Preview"|Hover over "More Actions"; Click on "Print Preview" |(% class="pass" %)|- |-
145 |"View Source"|Hover over "More Actions"; Click on "View Source" |(% class="pass" %)|- |-
Sorin Burjan 1.1 146
147 == Wiki Editor ==
148
149 (% style="width: 99%;" %)
150 //You can find out more about the Wiki Editor and page editing in general by clicking [[here>>http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HWikieditingmode]].
Manuel Leduc 7.1 151 We recommend you also try our new WYSIWYG editor. To learn more about XWiki's GWT rich text editor and discover all its features you may want to take a look at the [[WYSIWYG editor user guide>>xwiki:Documentation.UserGuide.Features.WysiwygEditor]].//
Sorin Burjan 1.1 152
153 (% style="width: 99%;" %)
154 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 155 |"Edit a page"|Hover over "Edit", Click on "Wiki" |(% class="pass" %)|- |-
Sorin Burjan 1.1 156
157 === Edit Title ===
158
159 (% style="width: 99%;" %)
160 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 161 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
162 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & Continue" |(% class="pass" %)|- |-
163 |Page Edit Title |Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 164
165 === Edit Content ===
166
167 ==== Text Formatting ====
168
169 (% style="width: 99%;" %)
170 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 171 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bold" button to make the text bold; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
172 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bold" button to make the text bold; Click "Save & Continue" |(% class="pass" %)|- |-
173 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bold" button to make the text bold; Click "Save & View" |(% class="pass" %)|- |-
174 |Make text "Bold"|Hover over "Edit", Click on "Wiki"; Click on the "Bold" button; Fill in some text instead of "Text in Bold"; Click "Save & View" |(% class="pass" %)|- |-
175 |Make text "Italic" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
176 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Save & Continue" |(% class="pass" %)|- |-
177 |Make text "Italic" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Save & View" |(% class="pass" %)|- |-
178 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Click on the "Italic" button; Fill in some text instead of "Text in Italics"; Click "Save & View" |(% class="pass" %)|- |-
179 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
180 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Save & Continue" |(% class="pass" %)|- |-
181 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Save & View" |(% class="pass" %)|- |-
182 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Click on the "Underline" button; Fill in some text instead of "Text in Underline"; Click "Save & View" |(% class="pass" %)|- |-
183 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
184 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Save & Continue" |(% class="pass" %)|- |-
185 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Save & View" |(% class="pass" %)|- |-
186 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Click on the "Strikethrough" button; Fill in some text instead of "Strikethrough"; Click "Save & View" |(% class="pass" %)|- |-
187 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
188 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Save & Continue" |(% class="pass" %)|- |-
189 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Save & View" |(% class="pass" %)|- |-
190 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Click on the "Subscript" button; Fill in some text instead of "Text in subscript"; Click "Save & View" |(% class="pass" %)|- |-
191 |Make text "Superscript" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
192 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & Continue" |(% class="pass" %)|- |-
193 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & View" |(% class="pass" %)|- |-
194 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & View" |(% class="pass" %)|- |-
195 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Click on the "Superscript" button; Fill in some text instead of "Text in superscript"; Click "Save & View" |(% class="pass" %)|- |-
196 |Make text "Bullets On / Off" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
197 |Make text "Bullets On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click "Save & Continue" |(% class="pass" %)|- |-
198 |Make text "Bullets On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click "Save & View" |(% class="pass" %)|- |-
199 |Make text "Bullets On / Off" |Hover over "Edit", Click on "Wiki"; Click on the "Bullets On / Off" button to turn Bullets on; Fill in some text instead of "List item"; Click "Save & View" |(% class="pass" %)|- |-
200 |Make text "Numbering On / Off" functionality |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
201 |Make text "Numbering On / Off"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click "Save & Continue" |(% class="pass" %)|- |-
202 |Make text "Numbering On / Off" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click "Save & View" |(% class="pass" %)|- |-
203 |Make text "Numbering On / Off"|Hover over "Edit", Click on "Wiki"; Click on the "Numbering On / Off" button to turn Numbering on; Fill in some text instead of "List item"; Click "Save & View" |(% class="pass" %)|- |-
204 |Make text "Heading 1" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
205 |Make text "Heading 1" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Save & Continue" |(% class="pass" %)|- |-
206 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Save & View" |(% class="pass" %)|- |-
207 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 1" button; Fill in some text instead of "Heading 1"; Click "Save & View" |(% class="pass" %)|- |-
208 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
209 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Save & Continue" |(% class="pass" %)|- |-
210 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Save & View" |(% class="pass" %)|- |-
211 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 1" button; Fill in some text instead of "Heading 2"; Click "Save & View" |(% class="pass" %)|- |-
212 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
213 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Save & Continue" |(% class="pass" %)|- |-
214 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Save & View" |(% class="pass" %)|- |-
215 |Make text "Heading 3" |Hover over "Edit", Click on "Wiki"; Click on the "Heading 3" button; Fill in some text instead of "Heading 3"; Click "Save & View" |(% class="pass" %)|- |-
216 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
217 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Save & Continue" |(% class="pass" %)|- |-
218 |Make text "Heading 4" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Save & View" |(% class="pass" %)|- |-
219 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Click on the "Heading 4" button; Fill in some text instead of "Heading 4"; Click "Save & View" |(% class="pass" %)|- |
Sorin Burjan 1.1 220
221 ==== Link ====
222
223 (% style="width: 99%;" %)
224 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 225 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Preview"; Click "Back to Edit" |(% class="fail" %)|- |[[js error on link to a non existing page>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H7.JSErrorwhenclickingonalinktoanonexistingpage28IE7andIE629]]
226 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Save & Continue" |(% class="pass" %)|- |-
227 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Save & View" |(% class="pass" %)|- |-
228 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Write an internal link; Select the link; Click on "Internal Link"; Click "Save & View" |(% class="pass" %)|- |-
229 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "External Link"; Replace "name of link" with some text; Replace example URL with a different URL; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
230 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "External Link"; Replace "name of link" with some text; Replace example URL with a different URL; Click "Save & Continue" |(% class="pass" %)|- |-
231 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "External Link"; Replace "name of link" with some text; Replace example URL with a different URL; Click "Save & View" |(% class="pass" %)|- |-
232 |Create "External Link" functionality |Hover over "Edit", Click on "Wiki"; Write a label and a link in the form "label>>link"; Select the label and the link; Click on "External Link"; Click "Save & View" |(% class="pass" %)|- |
Sorin Burjan 1.1 233
234 ==== Horizontal Ruler ====
235
236 (% style="width: 99%;" %)
237 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 238 |Add "Horizontal ruler" |Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
239 |Add "Horizontal ruler" |Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Save & Continue" |(% class="pass" %)|- |-
240 |Add "Horizontal ruler"|Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 241
242 ==== Image ====
243
244 (% style="width: 99%;" %)
245 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 246 |"Attach image"|Attach an image to a page; Hover over "Edit", Click on "Wiki"; Click on the "Attached image" button; Fill in the name of the image attached to the page; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
247 |"Attach image" |Attach an image to a page; Hover over "Edit", Click on "Wiki"; Click on the "Attached image" button; Fill in the name of the image attached to the page; Click "Save & Continue" |(% class="pass" %)|- |-
248 |"Attach image"|Attach an image to a page; Hover over "Edit", Click on "Wiki"; Click on the "Attached image" button; Fill in the name of the image attached to the page; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 249
250 ==== HTML Code ====
251
252 (% style="width: 99%;" %)
253 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 254 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
255 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Save & Continue" |(% class="pass" %)|- |-
256 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Save & View" |(% class="pass" %)|- |-
257 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Click on "HTML Code"; Replace "<!-- Your HTML code here -->" with some HTML code; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 258
259 ==== Velocity Code ====
260
261 (% style="width: 99%;" %)
262 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 263 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
264 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Save & Continue" |(% class="pass" %)|- |-
265 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Save & View" |(% class="pass" %)|- |-
266 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Click on "Velocity Code"; Replace "#* Your velocity code here *#" with some Velocity code; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 267
268 === Edit in full screen ===
269
270 (% style="width: 99%;" %)
271 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 272 |"Exit Full Screen"|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" blue button |(% class="pass" %)|- |-
273 |"Preview" in full screen |Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Preview"; Click "Back To Edit" |(% class="pass" %)|- |-
274 |"Save & Continue" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & Continue" |(% class="pass" %)|- |-
275 |"Save & View" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & View" |(% class="pass" %)|- |-
276 |"Cancel" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Cancel" |(% class="pass" %)|- |-
Sorin Burjan 1.1 277
278 == WYSIWYG Editor ==
279
280 (% style="width: 99%;" %)
Manuel Leduc 7.1 281 //To learn more about XWiki's GWT rich text editor and discover all its features you may want to take a look at the [[WYSIWYG editor user guide>>xwiki:Documentation.UserGuide.Features.WysiwygEditor]].//
Sorin Burjan 1.1 282
283 (% style="width: 99%;" %)
284 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 285 |"Edit a page" |Hover over "Edit", Click on "WYSIWYG" |(% class="pass" %)|- |-
Sorin Burjan 1.1 286
287 === Edit Title ===
288
289 (% style="width: 99%;" %)
290 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 291 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
292 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & Continue" |(% class="pass" %)|- |-
293 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 294
295 === Edit Content ===
296
297 ==== Link ====
298
299 (% style="width: 99%;" %)
300 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 301 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "X" |(% class="pass" %)| |
302 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Click "Previous" |(% class="pass" %)| |
303 |"Link" > "Wiki Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Type in a Label; Type in a Tooltip; Click "Create Link" |(% class="pass" %)| |
304 |"Link" > "Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Type in a Label; Check "Open In New Window"; Click "Create Link" |(% class="pass" %)| |
305 |"Link" > "Wiki Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "All Pages"; Click on a page; Click "Select"; |(% class="pass" %)| |
306 |"Link" > "Wiki Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "All Pages"; Click on a page; Click "Select"; Type in a Label; Click "Create Link" |(% class="pass" %)| |
307 |"Link" > "Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "Search"; Type in a page name; Click "Search" Click on the page; Click "Select"; Type in a label; Click "Create Link" |(% class="pass" %)| |
308 |"Link" > "Attached File..." visual |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Upload"; |(% class="pass" %)| |
309 |"Link" > "Attached File..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "X" |(% class="pass" %)| |
310 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Upload"; Click "Previous" |(% class="pass" %)| |
311 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Upload"; Type in a Label; Type in a Tooltip; Click "Create Link" |(% class="pass" %)| |
312 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "Upload new file"; Click "Select"; Select a file from your computer; Click "Upload"; Type in a Label; Check "Open In New Window"; Click "Create Link" |(% class="pass" %)| |
313 |"Link" > "Attached File..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "All Pages" Click "Create Link"; Click on an attachment; Click "Select"; Type in a Label; Click "Create Link" |(% class="pass" %)| |
314 |"Link" > "Web Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..." |(% class="pass" %)| |
315 |"Link" > "Web Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Click "X" |(% class="pass" %)| |
316 |"Link" > "Web Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Type in the Webpage Address; Type in the Label; Type in the Tooltip; Click "Create Link" |(% class="pass" %)| |
317 |"Link" > "Web Page..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Type in the Webpage Address; Type in the Label; Check "Open In New Window"; Click "Create Link"|(% class="pass" %)| |
318 |"Link" > "Email Address..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."|(% class="pass" %)| |
319 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Click "X" |(% class="pass" %)| |
320 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Type in the Email Address; Type in the Label; Type in the Tooltip; Click "Create Link" |(% class="pass" %)| |
321 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Type in the Email Address; Type in the Label; Check "Open In New Window"; Click "Create Link"|(% class="pass" %)| |
Sorin Burjan 1.1 322
323 ==== Image ====
324
325 (% style="width: 99%;" %)
326 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 327 |"Image" > "Insert Image..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click "X" |(% class="pass" %)|- |-
328 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Click "Previous" |(% class="pass" %)|- |-
329 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Type the width of the image; Click "Insert Image" |(% class="pass" %)|- |-
330 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Type the height of the image; Click "Insert Image" |(% class="pass" %)|- |-
331 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Type the alternative text; Click "Insert Image" |(% class="pass" %)|- |-
332 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Left" Horizontal Alignment; Click "Insert Image" |(% class="pass" %)|- |-
333 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Center" Horizontal Alignment; Click "Insert Image" |(% class="pass" %)|- |-
334 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Right" Horizontal Alignment; Click "Insert Image" |(% class="pass" %)|- |-
335 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Top" Vertical Alignment; Click "Insert Image" |(% class="pass" %)|- |-
336 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Middle" Vertical Alignment; Click "Insert Image" |(% class="pass" %)|- |-
337 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Bottom" Vertical Alignment; Click "Insert Image" |(% class="pass" %)|- |-
338 |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click "All Pages"; Select a space; Select a page; Click "Update"; Click on an image; Click "Select"; Click "Insert Image" |(% class="pass" %)|- |-
Sorin Burjan 1.1 339
340 ==== Table ====
341
342 (% style="width: 99%;" %)
343 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 344 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "X" |(% class="pass" %)|- |-
345 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "Insert Table" |(% class="pass" %)|- |-
346 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Uncheck "First Row Is A Header Row"; Click "Insert Table" |(% class="pass" %)|- |-
Sorin Burjan 1.1 347
348 ==== Macro ====
349
350 (% style="width: 99%;" %)
351 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 352 |"Macro" > "Insert Macro..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click "X" |(% class="pass" %)|- |
353 |"Box" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Box" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
354 |"Chart" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Chart" macro; Click "Select"; Fill in the required fields; Click "Insert Macro" |(% class="pass" %)|- |
355 |"Code" Macr|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Code" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
356 |"Error Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Error Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
357 |"Footnote" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Footnote" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
358 |"Formula" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Formula" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
359 |"Groovy" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Groovy" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
360 |"HTML" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "HTML" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
361 |"Id" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Id" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
362 |"Include" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Include" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
363 |"Info Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Info Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
364 |"Put Footnote" Macroy |Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Put Footnote" macro; Click "Select"; Click "Insert Macro" |(% class="pass" %)|- |
365 |"Python" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Python" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
366 |"RSS" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "RSS" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
367 |"Script" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Script" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
368 |"Table Of Contents" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Table Of Contents" macro; Click "Select"; Fill in the fields; Click "Insert Macro" |(% class="pass" %)|- |
369 |"User Avatar" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "User Avatar" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
370 |"Velocity" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Velocity" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
371 |"Warning Message" Macro|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click on the "Warning Message" macro; Click "Select"; Fill in the required field; Click "Insert Macro" |(% class="pass" %)|- |
372 |"Macro" > "Refresh"|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a couple of macros; Click on "Macro" > "Refresh" |(% class="pass" %)|- |
373 |"Macro" > "Collapse All"|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a couple of macros and make sure they are expanded; Click on "Macro" > "Collapse All" |(% class="pass" %)|- |
374 |"Macro" > "Expand All"|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a couple of macros and make sure they are collapsed; Click on "Macro" > "Expand All" |(% class="pass" %)|- |
375 |"Macro" > "Edit macro properties..." functionality |Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a macro; Click on "Macro" > "Edit macro properties..."; Change the properties and click "Apply" |(% class="pass" %)|- |
376 |"Macro" > "Edit macro properties..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a macro and make sure it is expanded; Click on "Macro" > "Collapse" |(% class="pass" %)|- |
377 |"Macro" > "Edit macro properties..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a macro and make sure it is collapsed; Click on "Macro" > "Expand" |(% class="pass" %)|- |
Sorin Burjan 1.1 378
379 ==== Import ====
380
381 (% style="width: 99%;" %)
382 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 383 |"Import" > "Office Document" functionality |Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Document"; Click "X" |(% class="pass" %)|- |-
384 |"Import" > "Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)" |(% class="pass" %)|- |-
385 |"Import" > "Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Click "X" |(% class="pass" %)|- |-
386 |"Import" > "Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Fill in the required field; Click "Import" |(% class="pass" %)|- |-
387 |"Import" > "Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Fill in the required field; Check "Filter Styles"; Click "Import" |(% class="pass" %)|- |-
Sorin Burjan 1.1 388
389 ==== Text Formatting ====
390
391 (% style="width: 99%;" %)
392 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 393 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold |(% class="pass" %)|- |-
394 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold; Click on the "Bold" button again to remove Bold |(% class="pass" %)|- |-
395 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button |(% class="pass" %)|- |-
396 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button to make the text Italic; Click on the "Italic" button again to remove Italic |(% class="pass" %)|- |-
397 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button |(% class="pass" %)|- |-
398 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button to make the text Underlined; Click on the "Underline" button again to remove Underline |(% class="pass" %)|- |-
399 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button |(% class="pass" %)|- |-
400 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button to make the text Strikethrough; Click on the "Strikethrough" button again to remove Strikethrough |(% class="pass" %)|- |-
401 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button |(% class="pass" %)|- |-
402 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button to make the text Subscript; Click on the "Subscript" button again to return the text to its original size |(% class="pass" %)|- |-
403 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button |(% class="pass" %)|- |-
404 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button to make the text Superscript; Click on the "Superscript" button again to return the text to its original size |(% class="pass" %)|- |-
405 |Make text "Bullets On / Off"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on |(% class="pass" %)|- |-
406 |Make text "Bullets On / Off" functionality |Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bullets On / Off" button to turn Bullets on; Click on the "Bullets On / Off" button to turn Bullets off |(% class="pass" %)|- |-
407 |Make text "Numbering On / Off"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on |(% class="pass" %)|- |-
408 |Make text "Numbering On / Off"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Numbering On / Off" button to turn Numbering on; Click on the "Numbering On / Off" button to turn Numbering off |(% class="pass" %)|- |-
409 |Make text "Undo"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo" |(% class="pass" %)|- |-
410 |Make text "Title 1"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown; |(% class="pass" %)|- |-
Sorin Burjan 1.1 411 |Make text "Title 2" functionality |Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 2" from the dropdown; |Yes\\|- |-
Sorin Burjan 2.5 412 |Make text "Title 3"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 3" from the dropdown; |(% class="pass" %)|- |-
413 |Make text "Title 4"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 4" from the dropdown; |(% class="pass" %)|- |-
414 |Make text "Title 5"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 5" from the dropdown; |(% class="pass" %)|- |-
415 |Make text "Title 6"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 6" from the dropdown; |(% class="pass" %)|- |-
416 |Make text "Plain text"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown; Click on "Plain text" from the dropdown |(% class="pass" %)|- |-
417 |"Insert Horizontal Ruler"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Horizontal Ruler" |(% class="pass" %)|- |-
418 |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click "X" |(% class="pass" %)|- |-
419 |Make text "Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click on a character |(% class="pass" %)|- |-
420 |Make text "Edit In Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button |(% class="pass" %)|- |-
421 |Make text "Edit In Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button |(% class="pass" %)|- |-
422 |Make text "Edit In Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" green button |(% class="pass" %)|- |-
Sorin Burjan 1.1 423
424 === Preview/Save/Cancel ===
425
426 (% style="width: 99%;" %)
427 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 428 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |(% class="pass" %)|- |-
429 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & Continue" |(% class="pass" %)|- |-
430 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & Continue" |(% class="pass" %)|- |-
431 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment; Click "Save & Continue" |(% class="pass" %)|- |-
432 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & View" |(% class="pass" %)|- |-
433 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & View" |(% class="pass" %)|- |-
434 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment; Click "Save & View" |(% class="pass" %)|- |-
435 |"Cancel"|Hover over "Edit", Click on "WYSIWYG"; Click "Cancel" |(% class="pass" %)|- |-
436 |"Exit Full Screen"|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" blue button |(% class="pass" %)|- |-
437 |"Preview" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Preview"; Click "Back To Edit" |(% class="pass" %)|- |-
438 |"Save & Continue" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & Continue" |(% class="pass" %)|- |-
439 |"Save & View" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & View" |(% class="pass" %)|- |-
440 |"Cancel" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Cancel" |(% class="pass" %)|- |-
Sorin Burjan 1.1 441
442 === Edit in Source ===
443
444 (% style="width: 99%;" %)
445 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 446 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
447 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & Continue" |(% class="pass" %)|- |-
448 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & View" |(% class="pass" %)|- |-
449 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Cancel" |(% class="pass" %)|- |-
Sorin Burjan 1.1 450
451 == Administration ==
452
453 === Space Administration ===
454
455 (% style="width: 99%;" %)
456 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 457 |Edit Wiki/Space Preferences|Hover over "XWiki"; Click on "Administration"; Click through the "Edit Space preferences" dropdown |(% class="pass" %)|- |-
Sorin Burjan 1.1 458
459 === Wiki Administration ===
460
461 ==== General ====
462
463 (% style="width: 99%;" %)
464 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 465 |"General"|Hover over "XWiki"; Click on "Administration"; Click on "General" |(% class="pass" %)|- |-
466 |"General"|Hover over "XWiki"; Click on "Administration"; Click on "General"; Change a field; Click "Save" |(% class="pass" %)|- |-
Sorin Burjan 1.1 467
468 ==== Presentation ====
469
470 (% style="width: 99%;" %)
471 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 472 |"Presentation"|Hover over "XWiki"; Click on "Administration"; Click on "Presentation" |(% class="pass" %)|- |-
473 |"Presentation"|Hover over "XWiki"; Click on "Administration"; Click on "Presentation"; Click "Customize" |(% class="pass" %)|- |-
474 |"Presentation"|Hover over "XWiki"; Click on "Administration"; Click on "Presentation"; Change a field; Click "Save" |(% class="pass" %)|- |-
Sorin Burjan 1.1 475
476 ==== Registration ====
477
478 (% style="width: 99%;" %)
479 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 480 |"Registration"|Hover over "XWiki"; Click on "Administration"; Click on "Registration" |(% class="pass" %)|- |-
481 |"Registration"|Hover over "XWiki"; Click on "Administration"; Click on "Registration"; Change a field; Click "Save" |(% class="pass" %)|- |-
482 |"Registration"|Hover over "XWiki"; Click on "Administration"; Click on "Registration" |(% class="pass" %)|- |
Sorin Burjan 1.1 483
484 ==== Programming ====
485
486 (% style="width: 99%;" %)
487 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 488 |"Programming"|Hover over "XWiki"; Click on "Administration"; Click on "Programming" |(% class="pass" %)|- |-
489 |"Programming"|Hover over "XWiki"; Click on "Administration"; Click on "Programming"; Change a field; Click "Save" |(% class="pass" %)|- |-
Sorin Burjan 1.1 490
491 ==== Rights ====
492
493 (% style="width: 99%;" %)
494 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 495 |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights" |(% class="pass" %)|- |[[-- Inconsistent UI -->>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H4.RightsUIisnotconsistent28Onapage2CselectEditRights29]]
496 |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights";Select "Users" |(% class="pass" %)|- |-
497 |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights"; Click once in one of the empty boxes |(% class="pass" %)|- |-
498 |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights"; Click twice in one of the empty boxes |(% class="pass" %)|- |-
499 |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights" |(% class="pass" %)|- |-
Sorin Burjan 1.1 500
501 ==== Users ====
502
503 (% style="width: 99%;" %)
504 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 505 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users" |(% class="pass" %)|- |-
506 |"Users" visual|Hover over "XWiki"; Click on "Administration"; Click on "Users" |(% class="pass" %)|- |-
507 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit |(% class="pass" %)|- |-
508 |"Users" visual|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit |(% class="pass" %)|- |-
509 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Cancel" |(% class="pass" %)|- |-
510 |"Users" |Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "X" |(% class="pass" %)|- |-
511 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Type something; Click "Save" |(% class="pass" %)|- |-
512 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Change Password" |(% class="pass" %)|- |-
513 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Modify profile" |(% class="pass" %)|- |-
514 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Change photo" |(% class="pass" %)|- |-
515 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Switch to Simple edit mode" |(% class="pass" %)|- |-
516 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; "Switch to Advanced edit mode"|(% class="pass" %)|- |-
517 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on "Add new user"; Click "Cancel" |(% class="pass" %)|- |-
518 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on "Add new user"; Click "X" |(% class="pass" %)|- |-
519 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on "Add new user"; Fill in the fields; Click "Save" |(% class="pass" %)|- |-
520 |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on "Add new user"; Fill in the fields; Click "Save"; Click on X to delete the user; Click OK/Cancel |(% class="pass" %)|- |-
Sorin Burjan 1.1 521
522 ==== Groups ====
523
524 (% style="width: 99%;" %)
525 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 526 |"Groups "|Hover over "XWiki"; Click on "Administration"; Click on "Groups" |(% class="pass" %)|- |-
527 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups" |(% class="pass" %)|- |-
528 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit |(% class="pass" %)|- |-
529 |"Groups" visual|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit |(% class="pass" %)|- |-
530 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Click "X" |(% class="pass" %)|- |-
Thomas Mortagne 6.1 531 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Add user to group; Click "Add" |(% class="fail" %)|[[XAADMINISTRATION-199>>https://jira.xwiki.org/browse/XAADMINISTRATION-199||id="key-val"]]|-
Sorin Burjan 2.5 532 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Add user to group; Click "Add"; Click on the pen to edit; Click "Remove" |(% class="pass" %)|- |-
533 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Add subgroup; Click "Add" |(% class="pass" %)|- |-
534 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on "Add new group"; Click "Cancel" |(% class="pass" %)|- |-
535 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on "Add new group"; Click "X" |(% class="pass" %)|- |-
536 |"Groups" |Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on "Add new group"; Insert a new group name; Click on "Create group" |(% class="pass" %)|- |-
537 |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on "Add new group"; Insert a new group name; Click on "Create group"; Click on X to delete the group; Click OK/Cancel |(% class="pass" %)|- |-
Sorin Burjan 1.1 538
539 ==== Import ====
540
541 (% style="width: 99%;" %)
542 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 543 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; |(% class="pass" %)| |
544 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Cancel" |(% class="pass" %)| |
545 |"Import" |Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "none" |(% class="pass" %)| |
546 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "all" |(% class="pass" %)| |
547 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "Import" |(% class="pass" %)| |
548 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table|(% class="pass" %)| |
549 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the version in the table|(% class="pass" %)| |
550 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the version in the table |(% class="pass" %)| |
551 |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on "Delete" in the table; Click "OK/Cancel"|(% class="pass" %)| |
Sorin Burjan 1.1 552
553 ==== Export ====
554
555 (% style="width: 99%;" %)
556 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 557 |"Export"|Hover over "XWiki"; Click on "Administration"; Click on "Export"; |(% class="pass" %)|- |-
558 |"Export"|Hover over "XWiki"; Click on "Administration"; Click on "Export"; Fill in the fields; Click "Export" |(% class="pass" %)|- |-
Sorin Burjan 1.1 559
560 ==== Panel Wizard ====
561
562 (% style="width: 99%;" %)
563 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 564 |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard" |(% class="pass" %)|- |-
565 |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; click on the accordion headers |(% class="pass" %)|- |-
566 |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side |(% class="pass" %)|- |-
567 |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side; Click "Save The New Layout"; Navigate to a different page and check if the panel is still where you dropped it |(% class="pass" %)|- |-
568 |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; drag and drop a panel from the side to the panel list |(% class="pass" %)|- |-
569 |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Go To Panels Home Page" |(% class="pass" %)|- |-
570 |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout" |(% class="pass" %)|- |-
571 |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "No side column"; "Click Save The New Layout"; Go to a different page to check if the new layout is in place |(% class="pass" %)|- |-
572 |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Left Column"; Click on "Panel List"; Drag a panel to the left; "Click Save The New Layout"; Go to a different page to check if the new layout is in place |(% class="pass" %)|- |-
573 |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Right Column"; Click on "Panel List"; Drag a panel to the right; "Click Save The New Layout"; Go to a different page to check if the new layout is in place |(% class="pass" %)|- |-
574 |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Both Columns"; Click on "Panel List"; Drag a panel to the left and a panel to the right; "Click Save The New Layout"; Go to a different page to check if the new layout is in place |(% class="pass" %)|- |-
575 |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Go To Panels Home Page" |(% class="pass" %)|- |-
Sorin Burjan 1.1 576
577 ==== OpenOffice Server ====
578
579 (% style="width: 99%;" %)
580 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 581 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server" |(% class="pass" %)|- |-
582 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Select "Start server (connect)"; Click "Update" |(% class="pass" %)|- |-
583 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Select "Stop server (disconnect)"; Click "Update" |(% class="pass" %)|- |-
584 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Select "Restart server"; Click "Update" |(% class="pass" %)|- |-
Sorin Burjan 1.1 585
586 == Comments/Attachments/History/Information Tabs ==
587
588 // A blog post is used to test the tabs //
589
590 === Comments ===
591
592 (% style="width: 99%;" %)
593 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 594 |"Comments" Cancel|Click on "Comments ()"; Write a comment; Click "Cancel" |(% class="pass" %)|- |-
595 |"Comments" Add|Click on "Comments ()"; Write a comment; Click "Add Comment" |(% class="pass" %)|- |-
596 |"Comments" Add Reply|Click on "Comments ()"; Write a comment; Click "Add Comment";Click "Reply"; Write a reply; Click "Cancel" |(% class="pass" %)|- |-
597 |"Comments" Delete|Click on "Comments ()"; Write a comment; Click "Add Comment"; Click "X" |(% class="pass" %)|- |-
Sorin Burjan 1.1 598
599 === Attachments ===
600
601 (% style="width: 99%;" %)
602 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 603 |"Attachments" Cancel|Click on "Attachments ()"; Browse for a document; Click "Cancel" |(% class="pass" %)|- |-
604 |"Attachments" Add|Click on "Attachments ()"; Browse for a document; Click "Attach" |(% class="fail" %)|- |[[focus on Comments tab after attaching>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H6.Afteraddinganattachment2CthetabismovedbacktoComments28IE7andIE629]]
605 |"Attachments" Add another file|Click on "Attachments ()"; Browse for a document; Click "Add another file" |(% class="pass" %)|- |-
Sorin Burjan 1.1 606
607 === History ===
608
609 (% style="width: 99%;" %)
610 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 611 |"History"|Click on "History" |(% class="pass" %)|- |-
612 |"History"|Click on "History"; Click on a version |(% class="pass" %)|- |-
613 |"History"|Click on "History"; Click "delete"; Click "Yes/No" |(% class="pass" %)|- |-
614 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |(% class="pass" %)|- |-
615 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |(% class="pass" %)|- |-
616 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Rollback" |(% class="pass" %)|- |-
617 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Delete"; Click "Yes/No"|(% class="pass" %)|- |-
618 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Compare Selected Versions" |(% class="pass" %)|- |-
619 |"History" > "Show Minor Edits" > "Compare Selected Versions"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Compare Selected Versions" |(% class="pass" %)|- |-
620 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Delete Selected Version Range" |(% class="pass" %)|- |-
621 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Hide Minor Edits" |(% class="pass" %)|- |-
622 |"History" > "Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Hide Minor Edits"; Click "Show Minor Edits" |(% class="pass" %)|- |-
Sorin Burjan 1.1 623
624 === Information ===
625
626 (% style="width: 99%;" %)
627 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 628 |"Information" functionality |Click on "Information" |(% class="pass" %)|- |-
Sorin Burjan 1.1 629
630 == User Profile ==
631
632 (% style="width: 99%;" %)
633 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
634 |"Profile Page"|Click on "Profile"; Click "Switch to Advanced edit mode" |-|- |-
Sorin Burjan 2.5 635 |"Profile Page"|Click on "Profile" ; Click "Switch to Simple edit mode" |(% class="pass" %)|- |-
636 |"Change your password" |Click on "Profile" ; Click "Change your password"; Fill in the new password; Reenter the password; Click "Update" |(% class="pass" %)|- |-
637 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
638 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & Continue" |(% class="fail" %)|- |[[WYSIWYG problem on IE7>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H5.WYSIWYGIframebadlyrenderedinUserProfile28IE729]]
639 |"Modify your profile" |Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & View" |(% class="pass" %)|- |-
640 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Click "Cancel" |(% class="pass" %)|- |-
641 |"Change Photo"|Click on "Profile"; Click "Change Photo"; Click "Cancel and return to profile" |(% class="pass" %)|- |-
642 |"Change Photo"|Click on "Profile"; Click "Change Photo"; Upload a new user photo; Click "Set this photo" |(% class="pass" %)|- |-
Sorin Burjan 1.1 643
644 == Blog ==
645
646 === Create Post ===
647
648 (% style="width: 99%;" %)
649 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 650 |"Create a new post" functionality |Click on "Blog"; Fill in the Post Title; Click on "Create" |(% class="pass" %)|- |-
Sorin Burjan 1.1 651
652 ==== Edit Post ====
653
654 (% style="width: 99%;" %)
655 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 656 |"Edit a post"|Click on "Blog"; Click on the pen to "Edit this blog post" |(% class="pass" %)|- |-
Sorin Burjan 1.1 657
658 ==== Edit Title ====
659
660 (% style="width: 99%;" %)
661 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 662 |Edit Title|Click on "Blog"; Click on the pen to "Edit this blog post"; Change the title from the "Title" field; Save the page; Click on "The Wiki Blog" |(% class="pass" %)|- |-
Sorin Burjan 1.1 663
664 ==== Edit Summary ====
665
666 (% style="width: 99%;" %)
667 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 668 |Edit Summary| Click on "Blog"; Click on the pen to "Edit this blog post"; Type in some text in the Summary box; Click "Save & View"; Click on "The Wiki Blog" |(% class="pass" %)|- |-
Sorin Burjan 1.1 669
670 ==== Category ====
671
672 (% style="width: 99%;" %)
673 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 674 |Category| Click on "Blog"; Click on the pen to "Edit this blog post"; Check a category; Click "Save & View"; In the left "Blog Categories" panel click the category you checked; Look for the post there |(% class="pass" %)|- |-
675 |"Add a category"| Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Click "Cancel" |(% class="pass" %)|- |-
676 |"Add a category"| Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Fill in the new category name; Click "Add" |(% class="pass" %)|- |-
677 |"Add a category"| Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Fill in the new category name; Select a category from the drop down menu; Click "Add" |(% class="pass" %)|- |-
678 |"Add a category" visual| Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the icon next to it |(% class="pass" %)|- |-
679 |"Add a category"| Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the icon next to it; Click "Cancel" |(% class="pass" %)|- |-
680 |"Add a category"| Click on "Blog"; Click on the pen to "Edit this blog post"; Hover over a category and click on the icon next to it; Fill in the new category name; Click "Add" |(% class="pass" %)|- |-
Sorin Burjan 1.1 681
682 ==== Tags ====
683
684 (% style="width: 99%;" %)
685 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 686 |"Tags" functionality | Click on "Blog"; Click on the pen to "Edit this blog post"; Add a tag to the "Tags" field; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 687
688 ==== Hide article ====
689
690 (% style="width: 99%;" %)
691 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 692 |"Hide article "| Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & View" |(% class="pass" %)|- |-
693 |"Hide article "| Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & View" |(% class="pass" %)|- |-
694 |"Hide article "| Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |(% class="pass" %)|- |-
695 |"Hide article "| Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |(% class="pass" %)|- |-
Sorin Burjan 1.1 696
697 ==== Preview/Save/Cancel ====
698
699 (% style="width: 99%;" %)
700 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 701 |"Preview"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Preview"; Click "Back to edit" |(% class="pass" %)|- |-
702 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & Continue" |(% class="pass" %)|- |-
703 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & Continue" |(% class="pass" %)|- |-
704 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Type in a Comment; Click "Save & Continue" |(% class="pass" %)|- |-
705 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & View" |(% class="pass" %)|- |-
706 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & View" |(% class="pass" %)|- |-
707 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Type in a Comment; Click "Save & View" |(% class="pass" %)|- |-
708 |"Cancel"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Cancel" |(% class="pass" %)|- |-
709 |"Preview" in full screen |Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Preview"; Click "Back To Edit" |(% class="pass" %)|- |-
710 |"Save & Continue" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Save & Continue" |(% class="pass" %)|- |-
711 |"Save & View" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Save & View" |(% class="pass" %)|- |-
712 |"Cancel" in full screen|Click on "Blog"; Click on the pen to "Edit this blog post"; Click on the "Edit in full screen" green button; Click "Cancel" |(% class="pass" %)|- |-
Sorin Burjan 1.1 713
714 == Annotations ==
715
716 //ToDO//
717
718 == objects & classes editing ==
719
720 //ToDO ???//
721
722 == Color Themes ==
723
724 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 725 |"Color Themes"|Click on "Color Themes"; Click the Default Theme |(% class="pass" %)|- |-
726 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit" |(% class="pass" %)|- |-
727 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Click "Cancel" |(% class="pass" %)|- |-
728 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
729 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
730 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & View" |(% class="pass" %)|- |-
731 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
732 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & Continue" |(% class="pass" %)|- |-
733 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & View" |(% class="pass" %)|- |-
734 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Fill in the Page Background Image Position and Repeat; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
735 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Fill in the Page Background Image Position and Repeat; Click "Save & Continue" |(% class="pass" %)|- |-
736 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Fill in the Page Background Image Position and Repeat; Click "Save & View" |(% class="pass" %)|- |-
737 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
738 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
739 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Save & View" |(% class="pass" %)|- |-
740 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
741 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & Continue" |(% class="pass" %)|- |-
742 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & View" |(% class="pass" %)|- |-
743 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Fill in the Banner Position and Repeat; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
744 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Fill in the Banner Position and Repeat; Click "Save & Continue" |(% class="pass" %)|- |-
745 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Fill in the Banner Position and Repeat; Click "Save & View" |(% class="pass" %)|- |-
746 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
747 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
748 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Save & View" |(% class="pass" %)|- |-
749 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
750 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
751 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & View" |(% class="pass" %)|- |-
752 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
753 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
754 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & View" |(% class="pass" %)|- |-
755 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
756 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
757 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & View" |(% class="pass" %)|- |-
758 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
759 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & Continue" |(% class="pass" %)|- |-
760 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & View" |(% class="pass" %)|- |-
761 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
762 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & Continue" |(% class="pass" %)|- |-
763 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & View" |(% class="pass" %)|- |-
764 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
765 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
766 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & View" |(% class="pass" %)|- |-
767 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
768 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
769 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & View" |(% class="pass" %)|- |-
770 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
771 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
772 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Save & View" |(% class="pass" %)|- |-
773 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
774 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
775 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Save & View" |(% class="pass" %)|- |-
776 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
777 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
778 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & View" |(% class="pass" %)|- |-
779 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
780 |Edit "Color Themes" functionality |Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
781 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & View" |(% class="pass" %)|- |-
782 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
783 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
784 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Save & View" |(% class="pass" %)|- |-
785 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
786 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
787 |Edit "Color Themes" functionality |Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Save & View" |(% class="pass" %)|- |-
788 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
789 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
790 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Save & View" |(% class="pass" %)|- |-
791 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
792 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
793 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & View" |(% class="pass" %)|- |-
794 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
795 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
796 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & View" |(% class="pass" %)|- |-
797 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
798 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & Continue" |(% class="pass" %)|- |-
799 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & View" |(% class="pass" %)|- |-
800 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
801 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
802 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Save & View"; Create a new document; Insert a Table; Click "Save & View" |(% class="pass" %)|- |-
803 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
804 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Save & Continue" |(% class="pass" %)|- |-
805 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Save & View"; Go to Main; Hover over the Recent Changes |(% class="pass" %)|- |-
806 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
807 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
808 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Save & View" |(% class="pass" %)|- |-
809 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
810 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
811 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Save & View" |(% class="pass" %)|- |-
812 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Preview"; Hover over an Action Button; Click "Back to Edit" |(% class="pass" %)|- |-
813 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Save & Continue" |(% class="pass" %)|- |-
814 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Save & View"; Hover over an Action Button |(% class="pass" %)|- |-
815 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Preview"; Hover over an Action Button; Click "Back to Edit"|(% class="pass" %)|- |-
816 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Save & Continue" |(% class="pass" %)|- |-
817 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Save & View"; Hover over an Action Button |(% class="pass" %)|- |-
Thomas Mortagne 6.1 818 | Create "Color Themes"| Click on "Color Themes"; Click on create new theme;|(% class="pass" %)|[[--XE-807-->>https://jira.xwiki.org/browse/XE-807]]|[[Small UI Bug>>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H1.ColorthemeissueXE-807]]
Sorin Burjan 1.1 819
820 == Panels ==
821
822 (% style="width: 99%;" %)
823 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 824 |"Create a new panel"|Click on "Panels" from Spaces Macro on Main Page; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
825 |"Create a new panel"|Click on "Panels" from Spaces Macro on Main Page; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Save & Continue" |(% class="pass" %)|- |-
826 |"Create a new panel"|Click on "Panels" from Spaces Macro on Main Page; Fill in the new panel name; Click "Create"; Select the Type of the panel; Select the Category; Fill in the Panel Description; Fill in the Panel Content; Click "Save & View" |(% class="pass" %)|- |-
827 |View Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on a panel |(% class="pass" %)|- |-
828 |Edit Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "Edit in full screen" |(% class="pass" %)|- |-
829 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "Edit in full screen"; Click "Exit Full Screen" |(% class="pass" %)|- |-
830 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "Edit in full screen"; Modify the text; Click "Preview"; Click "Back to Edit" |(% class="pass" %)|- |-
831 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "Edit in full screen"; Modify the text; Click "Save & Continue" |(% class="pass" %)|- |-
832 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "Edit in full screen"; Modify the text; Click "Save & View" |(% class="pass" %)|- |-
833 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "Edit in full screen"; Click "Cancel" |(% class="pass" %)|- |-
834 |Delete Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Delete" link next to a panel; Click Yes/No |(% class="pass" %)|- |-
Sorin Burjan 1.1 835
836 == Space index ==
837
838 (% style="width: 99%;" %)
839 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 840 |"See space index"|For a space click on "Space" then click the "Document Index" |(% class="pass" %)|- |-
841 |Page "copy"|For a space click on "See space index"; Click "copy" |(% class="pass" %)|- |-
842 |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |(% class="pass" %)|- |-
843 |Page "delete"|For a space click on "See space index"; Click "delete" |(% class="pass" %)|- |-
844 |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |(% class="pass" %)|- |-
845 |Page "rename"|For a space click on "See space index"; Click "rename" |(% class="pass" %)|- |-
846 |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |(% class="pass" %)|- |-
847 |Page "rename"|For a space click on "See space index"; Click "rename"; Select a new space; Insert the new page name; Click on "Rename" |(% class="pass" %)|- |-
848 |age "rights"|For a space click on "See space index"; Click "rights" |(% class="pass" %)|- |-
849 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Page" ascending |(% class="pass" %)|- |-
850 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Page" descending |(% class="pass" %)|- |-
851 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Date" ascending |(% class="pass" %)|- |-
852 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Date" descending |(% class="pass" %)|- |-
853 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Last Author" ascending |(% class="pass" %)|- |-
854 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Last Author" descending |(% class="pass" %)|- |-
Sorin Burjan 1.1 855
856 == Spaces Macro (from Home Page) ==
857
858 (% style="width: 99%;" %)
859 |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
Sorin Burjan 2.5 860 |"See space index"|For a space click on "See Space Index" button|(% class="pass" %)|- |-
861 |"Create a new space" visual consistency |Click on "Create a new space" |(% class="pass" %)|- |-
862 |"Create a new space" functionality |Click on "Create a new space"; Fill in the new space name; Click "Create" |(% class="pass" %)|- |-
863 |"Create a new space" functionality |Click on "Create a new space" twice; A field and button should appear/disappear |(% class="pass" %)|- |-
Sorin Burjan 1.1 864
865 = Conclusions =
866
867 Found several
868
869 * UI-Bugs
870
Sorin Burjan 2.5 871 We are OK for release.

Get Connected