.net SmokeTest is an easy to use application that presents an interactive interface into any .net Assembly allowing you to smoketest an API via reflection.
Construct an instance, call any method and set or get any property or field of any class and view or "drill-down" into the results. .net SmokeTest is a neccessary utility for developers, testers and software managers.
What's New in This Release: [ read full changelog ]
· Specify Assembly File on Command Line: Add the ability to specify an assembly file on the command line to be loaded at startup. The addition of this feature automatic enables drag-n-drop of assembly files onto the application icon.
· Reloading Assembly duplicates Assembly Node: Re-loading the same assembly file creates another node in the Assembly tree. It should replace the existing node with the current Assembly.