
配置
文章平均质量分 92
oscar_lcb
测试技术相关
展开
-
JDK和Tomcat配置
-------首先要配置好JDK 1.安装JDK 2.设置环境变量 在我的电脑->属性->高级->环境变量->系统变量中添加以下环境变量(假定你的jdk安装在C:/Program Files/Java/jdk1.6.0_24): JAVA_HOME=C:/Program Files/Java/jdk1.6.0_24 classpath=. ;%JAVA_HOME%/lib/dt.j原创 2011-03-25 11:56:00 · 998 阅读 · 1 评论 -
HOW TO: Install Selenium 2 for Mac OS X / Python
If you own a Mac and want to get started with Selenium for Automated Testing of your web apps, then you’re already most of the way there. The Mac operating system already offers a number of baked in转载 2013-02-05 20:40:21 · 2307 阅读 · 0 评论 -
HOW TO: Install Chromedriver for Mac OS X / Selenium / Python
Selenium is great for automated testing of web-apps and I’ve been using the Firefox extension Selenium IDE for a few months now. For completeness of automated testing for web apps you need to do th转载 2013-02-05 20:37:22 · 9253 阅读 · 0 评论