Versions Compared

Key

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

...

Execution Options
Settings File 

Select the .runsettings file you added in the source code directory. You can select this file using the browse button.

Override test run parameters

Enter the parameters you want to override from the configuration settings provided under Qualitia remote agent. Parameters should be given in the key=value pairs enclosed in the double inverted comma in the following format. Multiple parameters should be given in separated by a semicolon (;). You can give as many parameters as you want using this method.


Code Block
themeConfluence
-QualitiaRuntimeSettings "BrowserName=googlechrome;chromedriverpath=C:\Program Files (x86)\Common Files\Qualitia\WD\QualitiaIntegrationRemoteAgent\WebDriver\Selenium\chromedriver.exe"
-QualitiaEnvironmentSettings "AppUrl=http://www.dev.google.com;username=devuser01;"

Alternatively, you can perform through Azure DevOps by performing the following steps:

  1. Define a Pipeline variable as URL along with its value. If this variable already exists, then it is overridden.
  2. In the Pipelines, open the VsTest - testAssemblies, in the Override Test run parameters, enter the following details:
    1. Name as QualitiaEnvironmentSettings
    2. Value as OpenURL=$(URL), in which OpenURL is the Qualitia Environment variable and URL is the Azure DevOps variable.


Note

You can leave all the other fields to their default options or you may configure it based on the release or build pipeline requirements.

...