How Do You Test Your Software ?

Posted by Kubi on Programmers See other posts from Programmers or by Kubi
Published on 2011-01-11T06:59:22Z Indexed on 2011/01/13 3:59 UTC
Read the original article Hit count: 218

Filed under:

I'm currently working on 2 software projects:

  1. A Social Networking Web Site for an NGO
  2. A Patient Management System for a hospital

Although I've been programming for 5 years, I can't just say that I'm very good at testing or Test Driven Designing an application.

How would you arrange your Software Testing before coding phase, during coding and after you finished the coding phase for

  • a. providing stakeholders with information about the quality of the product or service under test.
  • b. providing an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation.

and how do you understand that your program/application/product

  • c. meets the business and technical requirements that guided its design and development
  • d. works as expected

p.s. please feel free to edit the question since my english is not very powerful.

© Programmers or respective owner

Related posts about testing