Changes between Version 12 and Version 13 of autotest


Ignore:
Timestamp:
05/17/2012 02:35:59 PM (14 years ago)
Author:
qinhongyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • autotest

    v12 v13  
    22 
    33- selenium 
    4     该测试框架对Firefox完美支持,其它浏览器的兼容性能有待商榷[[BR]] 
     4    该测试框架对Firefox完美支持,其它浏览器的兼容性能有待商榷,据说浏览器兼容性是该框架的特色,比watir好[[BR]] 
    55    可以使用多种语言编写测试用例,可以使用Java,但是推荐使用[http://www.ruby-lang.org/zh_cn/documentation/ ruby]来编写,因为使用ruby来编写的话,语言简洁很多,而且测试人员可以很简单地去编写Ruby脚本[[BR]] 
    66    具有录制功能,但是只针对在firefox下,录制生成的脚本可以转为各种语言的测试用例。 
     7 
     8- watir 
     9    该测试框架对ie有很好的支持 
     10     
    711---- 
    812== 安装:==