Java Tutorial - Java Script : Testing

Java Tutorial - Java Script :

Testing


Testing is a critical component in any large-scale software-development project. Unfortunately, testing is often the first component to be tossed when a project starts to fall behind schedule. This always seems to haunt the project
team later in the life cycle. Reasons for abandoning testing seem to be that testing tools tend to be expensive, and quality assurance tends to be a separate concern from developing and delivering a final product. Open source products provide solutions here because they offer a means of placing affordable testing tools into the hands of the developers. This allows testing to work concurrently with development, ensuring a higher-quality product at the end of the development effort.