0
votes

Alright, I've made a test for a web application that runs well. However, to simulate a lot of people using the application at once, I want to somehow run a bunch of the same tests on the application concurrently. I'm pretty sure you can't do this with the Selenium IDE, but is there a way I can use the test I developed in the IDE, take it into perhaps another selenium testing tool that allows me to run multiple tests concurrently?

PS. New to Selenium and webapp testing in general so sorry for the noob question. Thanks.

3

3 Answers

1
votes

The easiest way to do this in my opinion is NeuStar's performance testing formerly BrowserMob. There is a blog post describing a typical test here. The Neustar tests are not free, but very low cost (approx USD 4.00 for a 25 user test for an hour).

The technology behind the Neustar performance testing is the open source BrowserMob tool which is harder to get running but it's free.

0
votes

What I needed was something called selenium gird I think.

0
votes

selenium consist three components as Selenium IDE, Selenium2 i.e. Selenium webdriver & selenium Grid.

  1. selenium IDE :- It is mainly used for Record & playback, bunch of testcases can be execute using the Test Suite.
  2. Selenium 2 :- It is one of the powerful tool for Automation testing see the following link, http://chetanselenium.blogspot.in/2013/02/whyselenium-itis-interesting-question.html
  3. selenium Grid:- it is mainly used for server side test execution.