Setting up a test project in Litium Studio
To make it easy to set up test projects we have created a sample project with a simple test. Use this for testing functionality directly against Litium Studio API or use it as a guide to build your own test project.
Download the Litium Studio Test Project below and start testing straight away. This test was developed for Visual Studio 2012/2013.
Instructions for setting up the test project
- Download the version of Litium Studio that you will write the test for.
- Put all DLL-files (from the Deploy\Bin folder of the downloaded Litium Studio) into the SharedLibs folder.
- Copy your license (or leave it empty to use the default developer license) into the Configurations folder.
- Start your Visual Studioand open the LitiumStudioTests solution.
- Open App.config and make your necessary settings (database connectionstring, files folder, smtp-server etc).
- Run the included test "EnsureAllModulesHaveInstance" to test that all settings are correct.
Note: When making own tests they should inherit from the TestBase class.