【问题标题】:Integration testing, how exactly集成测试,究竟如何
【发布时间】:2023-03-11 16:24:01
【问题描述】:

我很难弄清楚您实际上是如何进行集成测试的 它仍然是使用 JUnit、NUnit 或其他工具进行自动化测试,还是只是使用程序(它有一个 gui)来确保一切正常?

【问题讨论】:

    标签: testing automated-tests integration-testing


    【解决方案1】:

    您可以参考what-kinds-of-tests-are-therewhats-the-difference-between-unit-functional-acceptance-and-integration-test

    GUI测试可以列在系统测试、验收测试中。 GUI 测试工具主要取决于 UI 的类型(Web/桌面/移动)。例如对于 Web 测试,您可以评估像 selenium 这样的优秀开源工具。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-10-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-14
      • 1970-01-01
      相关资源
      最近更新 更多