29 Jul, 2009
Selenium has evolved; enter Bromine
Posted by: j pimmel In: functional tests| tdd| testing
As a long time user and advocate of Selenium I have found that using it on large projects ultimately consumes a lot of time with the following concerns:
Organising tests into logical groups
Executing testcases against multiple target browsers
Parallel execution of testcases
The motivation for these is to speed development; as the number of tests grow you eventually hit [...]
