How to Integrate with ANT

Ask general questions here.
omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

How to Integrate with ANT

Post by omayer » Wed Jul 18, 2012 3:04 pm

how would I integrate ranorex with ANT which runs our build process.
Thank you
Tipu

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to Integrate with ANT

Post by Support Team » Thu Jul 19, 2012 2:57 pm

Hi,

It would be very helpful if you may specify your question in a little more precise way.

Kind regards,
Larissa
Ranorex Support Team

omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

Re: How to Integrate with ANT

Post by omayer » Thu Jul 19, 2012 6:31 pm

planning to implement continous integration > when build is complete by ANT at build machine we would like to kickoff testcase (smokeTest) from ranorex suite
Thank you,
Tipu

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to Integrate with ANT

Post by Support Team » Fri Jul 20, 2012 8:43 am

Hi,

this is how you can kick off your testcase:
<GeneratedTestSuite>.exe /tc:<name of test case>

For more useful commands please have a look at the following link to the Ranorex UserGuide:
http://www.ranorex.com/support/user-gui ... html#c3023

Kind Regards,
Larissa
Ranorex Support Team