We use testNG and can specify there whether to run serially or in parallel. When in parallel we can specify whether to run the same test in multiple browsers at the same time or multiple tests in parallel.
On 10 February 2012 14:56, Brian Repko <[email protected]>wrote: > > Folks: > > Any best practices for running stories in multiple browsers? - say > Firefox / IE / Chrome? > > I could invoke the maven plugin 3 times. I could setup a Runner with > three @Test methods - one for each browser. > But those are serially processed (which could be ok). If I can get the > tests to run multi-threaded, then I should be able > to run different browsers in parallel too. > > Just not sure how folks are doing that - what works? what doesn't? > > Brian >
