Friday, August 7, 2009

Software Testing

What is Software Testing?

In general, testing is finding out how well something works. In terms of human beings, testing tells what level of knowledge or skill has been acquired. In computer hardware and software development, testing is used at key checkpoints in the overall process to determine whether objectives are being met. For example, in software development, product objectives are sometimes tested by product user representatives. When the design is complete, coding follows and the finished code is then tested at the unit or module level by each programmer; at the component level by the group of programmers involved; and at the system level when all components are combined together. At early or late stages, a product or service may also be tested for usability. 

At the system level, the manufacturer or independent reviewer may subject a product or service to one or more performance tests, possibly using one or more benchmarks. Whether viewed as a product or a service or both, a Web site can also be tested in various ways - by observing user experiences, by asking questions of users, by timing the flow through specific usage scenarios, and by comparing it with other sites.

The answer to the primary role of software testing is two fold:

  • Determine whether the system meets specifications (Producer View), and

  • Determine whether the system meets business and user needs (Customer View)

Testing encompasses three concepts:

  1. The demonstration of the validity of the software at each stage in the system development life cycle.

  2. Determination of the validity of the final system with respect to user needs and requirements.

  3. Examination of the behavior of a system by executing the system on sample test data.




2 comments: