Adding Installers

Overview

‌In order to create your installer with the TestResults.io designer you need to first add it to your solution. To do so follow the steps below‌‌

  • Open the Visual Studio Solution Explorer

  • Right click on the Solution (top node)

  • Select the TestResults.io context menu

  • Select the New installer project option

Depending on your license type you will be able to either manually enter the details of the installer or add a installer from the TestResults.io portal.‌‌

Adding a SW Version from the TestResults.io portal

‌‌If you have already established a connection with the TestResults.io portal (see Connections chapter for more details) you can add an installer from the portal directly to your solution. Once you have select the New installer project option you will be prompted with the following window:

where you will be able to select the desired Installer from the dropdown lists. Once you have selected the Installer simply press the Add button.‌‌

‌New SW Version in the Solution Explorer

‌‌Once you have successfully added an Installer to your solution you will it in the Solution Explorer as follows

Coding the Installer

The Installer follows the same coding rules as test case. Therefore, if you need write an installer, refer to the Simple Test Case (Example) for details on how to do it.

Last updated