Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I created 2 test suites with Selenium IDE and I would like to run those test suites at the same time. Just like firing threads at the same time. Is it possible without entering programming ?

P.S : I couldn't open 2 selenium IDE in Firefox.

Thanks.

Altug.

share|improve this question

2 Answers

up vote 3 down vote accepted

No it's not possible. Selenium IDE takes over the firefox control. And this is similar to 2 users clicking into same window.

The rule is 1 Firefox = 1 Selenium IDE

For parallel run you can setup Selenium grid. But it's more complicated solution than Selenium IDE.

share|improve this answer
Thanks Amra.... – Altug Jul 25 '10 at 9:04

You will have to use Selenium Grid

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.