简体   繁体   English

测试Web服务的工具

[英]Tool to test web services

I was looking for a tool to test all my webservices whether they are up or down. 我一直在寻找一种工具来测试我所有的Web服务是否正常运行。 Sometimes you run your application and you get exception. 有时您运行您的应用程序并获得异常。 Later you find out that the abc or def webservice is down by looking into log files. 稍后,您可以通过查看日志文件来发现abc或def Web服务已关闭。 So I want to run that tool before hand to know whether all my webservices consumed by my application is up or down. 因此,我想先运行该工具,以了解应用程序使用的所有Web服务是否正常运行。

Better to have an automated tool like Nagios checking whether your hosts, web server, web services, web sites, etc, are up and running, and emailing you when they're not. 最好使用像Nagios这样的自动化工具来检查您的主机,Web服务器,Web服务,网站等是否已启动并正在运行,并在未启动时通过电子邮件发送给您。 Also it can check your log files for critical errors and email them to you as well so you don't have to worry until something bad happens. 它还可以检查您的日志文件中是否存在严重错误,并通过电子邮件将它们发送给您,这样您就不必担心发生什么不好的事情。

您可以尝试Jmeter ,它比SoapUI更为复杂,并且可以轻松使用Rest服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM