-2

I am looking to get a comparison between stress testing tools that are available today. The options put forward to us are either VSTS or Loadrunner.

As of now, the inclination is towards Loadrunner, but we are looking to see if there is any better option today.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Srikanth Venugopalan
  • 9,011
  • 3
  • 36
  • 76

2 Answers2

2

Depends on what you're testing. Static HTTP or simple JSP pages, use something free like jmeter. If you're testing ASP.net, silverlight or other MS technology stack apps, then VSTS is your best bet. For almost anything else LR works well, including newer Rich Internet Web 2.0 type pages including AJAX and Flex.

Loadrunner licenses are prohibitively expensive, if you're looking at a one off test, it isn't worth acquiring a license.

RaGe
  • 22,696
  • 11
  • 72
  • 104
0

For .NET Apps you can rely on VSTS. They help you simulate

  • Web Services Performance Testing
  • Coded UI for functional testing
  • Xpath Testing

patterns & practices: Performance Testing Guidance

Siva
  • 2,791
  • 5
  • 29
  • 33