Interview Questions

Write test cases for backspace functionality for MS WORD

Microsoft Interview Questions and Answers


(Continued from previous question...)

101. Write test cases for backspace functionality for MS WORD

Question:
Write test cases for backspace functionality for MS WORD. At each stroke of backspace how many bytes of data are deleted?


maybe an answer:


Test BackSpace in MSWORD :
1. Type a character press backspace char should be deleted
2. Try for all the different type of chars. Test for all unicode strings in diff languages
3. Type character change its font style(Times roman, calibri) press backspace
4. Try italics, bold, different colors, Capital letters
5. keep on pressing backspaces one by one char should keep on deleteing. try deleting very large text one by one
6. constantly press backspace do not leave it - it should continue to delete
7. pressing backspace at the start of line should take it to end of above line 8. pressing backspace at the top of page should take to prev above page and the last page should get deleted.
9. keep on putting lot of spces and then start using backspace the cursor should move
10. backapce , Ctrl+z, backspace
11. Press tab tab and then press backspace
12. Put some clipart or a diag on word. point the cursor to the end of diag and then press backspace
13. press bs on the top of the first page of MS word. The cursor should not go anywhere.
14. Try backspace on the text or paragraph which has numberings or formatting. 15. On the empty doc first start putting lot of enters then start pressing backspaces - check cursor should keep on moving up.
16. Try using backspaces on the paragraph which has different type of line spacing and indentation.
17. try using backspaces on hyperlinks.
18. try using backspaces in case of tables present in the word doc.
19. Change left, right, top and down margins on the word doc and then test backspace.

(Continued on next question...)

Other Interview Questions