Tuesday, January 20, 2009

Test Cases For MS Word

Write test cases for copy & paste in MS Word

For negative testing of copy n paste we check for all other commands of the package, like-

1)Pressing copy on selected content - it should not bold / italic etc.
2)on pressing highlighted content should not cut.

For positive testing of copy we can design test cases like –
1) It should be dehighlited if no content is selected.
2) Copy icon and command should be highlighted just after selecting any content.
3) Without any selection when we press hot key “ctrl+c” it should display clipboard.
4) It should copy again n again to different selections and store it on the clipboard.
5) It should copy content with their formats.

For Paste-
1) paste icon and command should be dehilighted at beginning.
2) It should highlited just after copy something.
3) It should paste same content with their styles when we use hot key/ command/ icon.
4) It should paste n time, same content(last copied content).
5) It should paste copied content from clipboard as per our selection from clipboard.

No comments:

Post a Comment