图 4.JUnit HtmlUnit 测试结果
通过 Ant 脚本运行测试
<target name="htmlunit" depends="compile"> <junit printsummary="yes" haltonfailure="yes"> <classpath refid="junit.classpath"/> <formatter type="plain"/> <test name="sample.testcase.IBMEmployeeDirectoryPageTest" haltonfailure="no" outfile="test-result" todir="${build.dir}"> </test> </junit> </target> |
如果您尚未下载 HtmlUnit_JavaSrc.zip,请转至本文的底部单击 Download HtmlUnit_JavaSrc.zip 下载该文件。并修改 build.xml 文件,指定 build.dir 、 junit.jar 和 htmlunit.libdir 参数。
· 使用 Ant 配置 WebSphere Studio。选择 Window =>Preferences 并单击 Properties 。将 build.compiler 设置成 org.eclipse.jdt.core.JDTCompilerAdapter 。
图 5. 为 Ant 进行 WebSphere Studio 配置
· 运行 Ant 脚本,运行结果将显示在 WebSphere Studio 控制台中。右键单击 build.xml 并选择 Run Ant 。运行结果将显示在控制台和 Ant 输出文件中。
文章来源于领测软件测试网 https://www.ltesting.net/