Automated testing with Bromine
by David on Jul.31, 2011, under Testing
Bromine is a Web Testers best friend. Browser compatibility is such a pain in the neck and testing things across all browsers out there is a nightmare. Thankfully Bromine eases this pain substantially. Bromine marries up with Selenium to allow you export tests from Selenium in various programming languages which can be altered as needed and then uploaded into a Bromine test suite for each and every website you are required to test.
Although the set up involved with Bromine is quite intense, once it is set up it is well worth it as it saves you a mountain of time and lays out your tests for you in a neat and organised manner (providing you set them up as such). I will go into more detail about the set up process involved with Bromine as well as what is required to export tests from Selenium for use with Bromine over the next few posts.

