Differential testing

  1 min read
  October 29, 2022
  differential testing fuzzing regression


Was exploring the google github repo https://github.com/google/centipede

from here read about nezha a differential testing fuzzer and then https://www.cs.columbia.edu/~suman/docs/nezha.pdf

about microsoft’s regression testing utility and paper https://patricegodefroid.github.io/public_psfiles/issta2020.pdf

and MS’s rest API regression testing tool https://github.com/microsoft/restler-fuzzer

differential testing

testing two programs based on their behavioral difference on same inputs. two programs can be same programs of different versions or different programs which are supposed to provide same functionality

keywords: