
- Software Testing Dictionary
- Home
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Logic Coverage
What is logic coverage Testing ?
Logic corresponds to the internal structure of the code and this testing is adopted for safety-critical applications such as softwares used in aviation industry. This Test verifies the subset of the total number of truth assignments to the expressions.
Logic Coverage Sources:
Logic coverage comes from any of the below mentioned sources:
Decisions in programs
Finite State Machines and Statecharts
Requirements
Advertisements