English 中文(简体)
Jenkins - Automated Testing
  • 时间:2024-03-23 16:05:25

Jenkins - Automated Testing


Previous Page Next Page  

持续融合的基本原则之一是,建筑应当可以核查。 你们必须能够客观地确定某一特定建筑是否准备进入建设进程的下一阶段,这样做的最方便办法是使用自动测试。 如果不进行适当的自动测试,你发现自己必须保留许多建筑工艺品,并直接测试这些工艺,这几乎不符合持续一体化的精神。 以下例子说明了如何利用Selenium进行自动网络测试。

Automated Testing

Step 2-Find the Hudson Selenium Plugin, 并选择安装。 重新启动Jenkins案。

Hudson Selenium Testing

Configure System

Step 4 - Configure the selenium services jar and Point on the Save button.

Configure Selenium Server

可在

下载Selenium独立服务器的Cpck。

Download Selenium Standalone Server

回到你的仪表板,并点击HelloWorld项目的没收选择。

Configure

Step 6-Cpck on Addbuilding step and Options the optin of “Selenium htmlSuite Ron”

SeleniumHQ htmlSuite Run

为 se测试添加必要的细节。 这里是使用Selenium IDE生成的测试。 Cpck on Save and implementing a Building. 现在,该员额的建设将启动 se驾驶员,并进行html测试。

Selenium Driver HTML test
Advertisements