Atlassian Bamboo CI : Automation Discussions

Atlassian Bamboo CI

Experiences, small talk, and other automation gossip.

Atlassian Bamboo CI

Postby JoeR » Mon Nov 21, 2011 10:21 pm

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

Joe
JoeR
 
Posts: 26
Joined: Fri Dec 03, 2010 7:15 pm
Location: Morrisville, NC

Re: Atlassian Bamboo CI

Postby new_tester » Mon Dec 12, 2011 4:55 pm

it would be important for me too.

How can i use Atlassian Bamboo directly with Ranorex

An integration with another CI Server:
http://www.sigs.de/publications/os/2011 ... ing_11.pdf
new_tester
 
Posts: 1
Joined: Mon Dec 12, 2011 4:52 pm

Re: Atlassian Bamboo CI

Postby JoeR » Tue Mar 27, 2012 9:08 pm

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

Joe
JoeR
 
Posts: 26
Joined: Fri Dec 03, 2010 7:15 pm
Location: Morrisville, NC

Re: Atlassian Bamboo CI

Postby atom » Thu Apr 26, 2012 8: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
atom
 
Posts: 339
Joined: Mon Dec 08, 2008 12:14 am
Location: Dublin, Ireland


Return to Automation Discussions

Who is online

Users browsing this forum: No registered users and 0 guests