Any testing suggestions on replace a 3rd-party production?

Posted by Nano HE on Stack Overflow See other posts from Stack Overflow or by Nano HE
Published on 2010-03-09T06:57:30Z Indexed on 2010/03/09 7:06 UTC
Read the original article Hit count: 160

Filed under:
|
|

It's a complex 3rd-party DLL. Phase 1 for My project already finished. I need find a good way to integrate testing with both my DLLs and 3rd-party DLL.

Now I need to replace the 3rd-party DLL with some of my my small DLLs step by step.

All the interface member are same names.

How to disable some of the 3rd-party DLL reference and enable related my small DLL? Thank you.

© Stack Overflow or respective owner

Related posts about c#

Related posts about 3rd-party-library