Microsoft Interview Question for Software Engineer in Tests






Comment hidden because of low score. Click to expand.
0
of 0 vote

Test cases:

1) Functional tests - hit backspace, make sure char/digit/special char etc is deleted.
2) Hit backspace, close the doc, without saving, open the doc -> digit/char should still be there
3) Hit backspace, close the doc, save this time, open the doc -> char/digit gone.
4) Hit backspace, hit CTRL-Z
5) continue hitting backspace, till you delete everything and save. Now hit backspace 1 more time.
6) Hit backspace and make sure it works on spaces too.
7) Hit backspace on 1st position of the doc
8) Hit backspace on the beginning of a string and make sure it moves the string to the previous line.
9) Hit backspace in the middle of the string & make sure it deletes the chars in front of it & moves the trailing chars to the previous line.
10) hit backspace for different Object types - Image
11) Hit backspace within columns/rows - table.
12) hit backspace for different Sizes of chars, different fonts, bold letters, italics etc.
13) Test for characters of different language.

- st April 21, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Don't mind but a lot of ur test cases are not testing backspace.

- uv June 23, 2011 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

"At each stroke of backspace how many bytes of data are deleted?" - I did not understand this question. What does he mean by bytes of data? It totally depends upon that data.
Please explain to me somebody.

- TestDoc June 14, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

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.

- Anonymous August 07, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

1. Select the word by double click and then press backspace
2. Select the line and then press backspace.

- Anonymous January 24, 2014 | Flag


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More