
- 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
Code-Based Testing
What is Code-Based Testing?
Code-based testing corresponds to the testing that is carried out on code development, code inspection, unit testing in software development process.
The Code-based testing consists of following testing:
Dynamic Testing - Statement coverage, Branch coverage, Path coverage
Checking for Complexity of Code using techniques like Cyclomatic Complexit
Static Testing - Code Inspection, Code Walkthrough, Code Review, Code Audit
Code Based Testing Techniques:

Advertisements