This document provides an overview of fundamentals of software testing. It discusses why testing is needed due to human errors in development that can introduce defects. It defines software testing as evaluating a system or component against requirements or to identify defects. The document outlines the typical test process, including planning, analysis, implementation, execution and reporting. It also discusses testing principles such as how testing can find defects but not prove their absence and how test cases need regular revision to avoid becoming outdated.