Mutation Test
介紹
Mutation Testing 是一種白箱測試, 藉由更動程式碼部份的操作來衡量現有的測試是否有效, 是「測試」的測試。
相關實做:
Pitest - State of the art mutation testing system for the JVM
Attempt to build a system for mutation testing on top of LLVM
相關資源:
Mutation Testing 是一種白箱測試, 藉由更動程式碼部份的操作來衡量現有的測試是否有效, 是「測試」的測試。
相關實做:
Pitest - State of the art mutation testing system for the JVM
Attempt to build a system for mutation testing on top of LLVM
相關資源: