sumit4u
Answered On : Jul 6th, 2006
Click File-Save (should open a window and should ask you the file name and path as well)
Check for .extension like it should be .txt only
Check for short-key like (Ctrl+S) and ask for same option as above (should open an window and should ask you the file name and path as well)
Save as (should open the same window with same file name path)
If you change that file name and path in that window then it should accept.
If you dont give any name in it then data should not be saved.
Should accept all alph-numeric, space and special characters.
Login to rate this answer.
All the above cases comes under functional testing. All performance related activities can be tested with huge amount of data for a notepad
Performance:
Add huge amount of data the file and test the time taken for saving the file.
Load:
Keep on adding huge and save every time you add data, and test how much data a notepad can save..
Stress:
If you add enormous amount of data (say 100 MB data), notepad fails to save the data.
Add huge data till notepad fails to save the data and test at what point notepad fails to save the data.

2 Users have rated as useful.
Login to rate this answer.
ravikanth
Answered On : Jul 7th, 2006
Hi, Thanks Rajesh. Nice answer.
Login to rate this answer.
uday
Answered On : Jul 11th, 2006
good test cases very usefull us
Login to rate this answer.
sri
Answered On : Jul 19th, 2006
good answer and very usefull to me ,
thanks.
Login to rate this answer.
xx
Answered On : Jul 25th, 2006
thanks a lot guys, very helpful
Login to rate this answer.
Raj
Answered On : Aug 7th, 2006
Thanks was very useful
Login to rate this answer.
In addtion to your conditions we can add one more
1) After the saveas commmand the currently saved file shoulbe activated.older file should be remain unchanged.

1 User has rated as useful.
Login to rate this answer.
Prav
Answered On : Sep 6th, 2006
Good answers guys. Thanks.
Login to rate this answer.
kumar
Answered On : Oct 18th, 2006
thankx
Login to rate this answer.
suba
Answered On : Nov 6th, 2006
I need to know how to write a test case for the product.basic testing for begineers to understand . How many type of testing is there? Which one is basic testing for beineers? pls explain details with example
Login to rate this answer.
Madhu
Answered On : Dec 2nd, 2006
Thanks for the appropriate answer but Rajesh can you give us some idea about the UI?
Login to rate this answer.
Dinesh
Answered On : Dec 11th, 2006
1. Set a network path, and try to save the file in some other system (into a folder which has only read permission) - save operation should fail, notepad should not crash.
2. Set a network path, and try to save the file in some other system (into a folder which has only read&Write permission) - save operation should be successful.
Login to rate this answer.
Rohini
Answered On : Feb 1st, 2007
I would like to add one more
Close Notepad application. Save dialog asking do you want to save changes should be shown.
Login to rate this answer.