Load Testing Software [closed]

2019-04-08 13:18发布

I am working on a proposal for my company into purchasing some load testing software. I have to give 2 choices. One of my choices I am proposing is HP(Mecurary) Loadrunner. Is there another program out there that is comparible with Loadrunner? We are looking at using the software to test the performance of the following.

C# .NET Template

Microsoft® .NET 2.0, 3.0

Microsoft® SQL Server Informix

Web (HTTP/HTML)

Web Services

Web and Multimedia

Wireless Application Protocol (WAP)

Domain Name System (DNS)

Microsoft® Exchange (MAPI)

6条回答
欢心
2楼-- · 2019-04-08 13:56

We have used JMeter for HTTP and SOAP load testing

查看更多
虎瘦雄心在
3楼-- · 2019-04-08 13:57

It you must have all of the interfaces noted, then you are only going to be looking at commercial tools. The closest comparable in the commercial space is Microfocus' SilkPerformer product, but the breadth of your interfaces may push you back into the Loadrunner space, as it does have the greatest number of out of the box protocols supported of any tool out there. This is one of its distinguishing features from an enterprise sale perspective.

查看更多
地球回转人心会变
4楼-- · 2019-04-08 14:02

I have used WebLOAD in previous projects - it's comparable to LoadRunner, but more cost-effective.

查看更多
Melony?
5楼-- · 2019-04-08 14:09

TestComplete from Automated QA is also very well respected:

http://www.automatedqa.com

The product is comprehensive and you can script it in a variety of languages including C#. I'd try the 30-day trial and how it compares to LoadRunner for your specific requirements.

查看更多
我只想做你的唯一
6楼-- · 2019-04-08 14:12

OpenSourceTesting.com has a list of OSS performance tools.

The Software Testing FAQ also has a list of commercial and OSS performance testing tools.

Since it looks like you're on a Windows platform, you can also use the following tools:

There are a lot of options out there, but it seems like you have a good handle on your requirements. I recommend doing a trade study of your top choices, using weighted criteria and a rank of how each product scores (sort of like a custom "Consumer Reports" style comparison). This will help you reduce any preconceived notions towards or against a product, and also gives your management a sound empirical reason as to why you choose the tool you did. This can go a long way in justifying the cost for a big ticket item.

Also, for the commercial tools, the vendors will often come on site and set up a demo system to test your code. We did this a few years back with Mercury, Rational and NuMega. It really helped cut through the presentation B.S. and see exactly how the products could be used with our apps.

查看更多
欢心
7楼-- · 2019-04-08 14:12

I've used openSTA.

This allows a session with a web site to be recorded and then played back via a relatively simple script language.

You can easily test web services and write your own scripts.

It allows you to put scripts together in a test in any way you want and configure the number of iterations, the number of users in each iteration, the ramp up time to introduce each new user and the delay between each iteration. Tests can also be scheduled in the future.

It's open source and free.

It produces a number of reports which can be saved to a spreadsheet. We then use a pivot table to easily analyse and graph the results.

查看更多
登录 后发表回答