Software Quality Assurance: Strategies, Testing, and Design
Classified in Computers
Written on in
English with a size of 16.47 KB
Strategic Approach: Begins with technical reviews to identify errors early. Moves from component-level (unit testing) to system-level integration. Different strategies suit conventional software, object-oriented software, and web applications.
Strategies for Different Systems
- Conventional Software: Focus on module testing and integration.
- Object-Oriented Software: Emphasis shifts to classes, attributes, and their collaborations.
- Web Applications: Covers usability, interface, security, and environmental compatibility.
Key Strategic Issues: Define requirements quantitatively before testing. Develop robust software with self-testing capabilities. Use iterative testing cycles to refine quality. Employ independent testers alongside developers.
Regression
... Continue reading "Software Quality Assurance: Strategies, Testing, and Design" »