1.1 Softw are Test Plan (STP) 1.2 Table of Contents • 1.0 Introduction o 1.1 Purpose of Document o 1.2 Scope of Product o 1.3 Definitions, Acronyms, and Abbreviations o 1.4 References o 1.5 Overview of Rest of Document • 2.0 Test Items o 2.1 Requirements to be tested o 2.2 Requirements not tested • 3.0 Approach • 4.0 Test Cases o Test Case 1 1.0 INTRODUCTION 1.1 Purpose of Document The purpose of the Software Test Plan (STP) is to test the functionality and make sure that the requirements stated in the Software Requirement Specification are fulfilled. These requirements are listed under Section 3.1 of Software Requirement Specification. 1.2 Scope The Comment Counter is a freeware 32-bit Windows 98 application that allows its users to derive various statistics from an analysis of their source code. Our product will parse any source code file or files that the user specifies (for the standard version, this will be any C or C++ files, and for the professional version, this will be any Java, VB, or HTML files, in addition to the C and C++ files), and will display the number of bytes of comments that the file or files contain, the total number of bytes in the file or files, and the percentage of bytes of comments out of the total number of bytes in the file or files. The Comment Counter will display a real-time running count of these statistics as the file or files are being read, and it will allow the user to create an HTML-based report based on these statistics. These are the individual team members responsibility: • Handy Firmansjah - Project Lead Engineer, Product Information Engineer, Tester. • Eric Simons - C++ Developer, Product Information Engineer. • Tony Chen - C...