Software testing, as a key technique to ensure software quanlity and reliability, has gained more and more attention each day. Software testing is the final re-examing for SRS, Design Specifications and coding before the software's release. It is the vital step to ensure the software quanlity.
Software testing is a process of executing codings just to find defects/bugs in a software. It expands over 2 stages of a software's development life cycle: usually a necessary testing right after each module is finished(called Unit Test). Coding and Unit Testing belong to the same stage of a software's development life cycle. Various other overall testings are needed on a software system after this period. This is another independent stage in a software's development life cycle, called testing stage. But how to test, how to improve tests' quanlity and efficiency to ensure a software product's quanlity and reliablity, are still questions that pussling many people. This article, based on my one-year research and practice in software testing area, coupled with complete system testing on an enterprise information system, will simply introduce the basic process of software testing, as well as some commonly used technical skills, testing methodologies and guidelines. It also introduces two very unique and typical software testing support tools.作者: 紫梦 时间: 2006-6-1 10:23
非常感谢楼上这位仁兄作者: szhu 时间: 2006-6-1 15:03
仁姐, 非仁兄。sdlkfj6
Some of the technical terms may not be proper. You can refer to the other post(translated by sunming) that you posted.