1

I'm using PHPUnit and Selenium 2 Webdriver to automate tests for my web application.

I have several test classes which are at the moment running one after the other. However, I think that they could easily run in parallel in separate instances of the browser, which would significantly reduce the amount of time taken to test the application.

Is this possible?

1 Answer 1

1

I haven't used it by myself but I found ParaTest which is:

a tool that sits on top of PHPUnit and allows you to run tests in parallel without the use of extensions.

Take a look on their site for detailed information.

Altrnatively parallel-phpunit from this page

The other approach is described by the folks from sauce labs here but you would need to check if it's still valid.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.