
- 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
Error Seeding
What is Error Seeding?
It is a process of consciously adding of errors to the source code, which can be used to evaluate the amount of residual errors after the system software test phase. After adding the errors to the source code, one can try to estimate the number of "real" errors in the code based on the number of seeded errors found.
Advertisements