Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How good is JMeter for testing ASP .NET webpages?

I have been told that JMeter has some issues with ASP.NET pages, is that true?

I am beginner in JMeter and do not want to run into some problems that I will not be able to solve. I have read that some people were using it successfully, the thing is, how many manual alterations and JMeter knowledge does it take?

Also the basic question: How good is latest version of JMeter in testing ASP webpages from your experience?

like image 449
John V Avatar asked May 18 '12 08:05

John V


1 Answers

There is kind of specific for testing ASP.NET app with Jmeter but it can be completely handled with Jmeter's out-of-box possibilities.

The same question already asked here.
Look also into Jmeter wiki into particular section about tesing ASP.NET using jmeter.

As well there is a lot of articles about this:

  • Load Testing ASP.NET Sites with JMeter
  • Load Testing ASP.NET Web Applications using Jmeter
  • Stress Testing ASP.NET with Jmeter
  • JMeter: Sending HTTP POST Request to an ASP.NET web-site
  • Using JMeter with ASP.NET WebForms Authentication

Quite a useful article, although non-jmeter but MS VS related: Web Test Authoring and Debugging Techniques.

Please don't be lazy to look for available info across the internet, and ask here more specific questions if you will meet any issues during further testing.

like image 80
Aliaksandr Belik Avatar answered Nov 03 '22 01:11

Aliaksandr Belik