Wiki source code of Manual Test Report for XE 3.0 M3
Last modified by Manuel Leduc on 2023/10/10 09:30
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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 | Snapshot used : | ||
| 12 | |||
| 13 | * XWiki Enterprise 3.0 M3 found [[here>>http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-jetty-hsqldb/3.0-milestone-3/xwiki-enterprise-jetty-hsqldb-3.0-milestone-3.zip]] | ||
| 14 | |||
| 15 | Testing on: | ||
| 16 | |||
| 17 | * Ubuntu Linux 10.04 32-bit version with Mozilla Firefox 3.6.13 | ||
| 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 M2|Tested|Tested|Tested|Tested | ||
| 25 | |||
| 26 | = Conclusions = | ||
| 27 | |||
| 28 | * Small UI-bugs | ||
| 29 | * Administration Application needs some UI-improvements | ||
| 30 | |||
| 31 | {{velocity}} | ||
| 32 | #set($jiras = $doc.getValue("reportedJiras")) | ||
| 33 | #set($ijiras = $doc.getValue("importantJiras")) | ||
| 34 | #if(($jiras && $jiras!="")||($ijiras && $ijiras!="")) | ||
| 35 | |||
| 36 | = Jira Digest = | ||
| 37 | |||
| 38 | #if($ijiras && $ijiras!="") | ||
| 39 | * Important JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!ijiras{{/jira}} | ||
| 40 | #end | ||
| 41 | #if($jiras && $jiras!="") | ||
| 42 | * Other JIRAS: {{jira url="https://jira.xwiki.org" style="enum"}}$!jiras{{/jira}} | ||
| 43 | #end | ||
| 44 | #end | ||
| 45 | {{/velocity}} | ||
| 46 | |||
| 47 | = Test Procedure = | ||
| 48 | |||
| 49 | {{toc depth="3" start="2"/}} | ||
| 50 | |||
| 51 | == Register/Log-In/Log-Out == | ||
| 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 | |"Register a new user" |Click on "Register"; Fill in the fields; Click "Register" |Check if Registration works|(% class="pass" %)|- |- | ||
| 56 | |"Log-In"|Click on "Log-In"; Fill in the username; Fill in the Password; Click "Log-In" |Check if Logging in works|(% class="pass" %)|- |- | ||
| 57 | |"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" %)|- |- | ||
| 58 | |"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" %)|- |- | ||
| 59 | |"Forgot username"|Click on "Log-In"; click on "username" |Redirect to Forgot Username page|(% class="pass" %)|- |- | ||
| 60 | |"Reset password"|Click on "Log-In"; click on "password" |Redirect to Reset Password page|(% class="pass" %)|- |- | ||
| 61 | |"Log-Out"|Click on "Log-Out" |Check if Logout works|(% class="pass" %)|- |- | ||
| 62 | |||
| 63 | == Action Menus == | ||
| 64 | |||
| 65 | //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.// | ||
| 66 | |||
| 67 | === "Add" Menu === | ||
| 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 | |"Space"|Hover over "Add"; Click on "Add Space"; Fill in a space name; Click "Create" |Redirect to Create Space page|(% class="pass" %)|- |- | ||
| 72 | |"Page"|Hover over "Add"; Click on "Page"|Redirect to Create Page page|(% class="pass" %)|- |- | ||
| 73 | |"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" %)|-|- | ||
| 74 | |"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" %)|-|- | ||
| 75 | |"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" %)|-|- | ||
| 76 | |||
| 77 | === "Wiki" Menu === | ||
| 78 | |||
| 79 | (% style="width: 99%;" %) | ||
| 80 | |=(% 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 | ||
| 81 | |"Watch Space"|Hover over "Wiki"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Wiki"|(% class="pass" %)|-|- | ||
| 82 | |"Watch Space"|Hover over "Wiki"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Wiki" |(% class="pass" %)|- |- | ||
| 83 | |"Administer Wiki"|Hover over "Wiki"; Click on "Administer Wiki"|Redirect to Administer Wiki page|(% class="pass" %)|-|- | ||
| 84 | |"Document Index"|Hover over "Wiki"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %)|- |- | ||
| 85 | |||
| 86 | === "Space" Menu === | ||
| 87 | |||
| 88 | (% style="width: 99%;" %) | ||
| 89 | |=(% 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 | ||
| 90 | |"Watch Space"|Hover over "Space"; Click on "Watch Space"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %)|- |- | ||
| 91 | |"Watch Space"|Hover over "Space"; Click on "Unwatch Space";|See if the star turns gray and the writing to "Watch Space" |(% class="pass" %)|- |- | ||
| 92 | |"Administer Space"|Hover over "Space"; Click on "Administer Space"|Redirect to Administer Space page|(% class="pass" %)|-|- | ||
| 93 | |"Document Index"|Hover over "Space"; Click on "Document Index" |Redirect to Document Index page|(% class="pass" %)|- |- | ||
| 94 | |||
| 95 | === "Page" Menu === | ||
| 96 | |||
| 97 | (% style="width: 99%;" %) | ||
| 98 | |=(% 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 | ||
| 99 | |"Watch Page"|Hover over "Page"; Click on "Watch Page"; |See if the star turns yellow and the writing to "Unwatch Space"|(% class="pass" %)|- |- | ||
| 100 | |"Watch Page"|Hover over "Page"; Click on "Copy"; |See if the star turns gray and the writing to "Watch Page"|(% class="pass" %)|- |- | ||
| 101 | |"Send Page by Email"|Hover over "Page"; Click on "Send Page by Email";|See if the javascript modal appears|(% class="pass" %)|-|- | ||
| 102 | |"Copy"|Hover over "Page"; Click on "Rename";|Redirected to the Copy feature page.|(% class="pass" %)|-|- | ||
| 103 | |"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" %)|-|- | ||
| 104 | |"Delete"|Hover over "Page"; Click on "Delete"; |Redirected to a page and be asked for confirmation|(% class="pass" %)|- |- | ||
| 105 | |||
| 106 | === "Profile" Menu === | ||
| 107 | |||
| 108 | (% style="width: 99%;" %) | ||
| 109 | |=(% 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 | ||
| 110 | |"Profile"|Hover over "Profile" menu and click on "Profile";|Redirects to your profile page|(% class="pass" %)|-|- | ||
| 111 | |"Preferences"|Hover over "Profile" menu and click on "Preferences";|Redirects to your profile preferences|(% class="pass" %)|-|- | ||
| 112 | |"Watchlist"|Hover over "Profile" menu and click on "Watchlist";|Redirects to your profile watchlist|(% class="pass" %)|-|- | ||
| 113 | |||
| 114 | === "Edit" Menu === | ||
| 115 | |||
| 116 | (% style="width: 99%;" %) | ||
| 117 | |=(% 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 | ||
| 118 | |"Edit"|Click on "Edit" |Redirects to default edit mode of the page|(% class="pass" %)|- |- | ||
| 119 | |"Wiki"|Hover over "Edit"; Click on "Wiki" |Redirects to Wiki edit mode|(% class="pass" %)|- |- | ||
| 120 | |"WYSIWYG"|Hover over "Edit"; Click on "WYSIWYG" |Redirects to WYSIWYG edit mode|(% class="pass" %)|- |- | ||
| 121 | |"Inline Form" |Hover over "Edit"; Click on "Inline Form" |Redirects to Inline edit mode|(% class="pass" %)|-|- | ||
| 122 | |"Access Rights"|Hover over "Edit"; Click on "Access Rights" |Redirects to Access Rights edit mode|(% class="pass" %)|- |- | ||
| 123 | |"Objects" |Hover over "Edit"; Click on "Objects" |Redirects to Objects edit mode|(% class="pass" %)|- |- | ||
| 124 | |"Class" |Hover over "Edit"; Click on "Class" |Redirects to Class edit mode|(% class="pass" %)|- |- | ||
| 125 | |||
| 126 | === "Export" Menu === | ||
| 127 | |||
| 128 | (% style="width: 99%;" %) | ||
| 129 | |=(% 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 | ||
| 130 | |"Export as PDF"|Hover over "Export"; Click on "Export as PDF" |Save file dialog appears|(% class="pass" %)|- |- | ||
| 131 | |"Export as RTF"|Hover over "Export"; Click on "Export as RTF" |Save file dialog appears|(% class="pass" %)|- |- | ||
| 132 | |"Export as HTML"|Hover over "Export"; Click on "Export as HTML" |Save file dialog appears|(% class="pass" %)|- |- | ||
| 133 | |"Export as XAR"|Hover over "Export"; Click on "Export as XAR" |Save file dialog appears|(% class="pass" %)|- |- | ||
| 134 | |||
| 135 | === "More Actions" Menu === | ||
| 136 | |||
| 137 | (% style="width: 99%;" %) | ||
| 138 | |=(% 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 | ||
| 139 | |"Print Preview"|Hover over "More Actions"; Click on "Print Preview" |Button redirects to "Print Preview" page|(% class="pass" %)|- |- | ||
| 140 | |"View Source"|Hover over "More Actions"; Click on "View Source" |Button redirects to "View Source" page|(% class="pass" %)|- |- | ||
| 141 | |||
| 142 | == Wiki Editor == | ||
| 143 | |||
| 144 | (% style="width: 99%;" %) | ||
| 145 | //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]]. | ||
| 146 | 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]].// | ||
| 147 | |||
| 148 | (% style="width: 99%;" %) | ||
| 149 | |=(% 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 | ||
| 150 | |"Edit a page"|Hover over "Edit", Click on "Wiki" |Button redirects to Wiki edit mode|(% class="pass" %)|- |- | ||
| 151 | |||
| 152 | === Edit Title === | ||
| 153 | |||
| 154 | (% style="width: 99%;" %) | ||
| 155 | |=(% 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 | ||
| 156 | |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" %)|- |- | ||
| 157 | |Page Edit Title|Hover over "Edit", Click on "Wiki"; Change the title from the "Title" field; Click "Save & Continue" |Title is saved|(% class="pass" %)|- |- | ||
| 158 | |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" %)|- |- | ||
| 159 | |||
| 160 | === Edit Content === | ||
| 161 | |||
| 162 | ==== Text Formatting ==== | ||
| 163 | |||
| 164 | (% style="width: 99%;" %) | ||
| 165 | |=(% 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 | ||
| 166 | |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" %)|- |- | ||
| 167 | |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" %)|- |- | ||
| 168 | |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" %)|- |- | ||
| 169 | |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" %)|- |- | ||
| 170 | |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" %)|- |- | ||
| 171 | |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" %)|- |- | ||
| 172 | |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" %)|- |- | ||
| 173 | |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" %)|- |- | ||
| 174 | |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" %)|- |- | ||
| 175 | |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" %)|- |- | ||
| 176 | |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" %)|- |- | ||
| 177 | |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" %)|- |- | ||
| 178 | |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" %)|- |- | ||
| 179 | |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" %)|- |- | ||
| 180 | |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" %)|- |- | ||
| 181 | |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" %)|- |- | ||
| 182 | |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" %)|- |- | ||
| 183 | |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" %)|- |- | ||
| 184 | |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" %)|- |- | ||
| 185 | |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" %)|- |- | ||
| 186 | |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" %)|- |- | ||
| 187 | |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" %)|- |- | ||
| 188 | |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" %)|- |- | ||
| 189 | |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" %)|- |- | ||
| 190 | |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" %)|- |- | ||
| 191 | |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" %)|- |- | ||
| 192 | |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" %)|- |- | ||
| 193 | |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" %)|- |- | ||
| 194 | |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" %)|- |- | ||
| 195 | |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" %)|- |- | ||
| 196 | |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" %)|- |- | ||
| 197 | |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" %)|- |- | ||
| 198 | |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" %)|- |- | ||
| 199 | |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" %)|- |- | ||
| 200 | |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" %)|- |- | ||
| 201 | |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" %)|- |- | ||
| 202 | |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" %)|- |- | ||
| 203 | |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" %)|- |- | ||
| 204 | |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" %)|- |- | ||
| 205 | |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" %)|- |- | ||
| 206 | |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" %)|- |- | ||
| 207 | |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" %)|- |- | ||
| 208 | |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" %)|- |- | ||
| 209 | |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" %)|- |- | ||
| 210 | |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" %)|- |- | ||
| 211 | |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" %)|- |- | ||
| 212 | |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" %)|- |- | ||
| 213 | |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" %)|- |- | ||
| 214 | |||
| 215 | ==== Link ==== | ||
| 216 | |||
| 217 | (% style="width: 99%;" %) | ||
| 218 | |=(% 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 | ||
| 219 | |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]] | ||
| 220 | |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" %)|- |- | ||
| 221 | |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" %)|- |- | ||
| 222 | |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" %)|- |- | ||
| 223 | |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" %)|- |- | ||
| 224 | |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" %)|- |- | ||
| 225 | |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" %)|- |- | ||
| 226 | |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" %)|- |- | ||
| 227 | |||
| 228 | ==== Horizontal Ruler ==== | ||
| 229 | |||
| 230 | (% style="width: 99%;" %) | ||
| 231 | |=(% 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 | ||
| 232 | |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" %)|- |- | ||
| 233 | |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" %)|- |- | ||
| 234 | |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" %)|- |- | ||
| 235 | |||
| 236 | ==== Image ==== | ||
| 237 | |||
| 238 | (% style="width: 99%;" %) | ||
| 239 | |=(% 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 | ||
| 240 | |"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" %)|- |- | ||
| 241 | |"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" %)|- |- | ||
| 242 | |"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" %)|- |- | ||
| 243 | |||
| 244 | ==== HTML Code ==== | ||
| 245 | |||
| 246 | (% style="width: 99%;" %) | ||
| 247 | |=(% 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 | ||
| 248 | |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" %)|- |- | ||
| 249 | |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" %)|- |- | ||
| 250 | |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" %)|- |- | ||
| 251 | |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" %)|- |- | ||
| 252 | |||
| 253 | ==== Velocity Code ==== | ||
| 254 | |||
| 255 | (% style="width: 99%;" %) | ||
| 256 | |=(% 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 | ||
| 257 | |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" %)|- |- | ||
| 258 | |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" %)|- |- | ||
| 259 | |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" %)|- |- | ||
| 260 | |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" %)|- |- | ||
| 261 | |||
| 262 | === Edit in full screen === | ||
| 263 | |||
| 264 | (% style="width: 99%;" %) | ||
| 265 | |=(% 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 | ||
| 266 | |"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" %)|- |- | ||
| 267 | |"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" %)|- |- | ||
| 268 | |"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" %)|- |- | ||
| 269 | |"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" %)|- |- | ||
| 270 | |"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" %)|- |- | ||
| 271 | |||
| 272 | == WYSIWYG Editor == | ||
| 273 | |||
| 274 | (% style="width: 99%;" %) | ||
| 275 | //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]].// | ||
| 276 | |||
| 277 | (% style="width: 99%;" %) | ||
| 278 | |=(% 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 | ||
| 279 | |"Edit a page" |Hover over "Edit", Click on "WYSIWYG" |Check is WYSIWYG Editor loads|(% class="pass" %)|- |- | ||
| 280 | |||
| 281 | === Edit Title === | ||
| 282 | |||
| 283 | (% style="width: 99%;" %) | ||
| 284 | |=(% 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 | ||
| 285 | |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" %)|- |- | ||
| 286 | |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" %)|- |- | ||
| 287 | |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" %)|- |- | ||
| 288 | |||
| 289 | === Edit Content === | ||
| 290 | |||
| 291 | ==== Link ==== | ||
| 292 | |||
| 293 | (% style="width: 99%;" %) | ||
| 294 | |=(% 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 | ||
| 295 | |"Link" >"Wiki Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Wiki Page..."; Click "X" |Check if modal works|(% class="pass" %)|-|- | ||
| 296 | |"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" %)|-|- | ||
| 297 | |"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" %)|-|- | ||
| 298 | |"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" %)|-|- | ||
| 299 | |"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" %)|-|- | ||
| 300 | |"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" %)|-|- | ||
| 301 | |"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" %)|-|- | ||
| 302 | |"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" %)|-|- | ||
| 303 | |"Link" > "Attached File..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Attached File..."; Click "X" |Check if modal closes properly|(% class="pass" %)|-|- | ||
| 304 | |"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" %)|-|- | ||
| 305 | |"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" %)|-|- | ||
| 306 | |"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" %)|-|- | ||
| 307 | |"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" %)|-|- | ||
| 308 | |"Link" > "Web Page..." visual|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..." |Check if Link feature works properly|(% class="pass" %)|-|- | ||
| 309 | |"Link" > "Web Page..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Web Page..."; Click "X" |Check if modal closes properly|(% class="pass" %)|-|- | ||
| 310 | |"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" %)|-|- | ||
| 311 | |"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" %)|-|- | ||
| 312 | |"Link" > "Email Address..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."|Check if Link feature works properly|(% class="pass" %)|-|- | ||
| 313 | |"Link" > "Email Address..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Link > Email Address..."; Click "X" |Check if modal closes properly|(% class="pass" %)|-|- | ||
| 314 | |"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" %)|-|- | ||
| 315 | |"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" %)|-|- | ||
| 316 | |||
| 317 | ==== Image ==== | ||
| 318 | |||
| 319 | (% style="width: 99%;" %) | ||
| 320 | |=(% 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 | ||
| 321 | |"Insert Image..." |Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 322 | |"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" %)|- |- | ||
| 323 | |"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" %)|- |- | ||
| 324 | |"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" %)|- |- | ||
| 325 | |"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" %)|- |- | ||
| 326 | |"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" %)|- |- | ||
| 327 | |"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" %)|- |- | ||
| 328 | |"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" %)|- |- | ||
| 329 | |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Top" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %)|- |- | ||
| 330 | |"Image" > "Insert Image..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Image > Insert Image..."; Click on "Upload new image"; Click "Select"; Select an image from your computer; Click "Upload"; Select the "Middle" Vertical Alignment; Click "Insert Image" |Check if Image feature works properly|(% class="pass" %)|- |- | ||
| 331 | |"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" %)|- |- | ||
| 332 | |"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" %)|- |- | ||
| 333 | |||
| 334 | ==== Table ==== | ||
| 335 | |||
| 336 | (% style="width: 99%;" %) | ||
| 337 | |=(% 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 | ||
| 338 | |"Table" > "Insert Table..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Table > Insert Table..."; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 339 | |"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" %)|- |- | ||
| 340 | |"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" %)|- |- | ||
| 341 | |||
| 342 | ==== Macro ==== | ||
| 343 | |||
| 344 | (% style="width: 99%;" %) | ||
| 345 | |=(% 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 | ||
| 346 | |"Macro" > "Insert Macro..."|Hover over "Edit", Click on "WYSIWYG"; Click on "Macro > Insert Macro..." Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 347 | |"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" %)|- |- | ||
| 348 | |"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" %)|- |- | ||
| 349 | |"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" %)|- |- | ||
| 350 | |"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" %)|- |- | ||
| 351 | |"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" %)|- |- | ||
| 352 | |"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" %)|- |- | ||
| 353 | |"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" %)|- |- | ||
| 354 | |"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" %)|- |- | ||
| 355 | |"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" %)|- |- | ||
| 356 | |"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" %)|- |- | ||
| 357 | |"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" %)|- |- | ||
| 358 | |"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" %)|- |- | ||
| 359 | |"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" %)|- |- | ||
| 360 | |"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" %)|- |- | ||
| 361 | |"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" %)|- |- | ||
| 362 | |"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" %)|- |- | ||
| 363 | |"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" %)|- |- | ||
| 364 | |"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" %)|- |- | ||
| 365 | |"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" %)|- |- | ||
| 366 | |"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" %)|- |- | ||
| 367 | |"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" %)|- |- | ||
| 368 | |"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" %)|- |- | ||
| 369 | |"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" %)|- |- | ||
| 370 | |"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" %)|- |- | ||
| 371 | |"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" %)|- |- | ||
| 372 | |||
| 373 | ==== Import ==== | ||
| 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 | |"Office Document"|Hover over "Edit", Click on "WYSIWYG"; Click on "Import > Office Document"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 378 | |"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" %)|- |- | ||
| 379 | |"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" %)|- |- | ||
| 380 | |"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" %)|- |- | ||
| 381 | |"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" %)|- |- | ||
| 382 | |||
| 383 | ==== Text Formatting ==== | ||
| 384 | |||
| 385 | (% style="width: 99%;" %) | ||
| 386 | |=(% 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 | ||
| 387 | |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" %)|- |- | ||
| 388 | |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" %)|- |- | ||
| 389 | |Make text "Italic"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Italic" button |Check if formatting applies|(% class="pass" %)|- |- | ||
| 390 | |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" %)|- |- | ||
| 391 | |Make text "Underline"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Underline" button |Check if formatting applies|(% class="pass" %)|- |- | ||
| 392 | |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" %)|- |- | ||
| 393 | |Make text "Strikethrough"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Strikethrough" button |Check if formatting applies|(% class="pass" %)|- |- | ||
| 394 | |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" %)|- |- | ||
| 395 | |Make text "Subscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Subscript" button |Check if formatting applies|(% class="pass" %)|- |- | ||
| 396 | |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" %)|- |- | ||
| 397 | |Make text "Superscript"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Click on the "Superscript" button |Check if formatting applies|(% class="pass" %)|- |- | ||
| 398 | |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" %)|- |- | ||
| 399 | |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" %)|- |- | ||
| 400 | |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" %)|- |- | ||
| 401 | |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" %)|- |- | ||
| 402 | |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" %)|- |- | ||
| 403 | |Make text "Undo"|Hover over "Edit", Click on "WYSIWYG"; Select some text; Format it; Click "Undo" |Check if formatting applies|(% class="pass" %)|- |- | ||
| 404 | |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" %)|- |- | ||
| 405 | |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" %)|- |- | ||
| 406 | |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" %)|- |- | ||
| 407 | |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" %)|- |- | ||
| 408 | |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" %)|- |- | ||
| 409 | |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" %)|- |- | ||
| 410 | |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" %)|- |- | ||
| 411 | |"Insert Horizontal Ruler"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Horizontal Ruler" |Check if formatting applies|(% class="pass" %)|- |- | ||
| 412 | |"Insert Custom Character"|Hover over "Edit", Click on "WYSIWYG"; Click on "Insert Custom Character"; Click "X" |Check if modal closes|(% class="pass" %)|- |- | ||
| 413 | |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" %)|- |- | ||
| 414 | |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" %)|- |- | ||
| 415 | |||
| 416 | === Preview/Save/Cancel === | ||
| 417 | |||
| 418 | (% style="width: 99%;" %) | ||
| 419 | |=(% 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 | ||
| 420 | |"Preview"|Hover over "Edit", Click on "WYSIWYG"; Click "Preview"; Click "Back to edit" |Redirect back to Edit Page|(% class="pass" %)|- |- | ||
| 421 | |"Save & Continue"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)|- |- | ||
| 422 | |"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" %)|- |- | ||
| 423 | |"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" %)|- |- | ||
| 424 | |"Save & View"|Hover over "Edit", Click on "WYSIWYG"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)|- |- | ||
| 425 | |"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" %)|- |- | ||
| 426 | |"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" %)|- |- | ||
| 427 | |"Cancel"|Hover over "Edit", Click on "WYSIWYG"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)|- |- | ||
| 428 | |"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" %)|- |- | ||
| 429 | |"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" %)|- |- | ||
| 430 | |"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" %)|- |- | ||
| 431 | |"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" %)|- |- | ||
| 432 | |"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" %)|- |- | ||
| 433 | |||
| 434 | === Edit in Source === | ||
| 435 | |||
| 436 | (% style="width: 99%;" %) | ||
| 437 | |=(% 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 | ||
| 438 | |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Preview"; Click "Back to Edit" |Redirect back to Edit Page|(% class="pass" %)|- |- | ||
| 439 | |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & Continue" |Saves the Page and remains in Edit Mode|(% class="pass" %)|- |- | ||
| 440 | |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Save & View" |Saves the Page and redirects to View Mode|(% class="pass" %)|- |- | ||
| 441 | |Edit in Source|Hover over "Edit", Click on "WYSIWYG"; Click "Source"; Click "Cancel" |Cancels and returns to View Mode|(% class="pass" %)|- |- | ||
| 442 | |||
| 443 | == Administration == | ||
| 444 | |||
| 445 | === Space Administration === | ||
| 446 | |||
| 447 | (% style="width: 99%;" %) | ||
| 448 | |=(% style="width: 10%;" %)Feature |=Steps to follow |=(% style="width: 5%;" %)Result|=(% style="width: 5%;" %)JIRA|=(% style="width: 10%;" %)Other Issues | ||
| 449 | |Edit Wiki/Space Preferences|Hover over "XWiki"; Click on "Administration"; Click through the "Edit Space preferences" dropdown |(% class="pass" %)|-|- | ||
| 450 | |||
| 451 | === Wiki Administration === | ||
| 452 | |||
| 453 | ==== General ==== | ||
| 454 | |||
| 455 | (% style="width: 99%;" %) | ||
| 456 | |=(% 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 | ||
| 457 | |"General"|Hover over "XWiki"; Click on "Administration"; Click on "General" |Redirects to General Page|(% class="pass" %)|- |- | ||
| 458 | |"General"|Hover over "XWiki"; Click on "Administration"; Click on "General"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |- | ||
| 459 | |||
| 460 | ==== Presentation ==== | ||
| 461 | |||
| 462 | (% style="width: 99%;" %) | ||
| 463 | |=(% 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 | ||
| 464 | |"Presentation"|Hover over "XWiki"; Click on "Administration"; Click on "Presentation" |Redirects to Presentation Page|(% class="pass" %)|- |- | ||
| 465 | |"Presentation"|Hover over "XWiki"; Click on "Administration"; Click on "Presentation"; Click "Customize" |Redirect to Skin Customization Page|(% class="pass" %)|- |- | ||
| 466 | |"Presentation"|Hover over "XWiki"; Click on "Administration"; Click on "Presentation"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |- | ||
| 467 | |||
| 468 | ==== Registration ==== | ||
| 469 | |||
| 470 | (% style="width: 99%;" %) | ||
| 471 | |=(% 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 | ||
| 472 | |"Registration"|Hover over "XWiki"; Click on "Administration"; Click on "Registration" |Redirects to Registration Page|(% class="pass" %)|- |- | ||
| 473 | |"Registration"|Hover over "XWiki"; Click on "Administration"; Click on "Registration"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |- | ||
| 474 | |||
| 475 | ==== Programming ==== | ||
| 476 | |||
| 477 | (% style="width: 99%;" %) | ||
| 478 | |=(% 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 | ||
| 479 | |"Programming"|Hover over "XWiki"; Click on "Administration"; Click on "Programming" |Redirects to Programming Page|(% class="pass" %)|- |- | ||
| 480 | |"Programming"|Hover over "XWiki"; Click on "Administration"; Click on "Programming"; Change a field; Click "Save" |Check if the fields are saved|(% class="pass" %)|- |- | ||
| 481 | |||
| 482 | ==== Rights ==== | ||
| 483 | |||
| 484 | (% style="width: 99%;" %) | ||
| 485 | |=(% 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 | ||
| 486 | |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights" |Redirects to Rights Page|(% class="pass" %)|- |\\ | ||
| 487 | |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights";Select "Users" |See if the list of users appears|(% class="pass" %)|- |- | ||
| 488 | |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights"; Click once in one of the empty boxes |See if the green check sign appears inside the box|(% class="pass" %)|- |- | ||
| 489 | |"Rights"|Hover over "XWiki"; Click on "Administration"; Click on "Rights"; Click twice in one of the empty boxes |See if the denied icon appears inside the box|(% class="pass" %)|- |- | ||
| 490 | |||
| 491 | ==== Users ==== | ||
| 492 | |||
| 493 | (% style="width: 99%;" %) | ||
| 494 | |=(% 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 | ||
| 495 | |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users" |Redirects to Users Page|(% class="pass" %)|- |- | ||
| 496 | |"Users"|Hover over "XWiki"; Click on "Administration"; 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 saved|(% class="pass" %)|- |- | ||
| 497 | |"Users" |Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 498 | |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Change photo" |Check if now|(% class="pass" %)|- |- | ||
| 499 | |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; Click "Switch to Simple edit mode" |Check if switch works|(% class="pass" %)|- |- | ||
| 500 | |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on the pen to edit; "Switch to Advanced edit mode"|Check if switch works|(% class="pass" %)|- |- | ||
| 501 | |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on "Add new user"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 502 | |"Users"|Hover over "XWiki"; Click on "Administration"; Click on "Users"; Click on "Add new user"; Fill in the fields; Click "Save" |Check is new user was added|(% class="pass" %)|- |- | ||
| 503 | |||
| 504 | ==== Groups ==== | ||
| 505 | |||
| 506 | (% style="width: 99%;" %) | ||
| 507 | |=(% 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 | ||
| 508 | |"Groups "|Hover over "XWiki"; Click on "Administration"; Click on "Groups" |Redirects to Groups Page|(% class="pass" %)|- |- | ||
| 509 | |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit |Check if edit window appears|(% class="pass" %)|- |- | ||
| 510 | |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 511 | |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Add user to group; Click "Add"; Click on the pen to edit; Click "Remove" |Check is adding/removing a user from group works|(% class="pass" %)|- |- | ||
| 512 | |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on the pen to edit; Add subgroup; Click "Add" |Check if adding subgroups works|(% class="pass" %)|- |- | ||
| 513 | |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on "Add new group"; Create a group; Delete the group; |Check if adding/deleting groups works|(% class="pass" %)|- |- | ||
| 514 | |"Groups"|Hover over "XWiki"; Click on "Administration"; Click on "Groups"; Click on "Add new group"; Click "X" |Check if modal closes properly|(% class="pass" %)|- |- | ||
| 515 | |||
| 516 | ==== Import ==== | ||
| 517 | |||
| 518 | (% style="width: 99%;" %) | ||
| 519 | |=(% 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 | ||
| 520 | |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; |Redirects to Import Page|(% class="pass" %)|-|- | ||
| 521 | |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Cancel" |Cancel uploading a XAR|(% class="pass" %)|-|- | ||
| 522 | |"Import" |Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "none" |Selects none of the pages from the XAR|(% class="pass" %)|-|- | ||
| 523 | |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "all" |Selects all of the pages from the XAR|(% class="pass" %)|-|- | ||
| 524 | |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on the XAR attachment in the table, click "Import" |Check if the XAR is imported into the Wiki|(% class="pass" %)|-|- | ||
| 525 | |"Import"|Hover over "XWiki"; Click on "Administration"; 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" %)|-|- | ||
| 526 | |"Import"|Hover over "XWiki"; Click on "Administration"; Click on "Import"; Add a XAR attachment; Click "Attach"; Click on "Delete" in the table; Click "OK/Cancel"|Check if attachment is deleted|(% class="pass" %)|-|- | ||
| 527 | |||
| 528 | ==== Export ==== | ||
| 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 | |"Export"|Hover over "XWiki"; Click on "Administration"; Click on "Export"; |Redirects to Export Page|(% class="pass" %)|- |- | ||
| 533 | |"Export"|Hover over "XWiki"; Click on "Administration"; Click on "Export"; Fill in the fields; Click "Export" |Save file dialog should appear|(% class="pass" %)|- |- | ||
| 534 | |||
| 535 | ==== Panel Wizard ==== | ||
| 536 | |||
| 537 | (% style="width: 99%;" %) | ||
| 538 | |=(% 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 | ||
| 539 | |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard" |Redirects to Panels Page|(% class="pass" %)|- |- | ||
| 540 | |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; click on the accordion headers |Accordion to work properly|(% class="pass" %)|- |- | ||
| 541 | |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side |Check if Drag and drop works|(% class="pass" %)|- |- | ||
| 542 | |"Panel List"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; drag and drop a panel from the panel list to the side; Click "Save The New Layout"; |Navigate to a different page and check if the panel is still where you dropped it|(% class="pass" %)|- |- | ||
| 543 | |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "No side column"; "Click Save The New Layout";|Go to a different page to check if the new layout is in place|(% class="pass" %)|- |- | ||
| 544 | |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Left Column"; Click on "Panel List"; Drag a panel to the left; "Click Save The New Layout";|Go to a different page to check if the new layout is in place|(% class="pass" %)|- |- | ||
| 545 | |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Right Column"; Click on "Panel List"; Drag a panel to the right; "Click Save The New Layout";|Go to a different page to check if the new layout is in place|(% class="pass" %)|- |- | ||
| 546 | |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Both Columns"; Click on "Panel List"; Drag a panel to the left and a panel to the right; "Click Save The New Layout"; |Go to a different page to check if the new layout is in place|(% class="pass" %)|- |- | ||
| 547 | |"Page Layout"|Hover over "XWiki"; Click on "Administration"; Click on "Panel Wizard"; Click on "Page Layout"; Click on "Go To Panels Home Page" ||(% class="pass" %)|- |- | ||
| 548 | |||
| 549 | ==== OpenOffice Server ==== | ||
| 550 | |||
| 551 | (% style="width: 99%;" %) | ||
| 552 | |=(% 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 | ||
| 553 | |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server" |Redirects to OpenOffice page|(% class="pass" %)|- |- | ||
| 554 | |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Select "Start server (connect)"; Click "Update" |Starts the server; Status should indicate started|(% class="pass" %)|- |- | ||
| 555 | |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Select "Stop server (disconnect)"; Click "Update" |Stops the server; Status should indicate stopped|(% class="pass" %)|- |- | ||
| 556 | |"OpenOffice Server"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Select "Restart server"; Click "Update" |Restarts the server; Status should indicate started|(% class="pass" %)|- |- | ||
| 557 | |||
| 558 | ==== Search ==== | ||
| 559 | |||
| 560 | (% style="width: 99%;" %) | ||
| 561 | |=(% 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 | ||
| 562 | |"Search"|Hover over "XWiki"; Click on "Administration"; Click on "OpenOffice Server"; Save the Page;|SearchConfig page should be created|(% class="pass" %)|-| - | ||
| 563 | |||
| 564 | == Comments/Attachments/History/Information Tabs == | ||
| 565 | |||
| 566 | // A blog post is used to test the tabs // | ||
| 567 | |||
| 568 | === Comments === | ||
| 569 | |||
| 570 | (% style="width: 99%;" %) | ||
| 571 | |=(% 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 | ||
| 572 | |"Comments" Cancel|Click on "Comments ()"; Write a comment; Click "Cancel" |Cancels the comment operation|(% class="pass" %)|- |- | ||
| 573 | |"Comments" Add|Click on "Comments ()"; Write a comment; Click "Add Comment" |Adds a comment; Comment should be visible in comment list|(% class="pass" %)|- |- | ||
| 574 | |"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" %)|- |- | ||
| 575 | |"Comments" Delete|Click on "Comments ()"; Write a comment; Click "Add Comment"; Click "X" |Deletes a comment; Comment should dissapear|(% class="pass" %)|- |- | ||
| 576 | |||
| 577 | === Attachments === | ||
| 578 | |||
| 579 | (% style="width: 99%;" %) | ||
| 580 | |=(% 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 | ||
| 581 | |"Attachments" Cancel|Click on "Attachments ()"; Browse for a document; Click "Cancel" |Cancels the attachment operation|(% class="pass" %)|- |- | ||
| 582 | |"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]] | ||
| 583 | |"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" %)|- |- | ||
| 584 | |||
| 585 | === History === | ||
| 586 | |||
| 587 | (% style="width: 99%;" %) | ||
| 588 | |=(% 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 | ||
| 589 | |"History"|Click on "History" |History tab visible|(% class="pass" %)|- |- | ||
| 590 | |"History"|Click on "History"; Click on a version |View the page at clicked version|(% class="pass" %)|- |- | ||
| 591 | |"History"|Click on "History"; Click "delete"; Click "Yes/No" |Delete version|(% class="pass" %)|- |- | ||
| 592 | |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits" |Shows the list of version including minor versions|(% class="pass" %)|- |- | ||
| 593 | |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Rollback" |Rolls back the document at desired version|(% class="pass" %)|- |- | ||
| 594 | |"Show Minor Edits"|Click on "History"; Click "Show Minor Edits"; Click "Delete"; Click "Yes/No"|Delete minor version|(% class="pass" %)|- |- | ||
| 595 | |"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" %)|- |- | ||
| 596 | |"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" %)|- |- | ||
| 597 | |"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" %)|- |- | ||
| 598 | |||
| 599 | === Information === | ||
| 600 | |||
| 601 | (% style="width: 99%;" %) | ||
| 602 | |=(% 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 | ||
| 603 | |"Information" functionality |Click on "Information" |Redirect to information panel|(% class="pass" %)|- |- | ||
| 604 | |||
| 605 | == User Profile == | ||
| 606 | |||
| 607 | (% style="width: 99%;" %) | ||
| 608 | |=(% 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 | ||
| 609 | |"Profile Page"|Click on "Profile"; Click "Switch to Advanced edit mode"; Click "Save & View"|Changes are saved||- |- | ||
| 610 | |"Profile Page"|Click on "Profile" ; Click "Switch to Simple edit mode"; Click "Save & View"|Changes are saved|(% class="pass" %)|- |- | ||
| 611 | |"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" %)|- |- | ||
| 612 | |"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" %)|- |- | ||
| 613 | |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & Continue" |Changes are saved|(% class="pass" %)||- | ||
| 614 | |"Modify your profile" |Click on "Profile"; Click "Modify your profile"; Change your profile; Click "Save & View" |Changes are saved|(% class="pass" %)|- |- | ||
| 615 | |"Modify your profile"|Click on "Profile"; Click "Modify your profile"; Click "Cancel" |Changes are discarded|(% class="pass" %)|- |- | ||
| 616 | |"Change Photo"|Click on "Profile"; Click "Change Photo"; Click "Cancel and return to profile" |Changes are discarded|(% class="pass" %)|- |- | ||
| 617 | |"Change Photo"|Click on "Profile"; Click "Change Photo"; Upload a new user photo; Click "Set this photo" |Changes are saved|(% class="pass" %)|- |- | ||
| 618 | |||
| 619 | == Blog == | ||
| 620 | |||
| 621 | === Create Post === | ||
| 622 | |||
| 623 | (% style="width: 99%;" %) | ||
| 624 | |=(% 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 | ||
| 625 | |"Create a new post" functionality |Click on "Blog"; Fill in the Post Title; Click on "Create" |Redirect to Edit page|(% class="pass" %)|- |- | ||
| 626 | |||
| 627 | ==== Edit Post ==== | ||
| 628 | |||
| 629 | (% style="width: 99%;" %) | ||
| 630 | |=(% 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 | ||
| 631 | |"Edit a post"|Click on "Blog"; Click on the pen to "Edit this blog post" |Redirect to Edit page|(% class="pass" %)|- |- | ||
| 632 | |||
| 633 | ==== Edit Title ==== | ||
| 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 | |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" %)|- |- | ||
| 638 | |||
| 639 | ==== Edit Summary ==== | ||
| 640 | |||
| 641 | (% style="width: 99%;" %) | ||
| 642 | |=(% 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 | ||
| 643 | |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" %)|- |- | ||
| 644 | |||
| 645 | ==== Category ==== | ||
| 646 | |||
| 647 | (% style="width: 99%;" %) | ||
| 648 | |=(% 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 | ||
| 649 | |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" %)|- |- | ||
| 650 | |"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" %)|- |- | ||
| 651 | |"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" %)|- |- | ||
| 652 | |"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" %)|- |- | ||
| 653 | |"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" %)|- |- | ||
| 654 | |||
| 655 | ==== Tags ==== | ||
| 656 | |||
| 657 | (% style="width: 99%;" %) | ||
| 658 | |=(% 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 | ||
| 659 | |"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" %)|- |- | ||
| 660 | |||
| 661 | ==== Hide article ==== | ||
| 662 | |||
| 663 | (% style="width: 99%;" %) | ||
| 664 | |=(% 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 | ||
| 665 | |"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" %)|- |- | ||
| 666 | |"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" %)|- |- | ||
| 667 | |"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" %)|- |- | ||
| 668 | |"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" %)|- |- | ||
| 669 | |||
| 670 | ==== Preview/Save/Cancel ==== | ||
| 671 | |||
| 672 | (% style="width: 99%;" %) | ||
| 673 | |=(% 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 | ||
| 674 | |"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" %)|- |- | ||
| 675 | |"Save & Continue"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & Continue" |Changes are saved|(% class="pass" %)|- |- | ||
| 676 | |"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" %)|- |- | ||
| 677 | |"Save & View"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Save & View" |Changes are saved|(% class="pass" %)|- |- | ||
| 678 | |"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" %)|- |- | ||
| 679 | |"Cancel"|Click on "Blog"; Click on the pen to "Edit this blog post"; Click "Cancel" |Discards changes|(% class="pass" %)|- |- | ||
| 680 | |"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" %)|- |- | ||
| 681 | |"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" %)|- |- | ||
| 682 | |"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" %)|- |- | ||
| 683 | |"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" %)|- |- | ||
| 684 | |||
| 685 | == Annotations == | ||
| 686 | |||
| 687 | //ToDO// | ||
| 688 | |||
| 689 | == objects & classes editing == | ||
| 690 | |||
| 691 | //ToDO ???// | ||
| 692 | |||
| 693 | == Color Themes == | ||
| 694 | |||
| 695 | (% style="width: 99%;" %) | ||
| 696 | |=(% 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 | ||
| 697 | |"Color Themes"|Click on "Color Themes"; Click the Default Theme |Redirect to Default Theme page|(% class="pass" %)|- |- | ||
| 698 | |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit" |Edit page of Theme|(% class="pass" %)|- |- | ||
| 699 | |Edit "Color Themes"|Click on "Color Themes"; Click the Default Theme; Click "Edit"; Click "Cancel" |Check button functionality|(% class="pass" %)|- |- | ||
| 700 | |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" %)|- |- | ||
| 701 | |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" %)|- |- | ||
| 702 | |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" %)|- |- | ||
| 703 | |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" %)|- |- | ||
| 704 | |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" %)|- |- | ||
| 705 | |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" %)|- |- | ||
| 706 | |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" %)|- |- | ||
| 707 | |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" %)|- |- | ||
| 708 | |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" %)|- |- | ||
| 709 | |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" %)|- |- | ||
| 710 | |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" %)|- |- | ||
| 711 | |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" %)|- |- | ||
| 712 | |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" %)|- |- | ||
| 713 | |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" %)|- |- | ||
| 714 | |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" %)|- |- | ||
| 715 | |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" %)|- |- | ||
| 716 | |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" %)|- |- | ||
| 717 | |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" %)|- |- | ||
| 718 | |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" %)|- |- | ||
| 719 | |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" %)|- |- | ||
| 720 | |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" %)|- |- | ||
| 721 | |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" %)|- |- | ||
| 722 | |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" %)|- |- | ||
| 723 | |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" %)|- |- | ||
| 724 | |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" %)|- |- | ||
| 725 | |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" %)|- |- | ||
| 726 | |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" %)|- |- | ||
| 727 | |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" %)|- |- | ||
| 728 | |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" %)|- |- | ||
| 729 | |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" %)|- |- | ||
| 730 | |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" %)|- |- | ||
| 731 | |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" %)|- |- | ||
| 732 | |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" %)|- |- | ||
| 733 | |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" %)|- |- | ||
| 734 | |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" %)|- |- | ||
| 735 | |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" %)|- |- | ||
| 736 | |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" %)|- |- | ||
| 737 | |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" %)|- |- | ||
| 738 | |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" %)|- |- | ||
| 739 | |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" %)|- |- | ||
| 740 | |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" %)|- |- | ||
| 741 | |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" %)|- |- | ||
| 742 | |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" %)|- |- | ||
| 743 | |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" %)|- |- | ||
| 744 | |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" %)|- |- | ||
| 745 | |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" %)|- |- | ||
| 746 | |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" %)|- |- | ||
| 747 | |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" %)|- |- | ||
| 748 | |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" %)|- |- | ||
| 749 | |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" %)|- |- | ||
| 750 | |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" %)|- |- | ||
| 751 | |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" %)|- |- | ||
| 752 | |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" %)|- |- | ||
| 753 | |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" %)|- |- | ||
| 754 | |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" %)|- |- | ||
| 755 | |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" %)|- |- | ||
| 756 | |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" %)|- |- | ||
| 757 | |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" %)|- |- | ||
| 758 | |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" %)|- |- | ||
| 759 | |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" %)|- |- | ||
| 760 | |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" %)|- |- | ||
| 761 | |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" %)|- |- | ||
| 762 | |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" %)|- |- | ||
| 763 | |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" %)|- |- | ||
| 764 | |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" %)|- |- | ||
| 765 | |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" %)|- |- | ||
| 766 | |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" %)|- |- | ||
| 767 | |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" %)|- |- | ||
| 768 | |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" %)|- |- | ||
| 769 | |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" %)|- |- | ||
| 770 | |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" %)|- |- | ||
| 771 | |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" %)|- |- | ||
| 772 | |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" %)|- |- | ||
| 773 | |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" %)|- |- | ||
| 774 | |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" %)|- |- | ||
| 775 | |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" %)|- |- | ||
| 776 | |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" %)|- |- | ||
| 777 | |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" %)|- |- | ||
| 778 | |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" %)|- |- | ||
| 779 | |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" %)|- |- | ||
| 780 | |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" %)|- |- | ||
| 781 | |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" %)|- |- | ||
| 782 | |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" %)|- |- | ||
| 783 | |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" %)|- |- | ||
| 784 | |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" %)|- |- | ||
| 785 | |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" %)|- |- | ||
| 786 | |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" %)|- |- | ||
| 787 | |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" %)|- |- | ||
| 788 | |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" %)|- |- | ||
| 789 | |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" %)|- |- | ||
| 790 | |Create "Color Themes"|Click on "Color Themes"; Click on create new theme;|Redirect to blank theme page|(% class="pass" %)|-|- | ||
| 791 | |||
| 792 | == Panels == | ||
| 793 | |||
| 794 | (% style="width: 99%;" %) | ||
| 795 | |=(% 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 | ||
| 796 | |"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" %)|- |- | ||
| 797 | |"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" %)|- |- | ||
| 798 | |"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" %)|- |- | ||
| 799 | |View Panel visual|Click on "Panels" from Spaces Macro on Main Page; Click on a panel |Redirect to Panel's page|(% class="pass" %)|- |- | ||
| 800 | |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" %)|- |- | ||
| 801 | |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" %)|- |- | ||
| 802 | |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" %)|- |- | ||
| 803 | |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" %)|- |- | ||
| 804 | |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" %)|- |- | ||
| 805 | |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" %)|- |- | ||
| 806 | |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" %)|- |- | ||
| 807 | |||
| 808 | == Space index == | ||
| 809 | |||
| 810 | (% style="width: 99%;" %) | ||
| 811 | |=(% 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 | ||
| 812 | |"See space index"|For a space click on "Space" then click the "Document Index" |Redirect to Document Index page|(% class="pass" %)|- |- | ||
| 813 | |Page "copy"|For a space click on "See space index"; Click "copy"; Fill in the fields; click "copy" |Redirect to Copy page|(% class="pass" %)|- |- | ||
| 814 | |Page "delete"|For a space click on "See space index"; Click "delete"; Click "Yes/No" |Redirect to confirmation page|(% class="pass" %)|- |- | ||
| 815 | |Page "rename"|For a space click on "See space index"; Click "rename"; Click "Cancel" |Redirect to Rename page|(% class="pass" %)|- |- | ||
| 816 | |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" %)|- |- | ||
| 817 | |age "rights"|For a space click on "See space index"; Click "rights" |Redirect to Rights page|(% class="pass" %)|- |- | ||
| 818 | |"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" %)|- |- | ||
| 819 | |"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" %)|- |- | ||
| 820 | |"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" %)|- |- | ||
| 821 | |"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" %)|- |- | ||
| 822 | |"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" %)|- |- | ||
| 823 | |"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" %)|- |- | ||
| 824 | |||
| 825 | == Spaces Macro (from Home Page) == | ||
| 826 | |||
| 827 | (% style="width: 99%;" %) | ||
| 828 | |=(% 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 | ||
| 829 | |"See space index"|For a space click on "See Space Index" button|Redirect to Space Index page|(% class="pass" %)|- |- | ||
| 830 | |"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" %)|- |- | ||
| 831 | |"Create a new space"|Click on "Create a new space" twice;|The field and button should appear/disappear|(% class="pass" %)|- |- |