Add Functionality to Save/Load a Test Configuration File

Issue #151 open
Paul Nauta created an issue

Tests can now be enabled/disabled in the TestInsight Explorer. For large Test Projects it is not always desired to run all Tests, but only a Subset. Creating a Subset can be quite laborious, so it is desired to Save the Current Test Set to an IniFile and to select that IniFIle at a later moment for execution. Preferably the format for the IniFile is the same as the format used by the DUnit GUITestRunner to allow exchangeability with my existing Test Subsets.

Comments (1)

  1. Stefan Glienke repo owner
    • changed status to open

    This is certainly a good idea however since TestInsight is test framework agnostic the format might be different - but it's possible that only DUnit (and possibly DUnit2 which probably has the same format) has this anyway.

    That location of that file would however not be where DUnit usually puts it (next to the executable) but rather next to the project file.

    Anyhow this is not something I will implement anytime soon.

  2. Log in to comment