是否有一个选项可以像我们测试 Web 应用程序一样从外部测试 Java 应用程序?

发布于 2024-07-22 21:16:59 字数 88 浏览 5 评论 0原文

如果您的项目有一些 Java 应用程序元素以及 Web,那么我想要一些建议,那么是否可以选择从外部测试 Java 应用程序,就像我们对 Web 应用程序所做的那样

I would like some suggestions if your project has some java application elements as well as web then is there an option for testing java applications from the outside like we do with the web applications

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

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

发布评论

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

评论(3

荭秂 2024-07-29 21:16:59

你的问题对我来说不是很清楚。 但据我了解,我觉得 jMeter 可能会有所帮助。

jMeter 不仅可以(从外部)测试 Web 应用程序,还可以测试独立的 Java 应用程序。

另外,不要忽视 jMeter 作为性能测试工具的作用。 它具有丰富的功能,使其成为功能测试的足够好的工具。

Your question is not very clear to me. But from what I understand, I feel jMeter could be something that might help.

jMeter can not only test web applications (from outside) but ALSO standalone java applications.

Also, do not dismiss jMeter as a performance testing tool. There are ample features in it that makes it a good enough tool for Functional testing as well.

人│生佛魔见 2024-07-29 21:16:59

您的意思是通过 GUI 测试桌面应用程序吗? 如果是这样,有很多工具可以做到这一点,包括商业工具和开源工具。 谷歌搜索一些开源项目:

Do you mean testing desktop applications through the GUI? If so, there are many tools for doing this, both commercial and open source. Some open-source projects to google for:

╭ゆ眷念 2024-07-29 21:16:59

这称为黑盒测试。

通常,您会编写另一个程序来为应用程序提供输入并验证输出。 这对于命令行应用程序来说更容易,但对于 GUI 测试,您需要使用其他人提到的框架。

另一种方法是编写一个包含 jar 文件的驱动器,并直接调用公共函数并进行输入/输出测试。

This is called Blackbox testing.

Typically you would write another program that provides inputs to your applications and verifies the output. This is easier for a command line application but for GUI testing you would need to use a framework like others have mentioned.

Another approach is to write a drive that includes the jar files and directly call the public functions and do input/output testing.

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