Fault injection for .NET apps?

前端 未结 4 867
青春惊慌失措
青春惊慌失措 2020-12-31 06:20

I am wondering if anyone knows of tools or techniques to automatically inject common faults into a running .NET program. Stuff like...

  • Randomly inject an OutO
4条回答
  •  难免孤独
    2020-12-31 06:43

    This isn't exactly on point with what your asking, but it's related and may be helpful toward the same goal of improving exception handling in your app.

    redgate Exception Hunter http://www.red-gate.com/products/Exception_Hunter/index.htm

    I haven't used this particular product but other redgate products I've used were great.

提交回复
热议问题