Page 1 of 1

Atlassian Bamboo CI

Posted: Mon Nov 21, 2011 9:21 pm
by JoeR
Has anyone had experience with using Atlassian Bamboo for continuous integration with Ranorex?

Joe

Re: Atlassian Bamboo CI

Posted: Mon Dec 12, 2011 3:55 pm
by new_tester
it would be important for me too.

How can i use Atlassian Bamboo directly with Ranorex

Re: Atlassian Bamboo CI

Posted: Tue Mar 27, 2012 8:08 pm
by JoeR
Checking on an update. Has anyone used Atlassian Bamboo CI with Ranorex.

Joe

Re: Atlassian Bamboo CI

Posted: Thu Apr 26, 2012 7:24 pm
by atom
Hiya,

To me Unit tests are appropriate for continuous integration as they execute alot quicker than GUI tests
GUI tests should be run after a test build has been completed (rather than on each file check-in)
So you have a 2 layer automation stack:

1. Unit tests running in continuous integration giving developer quick feedback that code changes arent breaking their classes/methods

2. When unit tests passed and "QA" build done, execute the GUI tests

We use MSMQ to schedule and execute GUI tests across machines. We place details of what tests to run on the queue, then have a small Agent on each machine reading from the queue, and running the test.

Cheers

Re: Atlassian Bamboo CI

Posted: Mon Sep 24, 2012 3:51 pm
by thomasn
Hey all,

I saw this thread and was wondering if anyone had any luck with reports in Bamboo from/with Ranorex. Has anyone created a plugin? We are are running NUnit for Unit Testing with Bamboo with great success. Very nice output. But not so much with Ranorex which we are running with Bamboo for GUI testing. (we don't want to switch all of our GUI tests to NUnit) Any help would be greatly appreciated.

Thanks in advance,
-Thomas

Re: Atlassian Bamboo CI

Posted: Mon Oct 15, 2012 10:24 am
by Support Team
Hi,

We unfortunately have not much experiences with Bamboo so we unfortunately cannot guide you throw this but there will be a blog where it will be explained in general how you can integrate Ranorex in CI tools, this blog should be released very soon and should explain how it basically works.

Regards,
Markus
Ranorex Support Team

Re: Atlassian Bamboo CI

Posted: Tue Nov 27, 2012 9:39 am
by Support Team
Hi,

please have a look at our new blog post Bamboo CI with Ranorex Test Automation to learn more about integrating Ranorex Test Automation in you Bamboo CI process.

Regards,
Tobias
Ranorex Team