A strategy for software testing integrates software test case design methods into a well - planned series of steps that result in the successful construction of software.
Common Characteristics of Software Testing methods are
-Testing starts at module level and works outward towards the integration of the whole system.
-Different testing methods are appropriate at different points in time.
-Testing is conducted by the developer of the software and for large projects by an independent test group.
-Testing and debugging are dissimilar activities, but debugging must be accommodated in any testing strategy.