Added test plans and started organizing

Moved install test plans into their own folder and added Web Proxy
dialog
This commit is contained in:
Kathleen Weaver 2016-01-05 20:57:20 -06:00
parent 9b75ff669c
commit 7592f373a1
4 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,24 @@
###Test Plan for Ensuring Web Proxy tab works correctly
Steps | Desired Results | Complete | Comments
--------------------------|--------------------------------------------|----------| --------
Open Open Live Writer | | |
Click on File | | |
Click on Options | | |
Click on Web Proxy | Ensure Web Proxy dialog box matches below | |
Toggle checkbox to off | Ensure text block is grayed out | |
Toggle checkbox to on | Ensure settings boxes are white and available for editing | |
Enter at least one setting | | |
Click Cancel | | |
Click File | | |
Click Options | | |
Click Web Proxy | Changes should not have been retained | | |
Enter all settings | | |
Click Apply | Ensure that changes were made | |
Click OK | Options dialog box closes | |
Click File | | |
Click Options | | |
Click Web Proxy | Changes should have been retained | |
Note: Currently no error checking is done, this only saves what the user put in.
![Web Proxy Dialog Box](images/webProxyDialogBox.png)