Use the following command to launch Fiddler, start the test, close Fiddler and return the control to the batch processor:

LaunchFiddler.exe /ss <file.ssconfig> [/wait | /ssclose] [/report] <report output folder> [single]

where:

<file.ssconfig> is a StresStimulus test configuration file. Specify a full path or the default directory %My Documents%/Fiddler/StresStimulus will be used.

/wait  (optional) is a switch to wait until the test is complete, close Fiddler and after that return control to the batch processor. Use this flag to run multiple sequential tests. If the wait flag is not used, the control to the batch processor will be returned immediately after launching Fiddler.

/ssclose is obsolete, has the same functionality as /wait and is used for backward compatibility only.

/report (optional) is a switch to create an external report after the test run is complete. All default settings will be used to create the report. An optional report output folder argument can be used to specify the output directory where to save the report. If omitted, the test directory will be used. An optional single argument to specify if the output report will be a single file document. By default, it will be a multi-page document.


Exit code: The process will return the exit code one if the test failed the test quality criteria.

 

Examples:

LaunchFiddler.exe /ss "My Test.ssconifg"

Opens Fiddler and begins running the test located in %My Documents%/Fiddler/StresStimulus/My Test.ssconifg

 

%ProgramFiles(x86)%\StresStimulus\LaunchFiddler.exe /ss "c:\Tests\My Test.ssconifg" /wait

Opens Fiddler and begins running the test located in c:\Tests\My Test.ssconifg after the test is over Fiddler will close

 

"C:\Program Files (x86)\StresStimulus\LaunchFiddler.exe" /ss "c:\Tests\My Test.ssconifg" /wait /report "c:\external_reports"

Opens Fiddler and begins running the test located in c:\Tests\My Test.ssconifg after the test is over Fiddler create an external report and save it in c:\external_reports folder then Fiddler will close

  • No labels