Write down test cases for Notepad to "Save/Save as" a file. Write down Functional, UI, Performance, Load, Stress Test cases - scenario in "Save/Save as".

Questions by ravikaanthe

Showing Answers 1 - 14 of 14 Answers

sumit4u

  • 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.

  Was this answer useful?  Yes

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.

ravikanth

  • Jul 7th, 2006
 

Hi, Thanks Rajesh. Nice answer.

  Was this answer useful?  Yes

uday

  • Jul 11th, 2006
 

good test cases very usefull us

  Was this answer useful?  Yes

sri

  • Jul 19th, 2006
 

good answer and very usefull to me ,

thanks.

  Was this answer useful?  Yes

xx

  • Jul 25th, 2006
 

thanks a lot guys, very helpful

  Was this answer useful?  Yes

Raj

  • Aug 7th, 2006
 

Thanks was very useful

  Was this answer useful?  Yes

Prav

  • Sep 6th, 2006
 

Good answers guys. Thanks.

  Was this answer useful?  Yes

kumar

  • Oct 18th, 2006
 

thankx

  Was this answer useful?  Yes

suba

  • 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

  Was this answer useful?  Yes

Madhu

  • Dec 2nd, 2006
 

Thanks for the appropriate answer but Rajesh can you give us some idea about the UI?

  Was this answer useful?  Yes

Dinesh

  • 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.

  Was this answer useful?  Yes

Rohini

  • 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.

  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