Command Line Invocation
The command line client is ideal for automation of test execution, for example, in a CI/CD workflow. It can be called in a script as follows:
TcTestClientCli.exe --target 199.4.42.250.1.1 --saveResultsAsJunit C:\temp\testJunit.junit.xml" --tcStartupRetries 10 --mode checkMemoryThe test client establishes a connection to the target system, which you specify using the --target option. In addition, the call shown above specifies that the results should be output in JUnit format and saved at the path indicated above.
You can view a detailed list of all command line parameters and their meanings using the command
TcTestClientCli.exe --helpinquire about.