What are the test cases for the save functionality in notepad ? what are the test cases for the save dialog box in notepad? what external factors can cause notepad to fail ? how would you test the content in notepad ?(Microsoft interview question)

Showing Answers 1 - 7 of 7 Answers

ssunisfaq

  • Aug 19th, 2006
 

Test cases for save functionality:

1. verify save as dialog box appears when user clicks on save option from File menu.

2. verify File name textbox is in enable state.

3. verify whether user gives the file name in File name textbox.

 4. verify  save button is in enable state.

5. when user enters the file name and clicks on Save button then save as dialog box closes and user navigates back to noatpad window.

6. verify Cancel button is in enable state.

7.when user  clicks on Cancel button then user navigates back to noatpad window.

  Was this answer useful?  Yes

pallavi

  • Feb 22nd, 2007
 

 

This is a tricky question
Note pad has a special functionality: whatever the extension we give while saving the file, the file will get saved as per extension
If we give ABC.Doc--Word Doc file appear in the saved location, not the text file
The extension may include .exe, .html.xml, .zip, .jpg etc

So this scenario must include in the test cases while testing Save functionality!

Pallavi

  Was this answer useful?  Yes

Test Case for  Notepad


Positive:
1.Check whether when you right click in desktop popup displays
2.Check whether it that it displays a new option
3.Check whether in that it displays text document
4.Check whether when you select test document it displays a test document in the desktop
5.Check when you selct the test document it opens the notepad
6.Check whether you can ableto type something on the notepad
7.Check if you select filemenu it displays all the option in the file menu
8.Check whether if you select save as it asks for name if you type the file is saved
9.Check whether if you still want to type you can type and atlast you select File and select save option to save the existing

Negative:
1.Check whether if you rightclick in desktop it fails to display the popup kindly restart the system
2.Check whether when you rightclick in desktop if popup fails to displays selectstart-programs-accessories-notepad
3.Check whether you can able to type something on the notepad otherwise reload the notepad
4.Check if you select file menu it displays all the option in the file menu if it fails to display all the option kindly restart or reinstall the system
5.Check whether if you select only save it saves the file with autogenerated name
6.Check whether if you close the notepad it asks for save if you select no it is not saved


content in notepad

1.Check whether all the menu in the standard toolbarans check all the options are there
2.Check all the optionsby selecting and knowing how far it is working

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions