diff --git a/testplan/images/find.png b/testplan/images/find.png new file mode 100644 index 00000000..829d8939 Binary files /dev/null and b/testplan/images/find.png differ diff --git a/testplan/images/wordcount.png b/testplan/images/wordcount.png new file mode 100644 index 00000000..e97c40b6 Binary files /dev/null and b/testplan/images/wordcount.png differ diff --git a/testplan/observeFind.md b/testplan/observeFind.md new file mode 100644 index 00000000..03d1602c --- /dev/null +++ b/testplan/observeFind.md @@ -0,0 +1,45 @@ +###Test Plan for Ensuring File Tab displays correctly +Steps | Desired Results | Complete | Comments +--------------------------|--------------------------------------------|----------| -------- +Open Open Live Writer | | | +Live writer should be at home tab | | | +Post should be a new blank post | | | +Add a short post, include title and at least one paragraph | | +Click on Find (In editing section, top icon) | Observe the below image | | +Put in a word that does not occor in the post | Ensure that No Matches Found is displayed | | +Put in a word that occurs only one in the post | +Toggle all check boxes to off | Ensure that word is highlighted | | +Toggle on - Match whole word only | Ensure that the post and dialog box remains the same | | +Toggle off -Match whole word only | Ensure that the post and dialog box remains the same | | +Toggle on - Match case | Ensure that the post and dialog box remains the same | | +Toggle off - Match case | Ensure that the post and dialog box remains the same | | +Toggle on - Highlight all matches | Ensure that the post and dialog box remains the same | | +Toggle off - Highlight all matches | Ensure that the post and dialog box remains the same | | +Change search word case so that it does not match post | Ensure that No Matches Found is displayed | | +Toggle all check boxes to off | Ensure that word is highlighted | | +Toggle on - Match whole word only | Ensure that the post and dialog box remains the same | | +Toggle off -Match whole word only | Ensure that the post and dialog box remains the same| | +Toggle on - Match case | Ensure that No Matches Found is displayed | | +Toggle off - Match case | Ensure that word is highlighted | | +Toggle on - Highlight all matches | Ensure that the post and dialog box remains the same | | +Toggle off - Highlight all matches | Ensure that the post and dialog box remains the same | | +Put in a word that occurs more than once in the post | Ensure that all occurences are highlighted | | +Toggle all check boxes to off | Ensure that the first occurance of the word is highlighted | | +Toggle on - Match whole word only | Ensure that the post and dialog box remains the same | | +Toggle off -Match whole word only | Ensure that the post and dialog box remains the same| | +Toggle on - Match case | Ensure that the post and dialog box remains the same| | +Toggle off - Match case | Ensure that the post and dialog box remains the same| | +Toggle on - Highlight all matches | Ensure that all occurances are highlighted | | +Toggle off - Highlight all matches | Ensure that the first occurance is highlighted | | +Put in a word that contained inside at least one post word and by itself | | +Toggle all check boxes to off | Ensure that the first occurance of the word is highlighted even if it is inside another word in the post | | +Toggle on - Match whole word only | Ensure only whole words are highlighted | | +Toggle off -Match whole word only | Ensure that the first occurance is highlighted | | +Toggle on - Match case | Ensure that the post and dialog box remains the same| | +Toggle off - Match case | Ensure that the post and dialog box remains the same| | +Toggle on - Highlight all matches | Ensure that all occurances are highlighted | | +Toggle off - Highlight all matches | Ensure that the first occurance is highlighted | | +Toggle on both Match whole word only and Highlight all matches | Ensure only whole words are highlighted | | + + +![Find dialog box](images/find.png) \ No newline at end of file diff --git a/testplan/observeWordCount.md b/testplan/observeWordCount.md new file mode 100644 index 00000000..e360dba7 --- /dev/null +++ b/testplan/observeWordCount.md @@ -0,0 +1,16 @@ +###Test Plan for Ensuring File Tab displays correctly +Steps | Desired Results | Complete | Comments +--------------------------|--------------------------------------------|----------| -------- +Open Open Live Writer | | | +Live writer should be at home tab | | | +Post should be a new blank post | | | +Click on Word Count (In editing section, top icon) | Observe the below image, with 0 counts | | +Add title to blog post | | | +Click on Word Count (In editing section, top icon) | Observe the below image, with 0 counts | | +Add one word to blog post | | | +Click on Word Count (In editing section, top icon) | Ensure word counts are correct | | +Add paragraph to blog post | | | +Add one word to blog post | | | +Click on Word Count (In editing section, top icon) | Ensure word counts are correct | | + +![Word Count dialog box](images/wordcount.png) \ No newline at end of file