httpunit
-
The next statement sets the text box with name q with the value HttpUnit .
下一条语句用值HttpUnit设置名为q的文本框。
-
Enter the string HttpUnit Home into the search text box and submit the form .
在搜索文本框中输入字符串HttpUnitHome,并提交表单。
-
Get the results page and assert that it contains a link containing the text HttpUnit Home .
获得结果页,并确定该页面包含的链接中包含文本HttpUnitHome。
-
On the results page , the code first checks if there is any link with the text HttpUnit Home .
在结果页面上,代码首先检查是否有一个链接的文本是HttpUnitHome。
-
First , I 'll show you how HttpUnit , one of JWebUnit 's building blocks , simplifies this task .
首先,我要介绍HttpUnit(JWebUnit的构建块之一)是如何简化这项工作的。
-
Parasoft Jtest can examine your code in several different ways and automatically generate JUnit , Cactus , and HttpUnit test cases for testing things like access and boundary type exceptions .
ParasoftJtest可以通过多种方式检查代码,并自动生成Junit、Cactus和HttpUnit测试用例,以便测试诸如访问和边界类型异常等问题。