Ranorex Agent and Run Configuration

Ask general questions here.
Ahmad
Posts: 37
Joined: Tue Apr 09, 2019 7:29 am
Location: Berlin

Ranorex Agent and Run Configuration

Post by Ahmad » Tue Apr 09, 2019 7:46 am

Hi All,

I am trying to execute a test suite Remotely on a remote agent by command.
Running test works fine.
But when i put a run configuration in the command line, the test did not work.
below is the command line:
text.exe/rc:TestRun2/agent:myAgent

Is there anything wrong or i can not pass the run configuration and agent by command line togther?

Thank you in advance for your support.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Ranorex Agent and Run Configuration

Post by odklizec » Wed Apr 10, 2019 7:59 am

Hi,

Please make sure that each command is separated by space. Basically, this command line should work just fine...
test.exe /rc:TestRun2 /agent:myAgent
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

Ahmad
Posts: 37
Joined: Tue Apr 09, 2019 7:29 am
Location: Berlin

Re: Ranorex Agent and Run Configuration

Post by Ahmad » Wed Apr 10, 2019 8:34 am

odklizec wrote:
Wed Apr 10, 2019 7:59 am
Hi,

Please make sure that each command is separated by space. Basically, this command line should work just fine...
test.exe /rc:TestRun2 /agent:myAgent
thanks a lot, it works
I did not insert a space between each command.
Thank you :D

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Ranorex Agent and Run Configuration

Post by odklizec » Wed Apr 10, 2019 11:42 am

Hi,

You are welcome. That was an easy fix ;)
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration