Friday 9 October 2015

Test Case For copy and paste in MS word

Test Case For copy and paste in MS word

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

* Pressing copy on selected content - it should not bold / italic etc.

* on pressing highlighted content should not cut.

For positive testing of copy we can design test cases like –

1) It should be de highlited 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 de highlighted at beginning.
2) It should highlighted 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: