在内部网络应用程序中进行健康检查/冒烟测试的最简单/更容易的方法是什么?

发布于 2024-11-02 12:13:10 字数 252 浏览 5 评论 0原文

我有一个 Intranet Web 应用程序,我想做一个简单的健康检查/烟雾,每小时运行一次,以确保一切都正常。

测试应该执行一些请求并检查文本响应,并在某些情况下执行一两个 POST 以查看应用程序是否按应有的方式进行响应。

我考虑过使用 Selenium 或 Visual Studio 的 WebTest 并通过 CC.NET 或其他 CI 应用程序安排运行,但对于简单的事情来说似乎是一个大问题。

有什么想法吗?

谢谢

I have an intranet web application and I would like to do a simple health check/smoke that runs once an hour to make sure that everything is how it is supposed to be.

The tests are supposed to do some requests and check response for text and in some cases do one or two POSTs to see if the application in answering like it should.

I thought about using Selenium or Visual Studio's WebTest and schedule the run via CC.NET or another CI application but seems like a big shot for a simple thing.

Any ideas?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼眸印温柔 2024-11-09 12:13:10

硒是一个不错的选择。 PhantomJS 也是如此。

Selenium is a good option. So is PhantomJS.

笑红尘 2024-11-09 12:13:10

我敢说 SWAT 对你来说可能是一个不错的选择。它完全按照你所说的进行 - 进行各种http调用并检查返回的数据,也可以使用 TAP 格式。最后有一个简单的 DSL 来编写这样的检查。

问候,作者。

I dare to say that SWAT could be a good choice for you. It does exactly what you say - makes various http calls and check data returned, also it is possible to pass the test results to different report systems, using TAP format which swat is compliance with. And finally there is a simple DSL to write such a checks.

Regards, the author.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文