Last modified by Manuel Leduc on 2023/10/10

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("TestReports.ManualTestReportTemplate")
3 {{/velocity}}
4
5 = Introduction =
6
7 The aim of this report is to test all features on XWiki Enterprise 3.0 cycle and see that the everything is working before the release.
8
9 = Current Progress =
10
11 Snapshots used :
12
13 * XWiki Enterprise 3.0-SNAPSHOT.36050 found [[here>>http://maven.xwiki.org/snapshots/org/xwiki/enterprise/xwiki-enterprise-jetty-hsqldb/3.0-SNAPSHOT/xwiki-enterprise-jetty-hsqldb-3.0-20110327.150213-402.zip]]
14
15 Testing on:
16
17 * Ubuntu Linux 10.04 32-bit version with Mozilla Firefox 3.6.15
18 * Windows XP with Internet Explorer 6
19 * Windows XP with Internet Explorer 7
20 * Windows XP with Internet Explorer 8
21
22 (% style="width: 99%;" %)
23 |=(% style="width: 20%;" %)XWiki Tested Release|=IE6 |=IE7 |=IE8 |=FF
24 |XWiki Enterprise 3.0|Tested|Tested|Tested|Tested
25
26 = Conclusions =
27
28 {{velocity}}
29 #set($jiras = $doc.getValue("reportedJiras"))
30 #set($ijiras = $doc.getValue("importantJiras"))
31 #if(($jiras && $jiras!="")||($ijiras && $ijiras!=""))
32
33 = Jira Digest =
34
35 #if($ijiras && $ijiras!="")
36 * Important JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!ijiras{{/jira}}
37 #end
38 #if($jiras && $jiras!="")
39 * Other JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!jiras{{/jira}}
40 #end
41 #end
42 {{/velocity}}
43
44 = Test Procedure =
45
46 {{toc depth="3" start="1"/}}
47
48
49 = New Features =
50
51 == Dashboards ==
52
53 (% style="width: 99%;" %)
54 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
55 |"Edit Dashboard"|From the homepage, click "Edit" then click on "Inline Form"|Redirected to inline edit page. The "Add Gadget" and "Add Column" buttons should be visible.|(% class="pass" %)|- |-
56 |"Add a Gadget"|From the homepage, click "Edit" then click on "Inline Form"; Click on "Add Gadget" button; Select a gadget from the list;Click on "Insert"; Click on "Save and View";|Check if the newly added gadget appears on the dashboard|(% class="pass" %)|- |-
57 |"Add a Column"|From the homepage, click "Edit" then click on "Inline Form"; Click on "Add Column" button; Click on "Save and View";|The layout of the dashboard should change, creating a new empty column.|(% class="pass" %)|- |-
58 |"Drag-and-Drop" Gadget|From the homepage, click "Edit" then click on "Inline Form"; Drag and drop a gadget in the position you want; Click on "Save and View"|The gadget you moved should appear in the desired position|(% class="pass" %)|- |-
59 |"Create new dashboard page"|Create a new page using the "Add" menu from top left corner. Edit the page using the WYSIWYG Editor and click on Macro -> Insert Macro. As an alternative way, you can edit the page in wiki mode and add a dashboard by typing ~{~{dashboard}}|You should have a blank dashboard. To see if the dashboard was successfully added, edit the page using Inline mode. Check for the "Add Column" and "Add Gadget" buttons| |-|-
60 |"Included dashboard page"|Create a new page using the "Add" menu from top left corner. Edit the page with the wiki editor and include the dashboard created in the previous step. To include the dashboard, add ~{~{dashboard source="Space.Page" /}}, where Space.Page is the space and page where you created the dashboard.|The dashboard should be included in your new page.| |-|-
61 |"Edit included dashboard page"|Edit the page in which you have included the dashboard. Repeat first 4 steps of this section and test the layout with 2,3,4 columns.|Check the layout aspect and see if the GadgetClass objects are saved in the dashboard page, not in the actual page you are editing. You can check this by editing the dashboard page with the Object Editor.| |-|-
62 |"Raw gadget edit"|Edit Inline your dashboard or the page that includes your dashboard. Edit a gadget and in its content, put another syntax besides xwiki 2.0 syntax.|Gadget should work properly, no matter what syntax is used in its content.| |-|-
63 |"Velocity title gadget"|Edit Inline your dashboard or the page that includes your dashboard. Edit a gadget and insert some scripting elements in the Title field.|Check if the title script is executed properly.| |-|-
64
65 == User Status ==
66
67 == Search Suggest ==
68
69 (% style="width: 99%;" %)
70 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
71 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest" |Redirects to Search Suggest page\\|(% class="pass" %)|- |-
72 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
73 |"Search Suggest"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search Suggest"; Change the "Activated" dropdown to "No"; Click "Save"|Search Suggest feature should be disabled|(% class="pass" %)|-|-
74
75 == Attachment Selector Macro ==
76
77 == Admin Panel ==
78
79 = Features =
80
81 == Register/Log-In/Log-Out ==
82
83 (% style="width: 99%;" %)
84 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
85 |"Register a new user" |Click on "Register"; Fill in the fields; Click "Register" |Check if Registration works|(% class="pass" %)|- |-
86 |"Log-In"|Click on "Log-In"; Fill in the username; Fill in the Password; Click "Log-In" |Check if Logging in works|(% class="pass" %)|- |-
87 |"Log-In"|Click on "Log-In"; Fill in the wrong username; Fill in the Password; Click "Log-In" |Check is allowed to login|(% class="pass" %)|- |-
88 |"Log-In" |Click on "Log-In"; Fill in the username; Fill in the wrong Password; Click "Log-In" |Check is allowed to login|(% class="pass" %)|- |-
89 |"Forgot username"|Click on "Log-In"; click on "username" |Redirect to Forgot Username page|(% class="pass" %)|- |-
90 |"Reset password"|Click on "Log-In"; click on "password" |Redirect to Reset Password page|(% class="pass" %)|- |-
91 |"Log-Out"|Click on "Log-Out" |Check if Logout works|(% class="pass" %)|- |-
92
93 == Action Menus ==
94
95 //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.//
96
97 === "Add" Menu ===
98
99 (% style="width: 99%;" %)
100 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
101 |"Space"|Hover over "Add"; Click on "Add Space"; Fill in a space name; Click "Create" |Redirect to Create Space page|(% class="pass" %)|- |-
102 |"Page"|Hover over "Add"; Click on "Page"|Redirect to Create Page page|(% class="pass" %)|- |-
103 |"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" %)|-|-
104 |"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" %)|-|-
105 |"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" %)|-|-
106
107 === "Wiki" Menu ===
108
109 (% style="width: 99%;" %)
110 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
111 |"Watch Space"|Hover over "Wiki"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Wiki"|(% class="pass" %)|-|-
112 |"Watch Space"|Hover over "Wiki"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Wiki" |(% class="pass" %)|- |-
113 |"Administer Wiki"|Hover over "Wiki"; Click on "Administer Wiki"|Redirect to Administer Wiki page|(% class="pass" %)|-|-
114 |"Document Index"|Hover over "Wiki"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %)|- |-
115
116 === "Space" Menu ===
117
118 (% style="width: 99%;" %)
119 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
120 |"Watch Space"|Hover over "Space"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %)|- |-
121 |"Watch Space"|Hover over "Space"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Space" |(% class="pass" %)|- |-
122 |"Administer Space"|Hover over "Space"; Click on "Administer Space"|Redirect to Administer Space page|(% class="pass" %)|-|-
123 |"Document Index"|Hover over "Space"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %)|- |-
124
125 === "Page" Menu ===
126
127 (% style="width: 99%;" %)
128 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
129 |"Watch Page"|Hover over "Page"; Click on "Watch Page"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %)|- |-
130 |"Watch Page"|Hover over "Page"; Click on "Copy"; |See if the star turns gray and the writing to "Watch Page"|(% class="pass" %)|- |-
131 |"Send Page by Email"|Hover over "Page"; Click on "Send Page by Email";|See if the javascript modal appears|(% class="pass" %)|-|-
132 |"Copy"|Hover over "Page"; Click on "Rename";|Redirected to the Copy feature page.|(% class="pass" %)|-|-
133 |"Rename"|Hover over "Page"; Click on "Rename"; Select a new space; Insert the new page name; Click on "Rename"|Redirected to the Rename feature page. Check if Rename feature works|(% class="pass" %)|-|-
134 |"Delete"|Hover over "Page"; Click on "Delete"; |Redirected to a page and be asked for confirmation|(% class="pass" %)|- |-
135
136 === "Profile" Menu ===
137
138 (% style="width: 99%;" %)
139 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
140 |"Profile"|Hover over "Profile" menu and click on "Profile";|Redirects to your profile page|(% class="pass" %)|-|-
141 |"Preferences"|Hover over "Profile" menu and click on "Preferences";|Redirects to your profile preferences|(% class="fail" %)|{{jira}}XAADMINISTRATION-263{{/jira}}|-
142 |"Watchlist"|Hover over "Profile" menu and click on "Watchlist";|Redirects to your profile watchlist|(% class="pass" %)|-|-
143
144 === "Edit" Menu ===
145
146 (% style="width: 99%;" %)
147 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
148 |"Edit"|Click on "Edit" |Redirects to default edit mode of the page|(% class="pass" %)|- |-
149 |"Wiki"|Hover over "Edit"; Click on "Wiki" |Redirects to Wiki edit mode|(% class="pass" %)|- |-
150 |"WYSIWYG"|Hover over "Edit"; Click on "WYSIWYG" |Redirects to WYSIWYG edit mode|(% class="pass" %)|- |-
151 |"Inline Form" |Hover over "Edit"; Click on "Inline Form" |Redirects to Inline edit mode|(% class="pass" %)|-|-
152 |"Access Rights"|Hover over "Edit"; Click on "Access Rights" |Redirects to Access Rights edit mode|(% class="pass" %)|- |-
153 |"Objects" |Hover over "Edit"; Click on "Objects" |Redirects to Objects edit mode|(% class="pass" %)|- |-
154 |"Class" |Hover over "Edit"; Click on "Class" |Redirects to Class edit mode|(% class="pass" %)|- |-
155
156 === "Export" Menu ===
157
158 (% style="width: 99%;" %)
159 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
160 |"Export as PDF"|Hover over "Export"; Click on "Export as PDF" |Save file dialog appears|(% class="pass" %)|- |-
161 |"Export as RTF"|Hover over "Export"; Click on "Export as RTF" |Save file dialog appears|(% class="pass" %)|- |-
162 |"Export as HTML"|Hover over "Export"; Click on "Export as HTML" |Save file dialog appears|(% class="pass" %)|- |-
163 |"Export as XAR"|Hover over "Export"; Click on "Export as XAR" |Save file dialog appears|(% class="pass" %)|- |-
164
165 === "More Actions" Menu ===
166
167 (% style="width: 99%;" %)
168 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
169 |"Print Preview"|Hover over "More Actions"; Click on "Print Preview" |Button redirects to "Print Preview" page|(% class="pass" %)|- |-
170 |"View Source"|Hover over "More Actions"; Click on "View Source" |Button redirects to "View Source" page|(% class="pass" %)|- |-
171
172 == Wiki Editor ==
173
174 (% style="width: 99%;" %)
175 //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]].
176 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]].//
177
178 (% style="width: 99%;" %)
179 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
180 |"Edit a page"|Hover over "Edit", Click on "Wiki" |Button redirects to Wiki edit mode|(% class="pass" %)|- |-
181
182 === Edit Title ===
183
184 (% style="width: 99%;" %)
185 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
186 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Preview"; Click "Back to Edit" |Title is changed in review|(% class="pass" %)|- |-
187 |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & Continue" |Title is saved|(% class="pass" %)|- |-
188 |Page Edit Title |Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & View" |Title is saved and shown in Preview mode|(% class="pass" %)|- |-
189
190 === Edit Content ===
191
192 ==== Text Formatting ====
193
194 (% style="width: 99%;" %)
195 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
196 |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" |Check if bold styling applies on preview|(% class="pass" %)|- |-
197 |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" |Check if bold styling applies after saving|(% class="pass" %)|- |-
198 |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" |Check if bold styling applies after saving and going in view mode|(% class="pass" %)|- |-
199 |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" |Check if bold styling remains if content is changed|(% class="pass" %)|- |-
200 |Make text "Italic" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Preview"; Click "Back to Edit" |Check if italic styling applies on preview|(% class="pass" %)|- |-
201 |Make text "Italic"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Save & Continue" |Check if italic styling applies after saving|(% class="pass" %)|- |-
202 |Make text "Italic" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Italic" button; Click "Save & View" |Check if italic styling applies after saving and going in view mode|(% class="pass" %)|- |-
203 |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" |Check if italic styling remains if content is changed|(% class="pass" %)|- |-
204 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Preview"; Click "Back to Edit" |Check if underline styling applies on preview|(% class="pass" %)|- |-
205 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Save & Continue" |Check if underline styling applies after saving|(% class="pass" %)|- |-
206 |Make text "Underline"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Underline" button; Click "Save & View" |Check if underline styling applies after saving and going in view mode|(% class="pass" %)|- |-
207 |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" |Check if underline styling remains if content is changed|(% class="pass" %)|- |-
208 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Preview"; Click "Back to Edit" |Check if Strikethrough styling applies on preview|(% class="pass" %)|- |-
209 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Save & Continue" |Check if Strikethrough styling applies after saving|(% class="pass" %)|- |-
210 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Strikethrough" button; Click "Save & View" |Check if Strikethrough styling applies after saving and going in view mode|(% class="pass" %)|- |-
211 |Make text "Strikethrough"|Hover over "Edit", Click on "Wiki"; Click on the "Strikethrough" button; Fill in some text instead of "Strikethrough"; Click "Save & View" |Check if Strikethrough styling remains if content is changed|(% class="pass" %)|- |-
212 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Preview"; Click "Back to Edit" |Check if Subscript styling applies on preview|(% class="pass" %)|- |-
213 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Save & Continue" |Check if Subscript styling applies after saving|(% class="pass" %)|- |-
214 |Make text "Subscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Subscript" button; Click "Save & View" |Check if Subscript styling applies after saving and going in view mode|(% class="pass" %)|- |-
215 |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" |Check if Subscript styling remains if content is changed|(% class="pass" %)|- |-
216 |Make text "Superscript" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Preview"; Click "Back to Edit" |Check if Superscript styling applies on preview|(% class="pass" %)|- |-
217 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & Continue" |Check if Superscript styling applies after saving|(% class="pass" %)|- |-
218 |Make text "Superscript"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Superscript" button; Click "Save & View" |Check if Superscript styling applies after saving and going in view mode|(% class="pass" %)|- |-
219 |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" |Check if Superscript styling remains if content is changed|(% class="pass" %)|- |-
220 |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" |Check if formatting applies|(% class="pass" %)|- |-
221 |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" |Check if formatting applies|(% class="pass" %)|- |-
222 |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" |Check if formatting applies|(% class="pass" %)|- |-
223 |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" |Check if formatting applies|(% class="pass" %)|- |-
224 |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" |Check if formatting applies|(% class="pass" %)|- |-
225 |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" |Check if formatting applies|(% class="pass" %)|- |-
226 |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" |Check if formatting applies|(% class="pass" %)|- |-
227 |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" |Check if formatting applies|(% class="pass" %)|- |-
228 |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" |Check if formatting applies|(% class="pass" %)|- |-
229 |Make text "Heading 1" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %)|- |-
230 |Make text "Heading 1"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 1" button; Click "Save & View" |Check if formatting applies|(% class="pass" %)|- |-
231 |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" |Check if formatting applies|(% class="pass" %)|- |-
232 |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" |Check if formatting applies|(% class="pass" %)|- |-
233 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %)|- |-
234 |Make text "Heading 2"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 2" button; Click "Save & View" |Check if formatting applies|(% class="pass" %)|- |-
235 |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" |Check if formatting applies|(% class="pass" %)|- |-
236 |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" |Check if formatting applies|(% class="pass" %)|- |-
237 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %)|- |-
238 |Make text "Heading 3"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 3" button; Click "Save & View" |Check if formatting applies|(% class="pass" %)|- |-
239 |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" |Check if formatting applies|(% class="pass" %)|- |-
240 |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" |Check if formatting applies|(% class="pass" %)|- |-
241 |Make text "Heading 4"|Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Save & Continue" |Check if formatting applies|(% class="pass" %)|- |-
242 |Make text "Heading 4" |Hover over "Edit", Click on "Wiki"; Select some text; Click on the "Heading 4" button; Click "Save & View" |Check if formatting applies|(% class="pass" %)|- |-
243 |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" |Check if formatting applies|(% class="pass" %)|- |-
244
245 ==== Link ====
246
247 (% style="width: 99%;" %)
248 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
249 |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" |Check if Link feature works properly|(% class="pass" %)|- |[[->>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H7.JSErrorwhenclickingonalinktoanonexistingpage28IE7andIE629]]
250 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Save & Continue" |Check if Link feature works properly|(% class="pass" %)|- |-
251 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Click on "Internal Link"; Replace "Link Example" with an internal link; Click "Save & View" |Check if Link feature works properly|(% class="pass" %)|- |-
252 |Create "Internal Link" functionality |Hover over "Edit", Click on "Wiki"; Write an internal link; Select the link; Click on "Internal Link"; Click "Save & View" |Check if Link feature works properly|(% class="pass" %)|- |-
253 |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" |Check if Link feature works properly|(% class="pass" %)|- |-
254 |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" |Check if Link feature works properly|(% class="pass" %)|- |-
255 |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" |Check if Link feature works properly|(% class="pass" %)|- |-
256 |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" |Check if Link feature works properly|(% class="pass" %)|- |-
257
258 ==== Horizontal Ruler ====
259
260 (% style="width: 99%;" %)
261 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
262 |Add "Horizontal ruler" |Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Preview"; Click "Back to Edit" |Ruler should appear in Preview mode|(% class="pass" %)|- |-
263 |Add "Horizontal ruler" |Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Save & Continue" |Saves the page and remain in Edit mode|(% class="pass" %)|- |-
264 |Add "Horizontal ruler"|Hover over "Edit", Click on "Wiki"; Click on the "Horizontal ruler" button; Click "Save & View" |Saves the page and redirects to View mode|(% class="pass" %)|- |-
265
266 ==== Image ====
267
268 (% style="width: 99%;" %)
269 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
270 |"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" |Image should appear in Preview ode|(% class="pass" %)|- |-
271 |"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" |Saves the page and remains in Edit mode|(% class="pass" %)|- |-
272 |"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" |Saves the page and redirects to Edit mode|(% class="pass" %)|- |-
273
274 ==== HTML Code ====
275
276 (% style="width: 99%;" %)
277 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
278 |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" |Executed HTML code should appear in Preview|(% class="pass" %)|- |-
279 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Save & Continue" |Saves the page and remains in Edit mode|(% class="pass" %)|- |-
280 |Add "HTML Code"|Hover over "Edit", Click on "Wiki"; Write some HTML code; Select the code; Click on "HTML Code"; Click "Save & View" |Saves the page and redirects to Edit mode|(% class="pass" %)|- |-
281 |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" |Check is "HTML Code" button works|(% class="pass" %)|- |-
282
283 ==== Velocity Code ====
284
285 (% style="width: 99%;" %)
286 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
287 |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" |Executed velocity code should appear in Preview|(% class="pass" %)|- |-
288 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Save & Continue" |Saves the page and remains in Edit mode|(% class="pass" %)|- |-
289 |Add "Velocity Code"|Hover over "Edit", Click on "Wiki"; Write some Velocity code; Select the code; Click on "Velocity Code"; Click "Save & View" |Saves the page and redirects to Edit mode|(% class="pass" %)|- |-
290 |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" |Check is "Velocity Code" button works|(% class="pass" %)|- |-
291
292 === Edit in full screen ===
293
294 (% style="width: 99%;" %)
295 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
296 |"Exit Full Screen"|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click on the "Exit full screen" green button |Check is full screen feature works properly|(% class="pass" %)|- |-
297 |"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" |Check if preview works from full screen|(% class="pass" %)|- |-
298 |"Save & Continue" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Page is saved|(% class="pass" %)|- |-
299 |"Save & View" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Save & View" |Page is saved and redirected to View mode|(% class="pass" %)|- |-
300 |"Cancel" in full screen|Hover over "Edit", Click on "Wiki"; Click on the "Edit in full screen" green button; Click "Cancel" |Cancels modifications made to document and redirects to View mode|(% class="pass" %)|- |-
301
302 == WYSIWYG Editor ==
303
304 (% style="width: 99%;" %)
305 //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]].//
306
307 (% style="width: 99%;" %)
308 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
309 |"Edit a page" |Hover over "Edit", Click on "WYSIWYG" |Check is WYSIWYG Editor loads|(% class="pass" %)|- |-
310 |"Edit Section"|Click on the small pencil icon near the section head in order to edit;|Check is WYSIWYG Editor loads|(% class="pass" %)|-|-
311
312 === Edit Title ===
313
314 (% style="width: 99%;" %)
315 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
316 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Preview"; Click "Back to Edit" |Redirect to Edit page|(% class="pass" %)|- |-
317 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & Continue" |Saves and remains on Edit Page|(% class="pass" %)|- |-
318 |Edit Title|Hover over "Edit", Click on "WYSIWYG"; Change the title from the "Title" field; Click "Save & View" |Saves and redirects to View Page|(% class="pass" %)|- |-
319
320 === Edit Content ===
321
322 ==== Link ====
323
324 (% style="width: 99%;" %)
325 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
326 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "X" |Check if modal works|(% class="pass" %)|-|-
327 |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click on a page; Click "Select"; Click "Previous" |Check if Link feature works properly|(% class="pass" %)|-|-
328 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
329 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
330 |"Link" > "Wiki Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "All Pages"; Click on a page; Click "Select"; |Check if Link feature works properly|(% class="pass" %)|-|-
331 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
332 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
333 |"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"; |Check if Link feature works properly|(% class="pass" %)|-|-
334 |"Link" > "Attached File..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "X" |Check if modal closes properly|(% class="pass" %)|-|-
335 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
336 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
337 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
338 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
339 |"Link" > "Web Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..." |Check if Link feature works properly|(% class="pass" %)|-|-
340 |"Link" > "Web Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Click "X" |Check if modal closes properly|(% class="pass" %)|-|-
341 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
342 |"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"|Check if Link feature works properly|(% class="pass" %)|-|-
343 |"Link" > "Email Address..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."|Check if Link feature works properly|(% class="pass" %)|-|-
344 |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Click "X" |Check if modal closes properly|(% class="pass" %)|-|-
345 |"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" |Check if Link feature works properly|(% class="pass" %)|-|-
346 |"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"|Check if Link feature works properly|(% class="pass" %)|-|-
347
348 ==== Image ====
349
350 (% style="width: 99%;" %)
351 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
352 |"Insert Image..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
353 |"Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Click "Previous" |Check if Image feature works properly|(% class="pass" %)|- |-
354 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
355 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
356 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
357 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
358 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
359 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
360 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
361 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
362 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
363 |"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" |Check if Image feature works properly|(% class="pass" %)|- |-
364
365 ==== Table ====
366
367 (% style="width: 99%;" %)
368 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
369 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
370 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "Insert Table" |Check if Table function works properly|(% class="pass" %)|- |-
371 |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Uncheck "First Row Is A Header Row"; Click "Insert Table" |Check if Table function works properly|(% class="pass" %)|- |-
372
373 ==== Macro ====
374
375 (% style="width: 99%;" %)
376 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
377 |"Macro" > "Insert Macro..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
378 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
379 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
380 |"Code" Macor|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" |Check if Macro works properly|(% class="pass" %)|- |-
381 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
382 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
383 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
384 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
385 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
386 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
387 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
388 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
389 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
390 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
391 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
392 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
393 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
394 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
395 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
396 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
397 |"Macro" > "Refresh"|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..."; Insert a couple of macros; Click on "Macro" > "Refresh" |Check if Macro works properly|(% class="pass" %)|- |-
398 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
399 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
400 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
401 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
402 |"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" |Check if Macro works properly|(% class="pass" %)|- |-
403
404 ==== Import ====
405
406 (% style="width: 99%;" %)
407 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
408 |"Office Document"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Document"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
409 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)" |Check if Copy/Paste function works|(% class="pass" %)|- |-
410 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
411 |"Office Content (Copy / Paste)"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Content (Copy / Paste)"; Fill in the required field; Click "Import" |Check if the Import function works|(% class="pass" %)|- |-
412 |"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" |Check if the Import function works|(% class="pass" %)|- |-
413
414 ==== Text Formatting ====
415
416 (% style="width: 99%;" %)
417 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
418 |Make text "Bold"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Bold" button to make the text bold |Check if formatting applies|(% class="pass" %)|- |-
419 |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 |Check if formatting applies|(% class="pass" %)|- |-
420 |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button |Check if formatting applies|(% class="pass" %)|- |-
421 |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 |Check if formatting applies|(% class="pass" %)|- |-
422 |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button |Check if formatting applies|(% class="pass" %)|- |-
423 |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 |Check if formatting applies|(% class="pass" %)|- |-
424 |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button |Check if formatting applies|(% class="pass" %)|- |-
425 |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 |Check if formatting applies|(% class="pass" %)|- |-
426 |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button |Check if formatting applies|(% class="pass" %)|- |-
427 |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 |Check if formatting applies|(% class="pass" %)|- |-
428 |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button |Check if formatting applies|(% class="pass" %)|- |-
429 |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 |Check if formatting applies|(% class="pass" %)|- |-
430 |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 |Check if formatting applies|(% class="pass" %)|- |-
431 |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 |Check if formatting applies|(% class="pass" %)|- |-
432 |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 |Check if formatting applies|(% class="pass" %)|- |-
433 |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 |Check if formatting applies|(% class="pass" %)|- |-
434 |Make text "Undo"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo" |Check if formatting applies|(% class="pass" %)|- |-
435 |Make text "Title 1"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 1" from the dropdown; |Check if formatting applies|(% class="pass" %)|- |-
436 |Make text "Title 2" functionality |Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 2" from the dropdown; |Check if formatting applies|(% class="pass" %)|- |-
437 |Make text "Title 3"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 3" from the dropdown; |Check if formatting applies|(% class="pass" %)|- |-
438 |Make text "Title 4"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 4" from the dropdown; |Check if formatting applies|(% class="pass" %)|- |-
439 |Make text "Title 5"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 5" from the dropdown; |Check if formatting applies|(% class="pass" %)|- |-
440 |Make text "Title 6"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on "Title 6" from the dropdown; |Check if formatting applies|(% class="pass" %)|- |-
441 |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 |Check if formatting applies|(% class="pass" %)|- |-
442 |"Insert Horizontal Ruler"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Horizontal Ruler" |Check if formatting applies|(% class="pass" %)|- |-
443 |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click "X" |Check if modal closes|(% class="pass" %)|- |-
444 |Make text "Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click on a character |Check if formatting applies|(% class="pass" %)|- |-
445 |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 |Check if full screen feature works|(% class="pass" %)|- |-
446
447 === Preview/Save/Cancel ===
448
449 (% style="width: 99%;" %)
450 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
451 |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %)|- |-
452 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)|- |-
453 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & Continue" |Saves the Page as a minor version and remains in Edit Mode|(% class="pass" %)|- |-
454 |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment; Click "Save & Continue" |Saves the Page with a comment and remains in Edit Mode|(% class="pass" %)|- |-
455 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)|- |-
456 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Check "Is minor edit"; Click "Save & View" |Saves the Page as minor version and redirects to View Mode|(% class="pass" %)|- |-
457 |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Type in a Comment; Click "Save & View" |Saves the Page with a comment and redirects to View Mode|(% class="pass" %)|- |-
458 |"Cancel"|Hover over "Edit", Click on "WYSIWYG"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)|- |-
459 |"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 |Check if editor becomes full screen|(% class="pass" %)|- |-
460 |"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" |Check if editor becomes full screen and redirected back to Edit Page|(% class="pass" %)|- |-
461 |"Save & Continue" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & Continue" |Check if editor becomes full screen; Page saves; Page remains in edit mode|(% class="pass" %)|- |-
462 |"Save & View" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Save & View" |Check if editor becomes full screen; Page saves; Redirected to View Mode|(% class="pass" %)|- |-
463 |"Cancel" in full screen|Hover over "Edit", Click on "WYSIWYG"; Click on the "Edit in full screen" green button; Click "Cancel" |Check if editor becomes full scree; Cancels and returns to View Mode|(% class="pass" %)|- |-
464
465 === Edit in Source ===
466
467 (% style="width: 99%;" %)
468 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
469 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Preview"; Click "Back to Edit" |Redirect back to Edit Page|(% class="pass" %)|- |-
470 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)|- |-
471 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)|- |-
472 |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)|- |-
473
474 == Administration ==
475
476 === Space Administration ===
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
480 |Edit Wiki/Space Preferences|Hover over "XWiki"; Click on "Administer Wiki"; Click through the "Edit Space preferences" dropdown |(% class="pass" %)|-|-
481
482 === Wiki Administration ===
483
484 ==== Edit Mode Settings ====
485
486 (% style="width: 99%;" %)
487 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
488 |"Edit Mode Settings"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings" |Redirects to Edit Mode Settingspage|(% class="pass" %)|- |-
489 |"Edit Mode Settings"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
490 |"Default Editor to use"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default editor to "Text"|Edit a page and see if the loaded editor will be the "Wiki" editor|(% class="pass" %)|-|-
491 |"Default document syntax "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "1.0". Create a new page.|The page you created should be in 1.0 syntax|(% class="pass" %)|-|-
492 |"Default document syntax "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Edit Mode Settings"; Change the default syntax to "2.1 (Experimental)". Create a new page.|The page you created should be in 2.1 syntax|(% class="pass" %)|-|-
493
494 ==== Localization ====
495
496 (% style="width: 99%;" %)
497 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
498 |"Localization"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization" |Redirects to Localization page\\|(% class="pass" %)|- |-
499 |"Localization"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
500 |"Multi Lingual"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Localization"; Set multilingual to "Yes"; Go on the homepage|On the top right corner, you should have all languages displayed|(% class="pass" %)|-|-
501 | |~/~/ToDO: How to create a translation page. Maybe link with existing tutorial ?| | | |
502
503 ==== Programming ====
504
505 (% style="width: 99%;" %)
506 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
507 |"Programming"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Programming" |Redirects to Programming page\\|(% class="pass" %)|- |-
508 |"Programming"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Programming"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
509
510 ==== Email ====
511
512 (% style="width: 99%;" %)
513 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
514 |"Email"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Email" |Redirects to Email page\\|(% class="pass" %)|- |-
515 |"Email"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Email"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
516
517 ==== OpenOffice Server ====
518
519 (% style="width: 99%;" %)
520 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
521 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server" |Redirects to OpenOffice Server page\\|(% class="pass" %)|- |-
522 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
523 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server" |Redirects to OpenOffice page|(% class="pass" %)|- |-
524 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Select "Start server (connect)"; Click "Update" |Starts the server; Status should indicate started|(% class="pass" %)|- |-
525 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Select "Stop server (disconnect)"; Click "Update" |Stops the server; Status should indicate stopped|(% class="pass" %)|- |-
526 |"OpenOffice Server"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "OpenOffice Server"; Select "Restart server"; Click "Update" |Restarts the server; Status should indicate started|(% class="pass" %)|- |-
527
528 ==== Presentation ====
529
530 (% style="width: 99%;" %)
531 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
532 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation" |Redirects to Presentation Page|(% class="pass" %)|- |-
533 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
534 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Click "Customize" |Redirect to Skin Customization Page|(% class="pass" %)|- |-
535 |"Presentation"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
536
537 ==== Page Elements ====
538
539 (% style="width: 99%;" %)
540 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
541 |"Page Elements"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements" |Redirects to Page Elements Page\\|(% class="pass" %)|- |-
542 |"Page Elements"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Page Elements"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
543
544 ==== Panel Wizard ====
545
546 (% style="width: 99%;" %)
547 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
548 |"Panel Wizard"| Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="pass" %)|{{jira}}XAADMINISTRATION-267{{/jira}} |-
549 |"Panel List"| Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Change a field; Click "Save"|Check if the fields are saved|(% class="pass" %)|- |-
550 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; click on the accordion headers |Accordion to work properly|(% class="pass" %)|- |-
551 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side |Check if Drag and drop works|(% class="pass" %)|- |-
552 |"Panel Expand/Collapse"|On the left side in the Panels section, click once on a Panel's Head; Click again;|Check if the Panels collapses/expands|(% class="pass" %)|-|-
553 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; 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" %)|- |-
554 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; drag and drop a panel from the side to the panel list|Check if Drag and drop works|(% class="pass" %)|- |-
555 |"Panel List"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; drag and drop a panel from the side to the panel list; Click "Save The New Layout"; |Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %)|- |-
556 |"Page Layout"|Hover over "XWiki"; Click on "Administer Wiki"; 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" %)|- |-
557 |"Page Layout"|Hover over "XWiki"; Click on "Administer Wiki"; 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" %)|- |-
558 |"Page Layout"|Hover over "XWiki"; Click on "Administer Wiki"; 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" %)|- |-
559 |"Page Layout"|Hover over "XWiki"; Click on "Administer Wiki"; 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" %)|- |-
560 |"Page Layout"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Go To Panels Home Page" ||(% class="pass" %)|- |-
561
562 ==== Users ====
563
564 (% style="width: 99%;" %)
565 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
566 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users" |Redirects to Users Page|(% class="pass" %)|{{jira}}XAADMINISTRATION-265{{/jira}}|-
567 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Edit a user and click "Save"; Modify the User info and Click "Cancel" |Check if settings are discarded|(% class="pass" %)|- |-
568 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Edit a user and click "Save"; Modify the User info and Click "Save"|Check if settings are saved|(% class="fail" %)|{{jira}}XAADMINISTRATION-262{{/jira}}|-
569 |"Users" |Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
570 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click "Change photo" |Check if new profile image is updated|(% class="pass" %)|- |-
571 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; Click "Switch to Simple edit mode" |Check if switch works|(% class="pass" %)|- |-
572 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on the pen to edit; "Switch to Advanced edit mode"|Check if switch works|(% class="pass" %)|- |-
573 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on "Add new user"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
574 |"Users"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Users"; Click on "Add new user"; Fill in the fields; Click "Save" |Check is new user was added|(% class="pass" %)|- |-
575
576 ==== Groups ====
577
578 (% style="width: 99%;" %)
579 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
580 |"Groups "|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups" |Redirects to Groups Page|(% class="pass" %)|- |-
581 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit |Check if edit window appears|(% class="pass" %)|- |-
582 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
583 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit; Add user to group; Click "Add"; Click on the pen to edit; Click "Remove" |Check if adding/removing a user from group works|(% class="pass" %)|- |-
584 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on the pen to edit; Add subgroup; Click "Add" |Check if adding subgroups works|(% class="pass" %)|- |-
585 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Create a group; Delete the group; |Check if adding/deleting groups works|(% class="pass" %)|- |-
586 |"Groups"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Groups"; Click on "Add new group"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |-
587
588 ==== Rights ====
589
590 (% style="width: 99%;" %)
591 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
592 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights" |Redirects to Rights Page|(% class="pass" %)|- |\\
593 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights";Select "Users" |See if the list of users appears|(% class="pass" %)|- |-
594 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights"; Click once in one of the empty boxes |See if the green check sign appears inside the box|(% class="pass" %)|- |-
595 |"Rights"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Rights"; Click twice in one of the empty boxes |See if the denied icon appears inside the box|(% class="pass" %)|- |-
596
597 ==== Registration ====
598
599 (% style="width: 99%;" %)
600 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
601 |"Registration"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Registration" |Redirects to Registration Page|(% class="pass" %)|- |-
602 |"Registration"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Registration"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
603
604 ==== Import ====
605
606 (% style="width: 99%;" %)
607 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
608 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import" |Redirects to Import Page|(% class="pass" %)|- |-
609 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
610 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Cancel" |Cancel uploading a XAR|(% class="pass" %)|-|-
611 |"Import" |Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "none" |Selects none of the pages from the XAR|(% class="pass" %)|-|-
612 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "all" |Selects all of the pages from the XAR|(% class="pass" %)|-|-
613 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "Import" |Check if the XAR is imported into the Wiki|(% class="pass" %)|-|-
614 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the version in the table|Check is the attachment has a version|(% class="pass" %)|-|-
615 |"Import"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on "Delete" in the table; Click "OK/Cancel"|Check if attachment is deleted|(% class="pass" %)|-|-
616
617 ==== Export ====
618
619 (% style="width: 99%;" %)
620 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
621 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export" |Redirects to Export page\\|(% class="pass" %)|- |-
622 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-
623 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export"; |Redirects to Export Page|(% class="pass" %)|- |-
624 |"Export"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Export"; Fill in the fields; Click "Export" |Save file dialog should appear|(% class="pass" %)|- |-
625
626 ==== Templates ====
627
628 (% style="width: 99%;" %)
629 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
630 |"Templates"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates" |Redirects to Template page\\|(% class="pass" %)|- |-
631 |"Templates"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Templates"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
632
633 ==== Annotations ====
634
635 (% style="width: 99%;" %)
636 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
637 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations" |Redirects to Annotations page\\|(% class="pass" %)|- |-
638 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
639 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations"; Change the "Annotations are activated" to "No"|Check if the annotations are deactivated|(% class="pass" %)|-|-
640 |"Annotations"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Annotations";Change the "Display annotations by default " to "Yes"|All the Annotations you made should be visible without invoking the top panel.|(% class="pass" %)|-|-
641
642 ==== Invitation Application ====
643
644 (% style="width: 99%;" %)
645 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
646 |"Invitation Application"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Invitation Application" |Redirects to Invitation Application page\\|(% class="pass" %)|- |-
647 |"Invitation Application"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Invitation Application"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
648
649 ==== Search ====
650
651 (% style="width: 99%;" %)
652 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
653 |"Search"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search" |Redirects to Search page\\|(% class="pass" %)|- |-
654 |"Search"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
655 |"Search engine to use"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Search"; Change the "Search engine to use" to "database"; Click "Update" button|See if Searching for something works|(% class="pass" %)|-|-
656 |"Jump to Page"|Press the CTRL+G; A modal windows should appear; Type the name of a page that exists and press "Enter"|You should be redirected to that page|(% class="pass" %)|-|-
657 |"Jump to Page"|On the "Quick Links" Panel on the left side click the "(% class="jmp-activator" %)Jump to any page in the wiki" link; (%%)A modal windows should appear; Type the name of a page that exists and press "Enter"|You should be redirected to that page|(% class="pass" %)|-|-
658
659 ==== Extension Manager ====
660
661 (% style="width: 99%;" %)
662 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
663 |"Extension Manager"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Extension Manager" |Redirects to Extension Manager page\\|(% class="pass" %)|- |-
664 |"Extension Manager"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Extension Manager"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
665
666 ==== WYSIWYG Editor ====
667
668 (% style="width: 99%;" %)
669 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
670 |"WYSIWYG Editor"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor" |Redirects to WYSIWYG Editor page|(% class="fail" %)|{{jira}}XAADMINISTRATION-264{{/jira}}|-
671 |"WYSIWYG Editor"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "WYSIWYG Editor"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
672
673 ==== Message Stream ====
674
675 (% style="width: 99%;" %)
676 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
677 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream" |Redirects to Message Stream page\\|(% class="pass" %)|- |-
678 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |-\\
679 |"Message Stream"|Hover over "XWiki"; Click on "Administer Wiki"; Click on "Message Stream"; Change the "Enable the message stream " dropdown to "No"|Message Stream from your user profile or Homepage should not be there|(% class="pass" %)|-|-
680
681 == Comments/Attachments/History/Information Tabs ==
682
683 // A blog post is used to test the tabs //
684
685 === Comments ===
686
687 (% style="width: 99%;" %)
688 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
689 |"Comments" Cancel|Click on "Comments ()"; Write a comment; Click "Cancel" |Cancels the comment operation|(% class="pass" %)|- |-
690 |"Comments" Add|Click on "Comments ()"; Write a comment; Click "Add Comment" |Adds a comment; Comment should be visible in comment list|(% class="pass" %)|- |-
691 |"Comments" Add Reply|Click on "Comments ()"; Write a comment; Click "Add Comment";Click "Reply"; Write a reply; Click "Cancel" |Adds a reply to a comment; Reply should be visible in comment list|(% class="pass" %)|- |-
692 |"Comments" Delete|Click on "Comments ()"; Write a comment; Click "Add Comment"; Click "X" |Deletes a comment; Comment should dissapear|(% class="pass" %)|- |-
693
694 === Attachments ===
695
696 (% style="width: 99%;" %)
697 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
698 |"Attachments" Cancel|Click on "Attachments ()"; Browse for a document; Click "Cancel" |Cancels the attachment operation|(% class="pass" %)|- |-
699 |"Attachments" Add|Click on "Attachments ()"; Browse for a document; Click "Attach" |Attaches a file; Attachment should become visible in list|(% class="pass" %)|- |[[->>http://incubator.myxwiki.org/xwiki/bin/view/Test/30snapshots#H6.Afteraddinganattachment2CthetabismovedbacktoComments28IE7andIE629]]
700 |"Attachments" Add another file|Click on "Attachments ()"; Browse for a document; Click "Add another file" |Attaches another file; Attachment should become visible in list|(% class="pass" %)|- |-
701
702 === History ===
703
704 (% style="width: 99%;" %)
705 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
706 |"History"|Click on "History" |History tab visible|(% class="pass" %)|- |-
707 |"History"|Click on "History"; Click on a version |View the page at clicked version|(% class="pass" %)|- |-
708 |"History"|Click on "History"; Click "delete"; Click "Yes/No" |Delete version|(% class="pass" %)|- |-
709 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |Shows the list of version including minor versions|(% class="pass" %)|- |-
710 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Rollback" |Rolls back the document at desired version|(% class="pass" %)|- |-
711 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Delete"; Click "Yes/No"|Delete minor version|(% class="pass" %)|- |-
712 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Compare Selected Versions" |Redirect to compare page|(% class="pass" %)|- |-
713 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Select a version range; Click on "Delete Selected Version Range" |Delete minor versions range|(% class="pass" %)|- |-
714 |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Hide Minor Edits"; Click "Show Minor Edits" |Shows only major/minor versions|(% class="pass" %)|- |-
715
716 === Information ===
717
718 (% style="width: 99%;" %)
719 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
720 |"Information" functionality |Click on "Information" |Redirect to information panel|(% class="pass" %)|- |-
721
722 == User Profile ==
723
724 (% style="width: 99%;" %)
725 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
726 |"Profile Page"|Click on "Profile"; Click "Switch to Advanced edit mode"; Click "Save & View"|Changes are saved||- |-
727 |"Profile Page"|Click on "Profile" ; Click "Switch to Simple edit mode"; Click "Save & View"|Changes are saved|(% class="pass" %)|- |-
728 |"Change your password" |Click on "Profile" ; Click "Change your password"; Fill in the new password; Reenter the password; Click "Update" |Changes are saved|(% class="pass" %)|- |-
729 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Preview"; Click "Back to Edit" |Redirect to Edit page|(% class="pass" %)|- |-
730 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & Continue" |Changes are saved|(% class="fail" %)|{{jira}}XAADMINISTRATION-261{{/jira}}|-
731 |"Modify your profile" |Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & View" |Changes are saved|(% class="pass" %)|- |-
732 |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Click "Cancel" |Changes are discarded|(% class="pass" %)|- |-
733 |"Change Photo"|Click on "Profile"; Click "Change Photo"; Click "Cancel and return to profile" |Changes are discarded|(% class="pass" %)|- |-
734 |"Change Photo"|Click on "Profile"; Click "Change Photo"; Upload a new user photo; Click "Set this photo" |Changes are saved|(% class="pass" %)|- |-
735
736 == Blog ==
737
738 === Configure Blog ===
739
740 (% style="width: 99%;" %)
741 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
742 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button. Change the Blog Title and click "Save and View"|Check if Blog homepage has another title. Also check if the breadcrumb has changed its name|(% class="pass" %)|- |-
743 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button.Insert something in the Description area and click "Save and View"|Check if the description you added appears on the Blog homepage|(% class="pass" %)|- |-
744 |"Configure Blog"|Click on "Blog"; Click on the "Edit" button. Select from the "Blog type" the "Space Blog" and click "Save and View"|Check if settings are saved|(% class="pass" %)|- |-
745
746 === Create Post ===
747
748 (% style="width: 99%;" %)
749 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
750 |"Create a new post"|Click on "Blog"; Fill in the Post Title; Click on "Create" |Redirect to Edit page|(% class="pass" %)|- |-
751
752 ==== Edit Post ====
753
754 (% style="width: 99%;" %)
755 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
756 |"Edit a post"|Click on "Blog"; Click on the pen to "Edit this blog post" |Redirect to Edit page|(% class="pass" %)|- |-
757
758 ==== Edit Title ====
759
760 (% style="width: 99%;" %)
761 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
762 |Edit Title|Click on "Blog"; Click on the pen to "Edit this blog post"; Change the title from the "Title" field; Save the page;|Title is changed|(% class="pass" %)|- |-
763
764 ==== Edit Summary ====
765
766 (% style="width: 99%;" %)
767 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
768 |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";|See the summary when viewing the Blog|(% class="pass" %)|- |-
769
770 ==== Category ====
771
772 (% style="width: 99%;" %)
773 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
774 |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" %)|- |-
775 |"Add a category"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Add a Category"; Click "Cancel" |Changes are discarded|(% class="pass" %)|- |-
776 |"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" |Category is created|(% class="pass" %)|- |-
777 |"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" |Changes are discarded|(% class="pass" %)|- |-
778 |"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" |Category is created|(% class="pass" %)|- |-
779
780 ==== Tags ====
781
782 (% style="width: 99%;" %)
783 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
784 |"Tags"|Click on "Blog"; Click on the pen to "Edit this blog post"; Add a tag to the "Tags" field; Click "Save & View" |Changes are saved; Tags should appear in Tags section|(% class="pass" %)|- |-
785
786 ==== Publish Article ====
787
788 (% style="width: 99%;" %)
789 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
790 |"Publish Article"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check the "Publish" checkbox|Blog article is published and the warning disappears from the blog page|(% class="pass" %)|- |-
791 |"Publish Article"|Click on "Blog"; Go to the unpublished article. Click on the small icon near the pencil in order to publish it.|Blog article is published and the warning disappears from the blog page|(% class="pass" %)|- |-
792
793 ==== Hide article ====
794
795 (% style="width: 99%;" %)
796 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
797 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & View" |Changes are saved|(% class="pass" %)|- |-
798 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Hide Article"; Click "Save & Continue" |Changes are saved|(% class="pass" %)|- |-
799 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |Changes are saved|(% class="pass" %)|- |-
800 |"Hide article "|Click on "Blog"; Click on the pen to "Edit this blog post"; Uncheck "Hide Article"; Click "Save & View" |Changes are saved|(% class="pass" %)|- |-
801
802 ==== Preview/Save/Cancel ====
803
804 (% style="width: 99%;" %)
805 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
806 |"Preview"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Preview"; Click "Back to edit" |Back to edit page|(% class="pass" %)|- |-
807 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & Continue" |Changes are saved|(% class="pass" %)|- |-
808 |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & Continue" |Changes are saved as a minor version|(% class="pass" %)|- |-
809 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & View" |Changes are saved|(% class="pass" %)|- |-
810 |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Check "Is minor edit"; Click "Save & View" |Changes are saved as a minor version|(% class="pass" %)|- |-
811 |"Cancel"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Cancel" |Discards changes|(% class="pass" %)|- |-
812 |"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" |Maximize edit window|(% class="pass" %)|- |-
813 |"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" |Maximize edit window and changes are saved|(% class="pass" %)|- |-
814 |"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" |Maximize edit window, save changes and continue editing|(% class="pass" %)|- |-
815 |"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" |Maximize edit window and discards changes|(% class="pass" %)|- |-
816
817 == Annotations ==
818
819 (% style="width: 99%;" %)
820 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
821 |"Annotate" a piece of content|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations"|Small yellow icon near the annotated text. Check the Annotations tab from bottom and check if the newly added annotation is there|(% class="pass" %)|- |-
822 |"Delete Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Click on the small yellow icon and press the delete button|Check if the yellow icon disappears. Also, check the Annotations tab from bottom and see if the Annotation has disappeared.|(% class="pass" %)|- |-
823 |"Delete Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations".Go to the Annotations tab on the bottom of the page and press the delete button|Check if the yellow icon disappears. Also, check the Annotations tab from bottom and see if the Annotation has disappeared| | -|-
824 |"Edit Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Click on the small yellow icon and press the delete button|Check if the Annotation has changed its content. Also, check the Annotations tab at the bottom of the page.|(% class="pass" %)|- |-
825 |"Edit Annotation"|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Go to the Annotations tab on the bottom of the page and click on the small pencil icon and change the text|Check if the Annotation has changed its content. Also, check the Annotations tab at the bottom of the page.| | |
826 |"Annotate" a piece of content|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Repeat again this process exactly on the same text you selected before. |Only the newer Annotations should be visible|(% class="pass" %)|-|-
827 |"Annotate" a piece of content|Select the text you want to annotate. Press CTRL+M and write some text. Click on the "Annotations" button and select "Display Annotations". Repeat again this process logged as another user. Then, go to Annotations section from the page, and check the user you want to see annotations from.|You should see only the annotations made with that username|(% class="pass" %)|-|-
828 | | | | | |
829
830 == objects & classes editing ==
831
832 //Soon//
833
834 == Color Themes ==
835
836 (% style="width: 99%;" %)
837 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
838 |"Color Themes"|Click on "Color Themes"; Click the Default Theme |Redirect to Default Theme page|(% class="pass" %)|- |-
839 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit" |Edit page of Theme|(% class="pass" %)|- |-
840 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Click "Cancel" |Check button functionality|(% class="pass" %)|- |-
841 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %)|- |-
842 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
843 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Change the Page Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
844 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %)|- |-
845 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
846 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Page Background Image; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
847 |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" |Change in Theme Preview|(% class="pass" %)|- |-
848 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
849 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
850 |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" |Change in Theme Preview|(% class="pass" %)|- |-
851 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
852 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Header Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
853 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Preview"; Click "Back to Edit" |Change in Theme Preview|(% class="pass" %)|- |-
854 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
855 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Add a Banner; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
856 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
857 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
858 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
859 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
860 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
861 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Page Content Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
862 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Preview"; Click "Back to Edit" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
863 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
864 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
865 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
866 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
867 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Informative Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
868 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
869 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
870 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Details Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
871 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %)|- |-
872 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
873 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Link Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
874 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %)|- |-
875 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
876 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Title Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
877 |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" |Back to Theme Edit|(% class="pass" %)|- |-
878 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
879 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
880 |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" |Back to Theme Edit|(% class="pass" %)|- |-
881 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
882 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Menu Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
883 |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" |Back to Theme Edit|(% class="pass" %)|- |-
884 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
885 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
886 |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" |Back to Theme Edit|(% class="pass" %)|- |-
887 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
888 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Selected Menu Entry Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
889 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
890 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
891 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
892 |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" |Back to Theme Edit|(% class="pass" %)|- |-
893 |Edit "Color Themes" functionality |Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
894 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
895 |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" |Back to Theme Edit|(% class="pass" %)|- |-
896 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
897 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
898 |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" |Back to Theme Edit|(% class="pass" %)|- |-
899 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
900 |Edit "Color Themes" functionality |Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Panel Header Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
901 |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" |Back to Theme Edit|(% class="pass" %)|- |-
902 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
903 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
904 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
905 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
906 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
907 |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" |Back to Theme Edit|(% class="pass" %)|- |-
908 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
909 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Collapsed Panel Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
910 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Preview"; Click "Back to Edit" |Back to Theme Edit|(% class="pass" %)|- |-
911 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
912 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Border Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
913 |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" |Back to Theme Edit|(% class="pass" %)|- |-
914 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
915 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
916 |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" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
917 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Background Color for Highlighted Elements; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
918 |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 |Changes in Theme Preview are saved|(% class="pass" %)|- |-
919 |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" |Back to Theme Edit|(% class="pass" %)|- |-
920 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
921 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Text Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
922 |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" |Back to Theme Edit|(% class="pass" %)|- |-
923 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
924 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Primary Action Button Background Color; Click "Save & View" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
925 |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" |Back to Theme Edit|(% class="pass" %)|- |-
926 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Text Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
927 |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 |Changes in Theme Preview are saved|(% class="pass" %)|- |-
928 |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"|Back to Theme Edit|(% class="pass" %)|- |-
929 |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Fill in the Secondary Action Button Background Color; Click "Save & Continue" |Changes in Theme Preview are saved|(% class="pass" %)|- |-
930 |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 |Changes in Theme Preview are saved|(% class="pass" %)|- |-
931 |Create "Color Themes"|Click on "Color Themes"; Click on create new theme;|Redirect to blank theme page|(% class="pass" %)|-|-
932
933 == Panels ==
934
935 (% style="width: 99%;" %)
936 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
937 |"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" |Back to edit page|(% class="pass" %)|- |-
938 |"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" |Changes are saved; continue editing|(% class="pass" %)|- |-
939 |"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" |Changes are saved|(% class="pass" %)|- |-
940 |View Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on a panel |Redirect to Panel's page|(% class="pass" %)|- |-
941 |Edit Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize" |Back to Panel's page in edit mode|(% class="pass" %)|- |-
942 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize" link; Click "Exit Full Screen" |Maximized edit mode|(% class="pass" %)|- |-
943 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Preview"; Click "Back to Edit" |Back to edit page|(% class="pass" %)|- |-
944 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & Continue" |Changes are saved|(% class="pass" %)|- |-
945 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Modify the text; Click "Save & View" |Changes are saved|(% class="pass" %)|- |-
946 |Edit Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Edit" link next to a panel; Click "maximize"; Click "Cancel" |Maximize in and out works|(% class="pass" %)|- |-
947 |Delete Panel|Click on "Panels" from Spaces Macro on Main Page; Click on the "Delete" link next to a panel; Click Yes/No |Able to delete document|(% class="pass" %)|- |-
948
949 == Space index ==
950
951 (% style="width: 99%;" %)
952 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
953 |"See space index"|For a space click on "Space" then click the "Document Index" |Redirect to Document Index page|(% class="pass" %)|- |-
954 |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |Redirect to Copy page|(% class="pass" %)|- |-
955 |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |Redirect to confirmation page|(% class="pass" %)|- |-
956 |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |Redirect to Rename page|(% class="pass" %)|- |-
957 |Page "rename"|For a space click on "See space index"; Click "rename"; Select a new space; Insert the new page name; Click on "Rename" |Redirect to Rename page|(% class="pass" %)|- |-
958 |age "rights"|For a space click on "See space index"; Click "rights" |Redirect to Rights page|(% class="pass" %)|- |-
959 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Page" ascending |Sort Elements by desired criteria|(% class="pass" %)|- |-
960 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Page" descending |Sort Elements by desired criteria|(% class="pass" %)|- |-
961 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Date" ascending |Sort Elements by desired criteria|(% class="pass" %)|- |-
962 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Date" descending |Sort Elements by desired criteria|(% class="pass" %)|- |-
963 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Last Author" ascending |Sort Elements by desired criteria|(% class="pass" %)|- |-
964 |"See space index"|For a space click on "See space index"; Sort elements in the table by "Last Author" descending |Sort Elements by desired criteria|(% class="pass" %)|- |-
965
966 == Tags ==
967
968 (% style="width: 99%;" %)
969 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
970 |"Add a Tag"|From a page, add some tags to it.|Check if the added tags appear on the bottom of the page; Also, check if the tags appear on the homepage in the Tags section|(% class="pass" %)|- |-
971 |"Delete a Tag"|From a page, add some tags to it. After adding the tag, hover over it and press the small delete button.|Check if the deleted tag disappears on the bottom of the page; Also, check if the tag has disappeared from the homepage in the Tags section|(% class="pass" %)|- |-
972 |"Clicking a Tag"|From a page, add some tags to it. Click on the tag you added.|Redirected to a special page. Check if the document that has the tag you added is listed on this page.|(% class="pass" %)|- |-
973
974 == Spaces Macro (from Home Page) ==
975
976 (% style="width: 99%;" %)
977 |=(% style="width: 10%;" %)Feature |=(% style="width: 40%;" %)Steps to follow|=(% style="width: 30%;" %)Expected Result|=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues
978 |"See space index"|For a space click on "See Space Index" button|Redirect to Space Index page|(% class="pass" %)|- |-
979 |"Create a new space"|Click on "Create a new space"; Fill in the new space name; Click "Create" |Redirect to Space WebHome page|(% class="pass" %)|- |-
980 |"Create a new space"|Click on "Create a new space" twice;|The field and button should appear/disappear|(% class="pass" %)|- |-

Get Connected