Atlassian Bamboo CI

Experiences, small talk, and other automation gossip.
JoeR
Posts: 32
Joined: Fri Dec 03, 2010 6:15 pm
Location: Morrisville, NC
Contact:

Atlassian Bamboo CI

Post by JoeR » Mon Nov 21, 2011 9:21 pm

Has anyone had experience with using Atlassian Bamboo for continuous integration with Ranorex?

Joe

new_tester
Posts: 1
Joined: Mon Dec 12, 2011 3:52 pm

Re: Atlassian Bamboo CI

Post by new_tester » Mon Dec 12, 2011 3:55 pm

it would be important for me too.

How can i use Atlassian Bamboo directly with Ranorex

JoeR
Posts: 32
Joined: Fri Dec 03, 2010 6:15 pm
Location: Morrisville, NC
Contact:

Re: Atlassian Bamboo CI

Post by JoeR » Tue Mar 27, 2012 8:08 pm

Checking on an update. Has anyone used Atlassian Bamboo CI with Ranorex.

Joe

atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Re: Atlassian Bamboo CI

Post by atom » Thu Apr 26, 2012 7:24 pm

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

thomasn
Posts: 4
Joined: Mon Dec 12, 2011 4:39 pm

Re: Atlassian Bamboo CI

Post by thomasn » Mon Sep 24, 2012 3:51 pm

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

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

Re: Atlassian Bamboo CI

Post by Support Team » Mon Oct 15, 2012 10:24 am

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

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

Re: Atlassian Bamboo CI

Post by Support Team » Tue Nov 27, 2012 9:39 am

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