Merge remote-tracking branch 'refs/remotes/origin/kwObservseInsertHyperlink'

This commit is contained in:
Kathleen Weaver 2015-12-30 16:55:06 -06:00
commit 606ddb66f9
6 changed files with 126 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,34 @@
###Test Plan for Ensuring that OpenLiveWriter opens correctly
Steps | Desired Results | Complete | Comments
----------------------|--------------------------------|----------| --------
OpenLiveWriter opens | | |
Click on Blog Account Tab | Compare results to below image | |
Check the following are present | Blog Options | |
| *Shortcuts* | |
May have to use dropdown to see | View Site | |
| Manage Site | |
| List Comments | |
| Edit design | |
| *Theme* | |
| Blog Theme | |
| Update Theme | |
Hover on Blog Options | Message describing action appears | |
Click on Blog Options | Blog Options Dialog box appears | |
Hover on View site | Nothing | |
Click on View Site | Browser optens to site default page | |
Hover on View site | Nothing | |
Click on Manage Site | Browser opens to site dashboard page | |
Hover on List Comments | Nothing | |
Click on List Comments | Browser opens to site comments page | |
Hover on Edit Design | Nothing | |
Click on Edit Design | Browser opens to site design page | |
Hover on Blog Theme | Message describing action appears | |
Click on Blog Theme | Blog Theme is toggled -- either applies theme to page or default editor | |
| If blog theme is applied,icon is surrounded by blue box | |
Hover on Update Theme | Message describing action appears | |
Click on Update Theme | Downloading Blog Theme dialog box appears | |
| Progress bar and dialog changes as blog theme is downloaded
![Blog Account Tab](images/blogAccountTab.png)

View File

@ -0,0 +1,40 @@
###Test Plan for Ensuring File Tab displays correctly
Steps | Desired Results | Complete | Comments
--------------------------|--------------------------------------------|----------| --------
Open Live Writer | Open Live Writer Opens at Home Tab with last blog used selected in Publish area | |
**Clipboard** | | |
Hover on Clipboard | Nothing happens | |
Click on Clipboard | Nothing happens | |
Clipboard is empty | Paste is greyed out | |
**Paste** | | |
Hover on Paste | Display message on paste | |
Click on Paste | Displays box allowing user to select paste or paste special | |
Click on Paste then Paste | Places contents of the clipboard where the cursor is | |
| If text is in the clipboard, text is inserted, if image is in the clipboard, then image is inserted | |
Click on Paste then Paste special - image is in clipboard | Error message about using text is displayed | |
Click on Paste then Paste special - text is in clipboard | Paste Special dialog box is displayed | |
Paste text from clipboard at cursor (greyed out in nothing in clipboard) | |
**Cut** | | |
No text selected | Cut is greyed out | |
Hover on Cut | Displays message on cut | |
Click on Cut | Selected content is copied to clipboard and deleted | |
**Copy** | | |
No text selected | Copy is greyed out | |
Hover on Copy | Displays message on copy | |
Click on Copy | Selected content is copied to clipboard | |
**Publish** | | |
Hover over Publish Icon | Displays message on Publish | |
Click on Publish Icon | If password is not saved, sign-in dialog box is displayed | |
| If title is not present, title reminder dialog box is displayed | |
| Once all conditions are satisfied, publish dialog box is displayed | |
| Blog is published | | |
Blog account | Last account is displayed with down arrow if multiple blogs | |
Hover over Blog Account | Displays message on Blog Account | |
Click on Blog Account | List of blog accounts is displayed and can be chosen | |
Hover over Publish Draft Icon | Displays message on Publish | |
Click on Publish Draft Icon | If password is not saved, sign-in dialog box is displayed | |
| If title is not present, title reminder dialog box is displayed | |
| Once all conditions are satisfied, publish dialog box is displayed | |
| Blog is published in draft status | | |

View File

@ -0,0 +1,52 @@
###Test Plan for Ensuring Interst Tab displays correctly
Steps | Desired Results | Complete | Comments
--------------------------|--------------------------------------------|----------| --------
Open Live Writer | | |
**Interact with dialog box and then hit cancel** | |
Navigate to Insert Hyperlink | | |
Click on Hyperlink on Home Tab | | |
Observe the Insert Hyperlink dialog box and insure it matches the below image: | |
Observe Web Address Behavior | As user types, history choices are shown | |
Hover over Link To: | Display explaintory message | |
Click on Link To: | Display choices: Previous Post or Autolink Entry | |
Click on Previous Post | Link to Post dialog box is displayed | |
Observe Text to be Displayed behavior | User can type in Text | |
Observe checkbox Open link in new window | User can select or unselect | |
Observe checkbox Automatically link to this text | User can select or unselect | |
Click on Cancel | Any changes made are discarded | |
**Interact with dialog box and then hit insert** | |
Navigate to Insert Hyperlink | | |
Click on Hyperlink on Home Tab | | |
Enter a valid web address | | |
Click on Insert | Observe that a val hyperlink has been created | |
Click on Hyperlink on Home Tab | | |
Enter a valid web address | | |
Enter text to be displayed | | |
Click on Insert | Observe that a correct hyperlink has been created | |
Click on Hyperlink on Home Tab | | |
Enter a valid web address | | |
Enter text to be displayed | | |
Check box on Open Link in Other Window | | |
Click on Insert | Observe that a correct hyperlink has been created | |
Click on Hyperlink on Home Tab | | |
Enter a valid web address | | |
Enter text to be displayed | | |
Check box on Automatically link to this text | | |
Click on Insert | Observe that a correct hyperlink has been created | |
Click on Hyperlink on Home Tab | | |
Enter a valid web address | | |
Enter text to be displayed | | |
Check box on Open Link in Other Window | | |
Check box on Automatically link to this text | | |
Click on Insert | Observe that a correct hyperlink has been created | |
*Advanced*
Click on Hyperlink on Home Tab | | |
Click on Advanced | Diaglog box expands - ensure matches second image | |
Enter a valid web address | | |
Enter text to be displayed | | |
Enter text for Title: | | |
Enter text for Rel: | | |
Click on Insert | Observe that a correct hyperlink has been created | |
![Insert Hyperlink Dialog Box](images/insertHyperlinkDialogBox.png)
![Insert Hyperlink Dialog Box Advanced ](images/insertHyperlinkDialogBoxAdvanced.png)