Tagged Questions
3
votes
5answers
5k views
Load Testing, Selenium Vs Jmeter Vs other tools
I have been using Selenium/Webdriver for functional testing in a grid setup.
We are in the process of transitioning to a Solr based search service. I already have Solrmeter for load testing the ...
0
votes
1answer
2k views
Using Selenium scripts with JMeter for load testing
I'm facing an untraceable problem in creating a 50 users load test on a JSF web application.
The approach that I'm following is this:
Writing a test script in Eclipse using Selenium RC API.
...