Software Testing. Testing notepad editor?


Question:
How would you perform software testing on an application such as notepad.
What kind of test would you carry out? Be as creative as possible.

Answer:
Since you are not provinding much info on what to test, I will provide a sample scenario:

Suppose the Copy option that is available in edit|copy menu will be enhanced so that users can do multiple copies of text one after another like copying some paragraph from word then some other paragraph from wordpad and so on so that when you do a paste in notepad all of the copied paragraphs are pasted in the same sequence you did the copy.

I would perform a BASELINING of the application this is documenting how the application is working before a change takes place (code modification, data modification, etc) it will later be used when running REGRESSION test cases.

After the change I would perform an INTEGRATION test to check if the application is working as its supposed to(with the multiple copy functionality).

After all integration test cases have passed (If they did not pass, the problem should be corrected after the next test phase) I would run the REGRESSION test cases, in this phase I am checking that I am getting the same results as when i did the BASELINING, this is to ensure that no other portions of the application got affected by the change (other menus like file, help, etc should work the same as before)

I can even do a performance test to check how far can the "copy" go, if my requirements say the application can copy up to 9999999999999999 words then I will test that, if it can only copy 99999999 words then the performance test is failing.


Hope it helps
More Questions & Answers...
  • What is the analysis and interpretation in Business Statistics?
  • The notion of resources are scarce - it's just an illusion ?
  • What is the pay for a project management trainee in chennai?
  • Does YANGWHA Human Resources Corp. exist in Cebu?
  • Where can i get journals of eletrical engineering safety?
  • Trying to apply for a job as Human Resource Specialist they asked me how my job now relates to it?
  • Stress management homework?
  • Plz help me in finding out , which one is better in software testing certification, CSTP or ISTQB?
  • The questions and answers post by the user, for information only, AnswersRoom.com does not guarantee the right
    Copyright © 2007 AnswersRoom.com -   Terms of Use -   Contact us

    Hot Topic