Welcome to the new Linux Foundation Forum!
Fault Injection / Mutation testing
Hi. I been writing a C program for Linux, and wanted to test error handling subroutines. Is there any FOSS that provides fault injection and/or mutation testing?
0
Hi. I been writing a C program for Linux, and wanted to test error handling subroutines. Is there any FOSS that provides fault injection and/or mutation testing?
Comments
If you want to test faults in input data, then that's surely a matter of setting up your test cases with faults...