Testing
guoquan111
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Selenium ide 基础
一、 Commands (命令)· Action对当前状态进行操作失败时,停止测试 · Assertion校验是否有产生正确的值 · Element Locators指定HTML中的某元素 · Patterns用于模式匹配 1. Element Locators (元素定位器)id=idid locator 指定HTML中的唯一id...2008-01-18 15:30:34 · 170 阅读 · 0 评论 -
Introduction Twill and Selenium
Twill: http://twill.idyll.org/Selenium 使用介绍: http://www.iteye.com/topic/107276 官方网站: http://www.openqa.org/selenium/ 中文资源: http://wiki.javascud.org/display/SEL/HomeTwil...2008-01-18 15:55:17 · 113 阅读 · 0 评论 -
在持续集成系统中使用Selenium-RC
本页面是关于在一个持续集成的系统中使用 Selenium-RC - 通过命令行、Ant 或者 TestNG 来运行 Selenium 测试。首先,我们收集信息。然后我们把它们合理的整理好。关键问题是有很多种方式启动测试并且收集结果, 所以你不得不配合好你所使用的工具 (ANT, TestNG, CC, ...)如此使用 Selenium-RC 就需要了解很多事情:Selenium 服务器 (se...2008-01-18 16:20:55 · 160 阅读 · 0 评论 -
The Grinder3.0
测试工具—The Grinder3介绍The Grinder是一个开源的负载生成/数据收集工具,它本身是Java应用程序,需要在安装JVM(版本不能低于1.3 )的平台上运行,可以在http://grinder.sourceforge.net下载。下在后的文件为grinder-3.0-beta33.zip,解压这个包到磁盘上。 其中“lib”目录下是你运行测试工具是所需要的JAR包。因此在系统的环...2008-01-28 15:09:33 · 188 阅读 · 0 评论
分享