Merge remote-tracking branch 'refs/remotes/origin/PostTagsDialogBox' into KWTestPlanAdditions
This commit is contained in:
commit
d0ad03b439
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
@ -0,0 +1,65 @@
|
|||
###Test Plan for Ensuring Add/Edit Tag Provider box works correctly
|
||||
Steps | Desired Results | Complete | Comments
|
||||
--------------------------|--------------------------------------------|----------| --------
|
||||
Open Live Writer | | |
|
||||
Click on Insert | | |
|
||||
Click on Post Tags | | |
|
||||
Select (Customize Providers) from Provider drop down | Ensure Tag Options dialog box opens | |
|
||||
Select a Provider | | |
|
||||
Click on Remove | Ensure provider is removed | |
|
||||
Click on Close | Ensure dialog box closes | |
|
||||
| Insert Tags dialog box appears | |
|
||||
Click on Providers | Ensure that provider was deleted | |
|
||||
Click on Restore Defaults | Ensure that providers are restored | |
|
||||
Click on Close | Ensure dialog box closes | |
|
||||
| Insert Tags dialog box appears | |
|
||||
Click on Providers | Ensure default providers exist | |
|
||||
Select (Customize Providers) from Provider drop down | Ensure Tag Options dialog box opens | |
|
||||
Click Add | Ensure Create New Tag Provider dialog box appears | |
|
||||
Add Provider name: | Ensure provider name appears in each appropriate field | |
|
||||
| Ensure HTML preview changes | |
|
||||
Click OK | | |
|
||||
Click Close (Tag Options) | | |
|
||||
Add tag | | |
|
||||
Click Insert | | |
|
||||
Click Source (on bottom) | Ensure that html was rendered correctly | |
|
||||
Click on Post Tags | | |
|
||||
Select (Customize Providers) from Provider drop down | Ensure Tag Options dialog box opens | |
|
||||
Click Edit | | Ensure Edit *provider* dialog box appears
|
||||
Change Provider name: | Ensure provider name appears in each appropriate field | |
|
||||
| Ensure HTML preview changes | |
|
||||
Click OK | | |
|
||||
Click Close (Tag Options) | | |
|
||||
Add tag | | |
|
||||
Click Insert | | |
|
||||
Click Source (on bottom) | Ensure that html was rendered correctly | |
|
||||
Click on Post Tags | | |
|
||||
Select (Customize Providers) from Provider drop down | Ensure Tag Options dialog box opens | |
|
||||
Click Edit | | Ensure Edit *provider* dialog box appears
|
||||
Change HTML template: | Ensure template changes | |
|
||||
| Ensure HTML preview changes
|
||||
Click OK | | |
|
||||
Click Close (Tag Options) | | |
|
||||
Add tag | | |
|
||||
Click Insert | | |
|
||||
Click Source (on bottom) | Ensure that html was rendered correctly | |
|
||||
Click on Post Tags | | |
|
||||
Click Edit | | Ensure Edit *provider* dialog box appears
|
||||
Change Seperate the HTML field : | Ensure HTML preview changes | |
|
||||
Click OK | | |
|
||||
Click Close (Tag Options) | | |
|
||||
Add tag | | |
|
||||
Click Insert | | |
|
||||
Click Source (on bottom) | Ensure that html was rendered correctly | |
|
||||
Click on Post Tags | | |
|
||||
Click Edit | | Ensure Edit *provider* dialog box appears
|
||||
Change HTML caption for tab list: | Ensure HTML preview changes | |
|
||||
Click OK | | |
|
||||
Click Close (Tag Options) | | |
|
||||
Add tag | | |
|
||||
Click Insert | | |
|
||||
Click Source (on bottom) | Ensure that html was rendered correctly | |
|
||||
Click on Post Tags | | |
|
||||
|
||||
![Tag Options dialog box](images/tagOptionsdialog.png)
|
||||
![Tag Provider Add or Edd dialog box](images/editaddtagproviderdialog.png)
|
|
@ -0,0 +1,26 @@
|
|||
###Test Plan for Ensuring Insert Tags dialog box works correctly
|
||||
Steps | Desired Results | Complete | Comments
|
||||
--------------------------|--------------------------------------------|----------| --------
|
||||
Open Live Writer | | |
|
||||
Click on Insert | | |
|
||||
Click on Post Tags | Ensure that Insert Tags dialog box matches image below | |
|
||||
Enter tags | Ensure tags display properly | |
|
||||
Click on Insert | Ensure that tags are inserted and displayed as below | |
|
||||
Click on Post Tags | Ensure that Insert Tags dialog box matches image below | |
|
||||
Click on drop box and select another provider | Ensure that dialog box displays correctly | |
|
||||
Enter tags | Ensure tags display properly
|
||||
Click on Insert | Ensure that tags are inserted and displayed appropriately | |
|
||||
Click on Insert | | |
|
||||
Click on Post Tags | Ensure that Insert Tags dialog box displays as first image | |
|
||||
Click on Tag Provider | Ensure that Provider is updated appropriately | |
|
||||
Click on Insert | Ensure that Provider is updated appropriately | |
|
||||
Click on Tag hyperlink | Ensure that Tags displays on the right appropriately (see second image) | |
|
||||
Click off Tag hyperlink |Ensure that Tags box on side disappears | |
|
||||
Click on Post Tags | Ensure that Insert Tag dialog box displays as first image | |
|
||||
Click on Tab Provider | | |
|
||||
Scroll to Customize Provider | Ensure that Tag Options dialog box is displayed | |
|
||||
Click Close | Dialog box closes
|
||||
Click Cancel | Insert Tags dialog box closes
|
||||
|
||||
![Insert tags dialog box](images/insertTags.png)
|
||||
![Insert tags post](images/insertTagsPost.png)
|
|
@ -0,0 +1,16 @@
|
|||
###Test Plan for Ensuring Tags Options box works correctly
|
||||
Steps | Desired Results | Complete | Comments
|
||||
--------------------------|--------------------------------------------|----------| --------
|
||||
Open Live Writer | | |
|
||||
Click on Insert | | |
|
||||
Click on Post Tags | | |
|
||||
Select (Customize Providers) | Ensure Tag Options | |
|
||||
Select a Tag provider : |
|
||||
Click on Remove : Ensure that provder is no longer in the list | |
|
||||
Click Close : Ensure box closes and Insert Tags dialog box opens | |
|
||||
| Ensure that provider is not in the Insert Tags Provider drop down list | |
|
||||
Select (Customize Providers) | Ensure Tag Options | |
|
||||
Click Restore Default | Ensure that all providers are in the list|
|
||||
Click Close | Ensure that all default providers is not in the Insert Tags Provider drop down list | |
|
||||
|
||||
![Tag Options dialog box](images/tagOptionsdialog.png)
|
Loading…
Reference in New Issue