Reputation: 479
I have been given the task of using JMeter for performance testing for our web application.
Until now I was using selenium for UI testing and I have selenium test (testNG framework) ready, which I have executed using Selenium RC.
Is any migration from selenium to JMeter possible? Failing that, some helpful tutorials on JMeter would be much appreciated.
Upvotes: 1
Views: 3725
Reputation: 6935
I understand you are told to use JMeter. Nevertheless, you could quickly evaluate other tools to check if another would not fit your needs. I just tried gatling and could easily
You might want to take a look : https://github.com/excilys/gatling/wiki/Getting-Started
Upvotes: 0
Reputation: 3821
Once upon a time, I use jmeter
for load testing and had much trouble for just login to our asp.net web application. After lot of searching I write the blog asp.net login testing with jmeter.
If you are not using asp.net
, then it may not be very helpful. In that case, you may visit build web test plan using jmeter
Other Links:
Upvotes: 3