Skip to content
QiTASC.com / intaQt Tutorials / Getting Started with intaQt Client /
Execute Features on a Remote Host
/ .. / .. /
Execute Features on a Remote Host





Execute Features on a Remote Host

1. Executing Features on a Remote Host

intaQt Client supports executing tests on a remote machine, but it must be running intaQt.

Parameters

  • The -h - The host's address

  • The -p - The port number, unless the remote host is configured to port 36012

Run the following from the command line, to execute tests on a remote machine with intaQt running:

1
./intaqt test -h myRemotemachine.xyz -p 36014 HowTo-IntaQtClient

The example above will execute the projects on a remote host.