Software Testing Report: Analysis of Testing Techniques and Results
VerifiedAdded on  2019/09/21
|2
|527
|57
Report
AI Summary
This report presents an analysis of various software testing techniques, including structural testing, error guessing, and boundary value analysis. The report evaluates the effectiveness of these techniques based on their application and the results obtained. Structural testing, while intended to provide full code coverage, was found to be less effective in identifying defects in this specific case, particularly with regards to edge cases and the limitations of the technique when the source code is not available. Error guessing, however, proved to be more successful in identifying flaws related to program requirements and documentation, emphasizing the value of human intuition. Finally, Boundary Value Analysis demonstrated a high error-finding capacity, and was successful in identifying a new defect, making it a highly recommended technique for any test suite. The report concludes with a discussion of the relative strengths and weaknesses of each technique, and provides suggestions for their application in future testing scenarios.
1 out of 2