Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Qualitia gives you the provision to override the basic set of configurations provided under Qualitia Remote Agent. This gives you the flexibility to change the configurations settings for executing test cases at run-time based on the release/build requirements without updating configuration settings under Qualitia Remote Agent every time before you run the build or release pipelines.

...

Info
titleImportant Note

By default, Azure DevOps considers settings provided in the .runsettings file while test case execution. It is important to have this file in your source code of the application under test so that Azure DevOps can access and use settings provided in this file while executing Qualitia automated test cases.

  1. Copy the content provided in the box below, add it in an empty file.
  2. Save this file in the source code directory with .runsettings extension.

Code Block
languagexml
themeEclipse
linenumberstrue
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<TestRunParameters>
    <Parameter name="QualitiaRuntimeSettings" value="" />
    <Parameter name="QualitiaEnvironmentSettings" value="" />
</TestRunParameters>
</RunSettings>


...

You must configure Execution options in the visual studio test task under build and release cycles pipelines to be able to update execution properties run-time. 

...

  1. Launch Azure DevOps instance.
  2. Edit existing or create new build/release cyclepipeline.
  3. Click the Visual Studio Test task and its details will appear in the right pane.
  4. In the Execution Options section, enter the detail as explained in the table below:

...