Running QualityMonitor from the Command Line

AdminStudio 2023 | 25.0 | QualityMonitor

Edition:QualityMonitor is included with AdminStudio Professional and Enterprise Editions.

QualityMonitor can be run from the command line by using isqm.exe. It can accept the following parameters:

QualityMonitor Command Line Parameters

Syntax

Options

Description

-c <MSI Product Code>

 

Launch QualityMonitor by opening the MSI product specified by the product code. For example:

isqm.exe -c {BDC62375-07B4-4CBD-9991-4C25C24F3071}

 

isqm.exe -c {BDC62375-07B4-4CBD-9991-4C25C24F3071} -sb -f <c:\projectfile.iqm>

-sn

Run QualityMonitor silently without any user interaction and no progress display.

-sb

Run QualityMonitor silently with a progress display. QualityMonitor displays the test names as they are executed and provides an option for the user to cancel.

-r <Report File>

Generates a report file <c:\report.htm> with the test results. Works only when using either ‑sn or ‑sb.

-f <Project File>

Save test results in this file. This is necessary when using either ‑sn or ‑sb. If this file does not exist, it will be created and then results will be saved.

-f <Project File>

 

Launch QualityMonitor with this Project File. For example:

isqm.exe -f c:\mydocuments\mytesting\tesresults.iqm

 

isqm.exe -f c:\mydocuments\mytesting\tesresults.iqm -sn

-sn

Run QualityMonitor silently without any user interaction and no progress display.

-sb

Run QualityMonitor silently with a progress display. QualityMonitor displays the test names as they are executed and provides an option for the user to cancel.

-r <Report File>

Generates a report file <c:\report.htm> with the test results. Works only when using either ‑sn or ‑sb.

-h or -?

 

Help

Note:When using any -sn or -sb command line options, you can specify the target product using the existing options /c or /f.

If you use the /f option to specify the product, the input file will be modified with the test results.
If you use /c to specify the target product, /f options must be used to specify the project file path which will have the test results.
If both /c and /f parameters are specified, then QualityMonitor gives preference to /c and operates with the product code specified by /c.