Automated Code Testing Automated Code Testing

Sam Lukins
Abstract:Software testing is the process of verifying that a software application meets expected requirements and is free of defects. When software tools are used to test a software application and verify the results without manual human intervention, it is known as automated testing. To better understand the field of software testing, we wrote a series of automated tests for our group’s senior design project, following recommended guidelines for software test development. We then observed the results of our testing and the perceived benefits of using automated tests.
Computer Science
What problem does this paper attempt to address?