Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为我在 Drupal 7 中构建的站点编写一些自动化单元测试。我正在通过 PHPUnit 和 SimpleTest 进行这项工作。
但是,我无法弄清楚与 D7 一起使用哪一个。那么,请记住 D7,这些套件中的哪一个更适合这项工作?
谢谢
您可以使用 Selenium IDE,它是一个用于自动化测试的开源工具,您可以在其中录制和回放脚本。您可以使用您熟悉的任何语言导出测试用例,例如 java、python 等。Selenium webdriver 中使用了导出测试用例。Selenium Ide,用于 Web 应用程序的 webdriver。