Software Testing - 20241020 - 172949 - 0000
Software Testing - 20241020 - 172949 - 0000
Testing Methods
1. Static Testing
Advantages:
Early detection of defects reduces overall costs.
Disadvantages:
2. Dynamic Testing
Advantages:
Disadvantages:
Specification-Based Testing
Key Features
White Box Testing (or Clear Box Testing) involves examining the
internal structures or workings of an application. Testers have
access to the source code and can design test cases based on
internal logic and implementation.
Conclusion