This repository was archived by the owner on Nov 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- #AutoTest
2-
1+ # AutoTest
32本项目是一个基于Selenium的Web自动测试框架,通过该框架可以简化测试人员的学习难度,只要编写少量的Java代码即可,大多数的工作都是编写页面元素的描述文件以及对应的数据源。以下是本框架的特色:
43- 支持多种元素选择策略(优先级、循环、区域)
54- 支持多种数据源(xml、excel)
1312- 支持纯XML编写完成自动化测试功能
1413- 自带Windows版本的driver驱动
1514
16- < h1 > 远程的XSD地址</ h1 >
15+ # 远程的XSD地址
1716- http://surenpi.com/schema/autotest/autotest.web.framework.xsd
1817- http://surenpi.com/schema/datasource/autotest.web.framework.datasource.xsd
1918- http://surenpi.com/schema/suite/autotest.web.framework.suite.xsd
20- 如果不知道如何配置Eclipse的XML智能提示,请访问下面的教程:
21- http://surenpi.com/2016/07/21/eclipse_prompt_xml/
2219
23- 本项目在码云和Github上都有托管,下面是各自的地址:
24- Github https://github.com/LinuxSuRen/phoenix.framework
25- 码云 http://git.oschina.net/arch2surenpi/phoenix
20+ 如果不知道如何配置Eclipse的XML智能提示,请访问下面的教程:
21+ http://surenpi.com/2016/07/21/eclipse_prompt_xml/
22+
23+ 本项目在码云和Github上都有托管,下面是各自的地址:
24+ Github https://github.com/LinuxSuRen/phoenix.framework
25+ 码云 http://git.oschina.net/arch2surenpi/phoenix
2626
27- < h1 > 浏览器兼容性</ h1 >
28- chrome v53-55
29- ie8
27+ # 浏览器兼容性
28+ chrome v53-55
29+ ie8
3030firefox
3131
32- < h1 >环境</ h1 >
33- JDK1.8,Maven
32+ # 环境
33+ JDK1.8,Maven
3434
35- 更多详细内容请访问下面的博客:
35+ 更多详细内容请访问下面的博客:
3636http://surenpi.com/2016/07/18/autotest_web_framework_base_selenium/
3737
38- 备注:
39- 由于本项目没有提交任何工程、IDE相关的文件(这样,您就可以任选Eclipse、IntelliJ IDEA或者是NetBeans作为您的开发工具了),所以check出来以后还需要一些步骤。
40- 这里给出在Eclipse中使用Maven的教程。
38+ # 备注
39+ 由于本项目没有提交任何工程、IDE相关的文件(这样,您就可以任选Eclipse、IntelliJ IDEA或者是NetBeans作为您的开发工具了),所以check出来以后还需要一些步骤。
40+ 这里给出在Eclipse中使用Maven的教程。
4141
42- QQ交流群:52492046
42+ QQ交流群:52492046
4343加群后请及时修改备注为:城市-昵称
You can’t perform that action at this time.
0 commit comments