Selenium does the technical stuff
Bromine makes it humanly usable.
- Fully fledged QA tool
- Create projects
- Bind requirements to projects
- Bind tests to requirements
- Organize and run tests easily
- View and analyse your test results
- Create defects
- Also comes in a lite version, if you just want to run the darn tests and see the results
|
Info
Remember the "postResults" field in selenium core where you could post your test results to a webpage?
Well... we did that...
- Bromine is this 'simple' result handler for selenium core that exploded and now reek functionality!
- Bromine is written in php/mysql and stores/displays/analyses all your test results
- Bromine organizes all your projects/tests/testsuites
- Bromine lets you run testsuites in the browser of your choice with the click of a mouse
- Bromine works with selenium core AND selenium remote control
- Bromine support multiple different users and usertypes, each with customizable access levels
- Bromine is written by testers, for testers
|