I have released a new version of the Smoke Tester framework. This adds numerous new features such as :
- Cut and Paste in the test editor.
- Test editor is multi threaded, so that tests don’t block the UI thread.
- Enable/Disable flag for tests.
- New versions of the File Exsts and Assembly Version tests that except files lists.

Smoke Tester is a testing framework that allows you to easily put together tests to be executed after you deploy your software to a test environment, or production. This is also known as post deployment verification testing.
The tool is used to test that a system has deployed correctly and that any dependencies are available,, such as network IP addresses, ports, database connections You can also check that config files have had their correct environment specific data set after the deployment.