Currently Being Moderated

The Bromine team is proud to present Bromine 2.

Why does selenium has to be so hard to use we asked ourselves?

It doesn't was the answer we came up with!

Bromine is a web-interface for the great selenium testing tools, that aims to make the life of testers easier.

Bromine is a  fully fledged QA program. It integrates projects, requirements, testcases, tests written in selenium, test results reports, issue tracking and results analysis in one brightly colored package.

Just to make it that much easier we've bundled it all into a one click installer including everything you need to start testing right away. Download, click, start testing.

 

>> one-click installer

  • Select your tests from a drop-down and just press 'run'

  • Results stored in database and shown in neat html

  • Supports tests written in java, ruby, php as well as core tests (html tables)

  • Integrated issue tracking

  • Project oriented structure

 

 

 

 

 

Tags: bromine


Sep 30, 2008 8:40 AM Nick Nick    says:

Hmm.. It is still not good enough

 

I cant even run a test without getting PHP errors ..

Sep 30, 2008 9:12 AM Tarun Tarun    says:

What are the improvement/changes made in this release?

Sep 30, 2008 9:14 AM Nick Nick    says in response to Tarun:

Xampp is bundled with Bromine, that's the only change I can see for so far..

 

Sep 30, 2008 9:15 AM Bromine Bromine    says in response to Nick:

We're happy to help with any errors you occur. Please post a thread in the forums

Sep 30, 2008 9:18 AM Bromine Bromine    says in response to Tarun:

Mostly the change is in the way we run selenium RC tests. Before we used hacked versions of the selenium RC drivers, which meant we only supported php. Now we simulate an RC server, capturing the results silently while passing the commands on the the real RC server. Kinda like grid.

So now we support php, ruby and java and anyone that want to do .net or any other language will be able to integrate easily.

That and a ton of bug fixes.

Oct 13, 2008 9:50 PM joe loyzaga joe loyzaga    says:

So you support python? that means I can run the supplied Selenium RC python samples and it will work?

Nov 5, 2008 4:03 AM vamsi vamsi    says:

Is Bromine going to support python for Selenium-RC?

Nov 5, 2008 5:58 AM Bromine Bromine    says in response to vamsi:

Well... actually Bromine does support python tests. We just don't ship any example tests written in python, but you can translate one of the java, php or ruby tests and you'll see it supports python perfectly well. There's an article on implementing C# tests i bromine on the forum. Take a look.