2015年5月10日

摘要: 新建表空间启用sql plus:SQL> conn sys as sysdba;SQL> create tablespace CTL datafile 'D:\db\CTL.dbf' size 1000M 2 autoextend on next 1m maxsize 3000M extent ma... 阅读全文
posted @ 2015-05-10 20:13 王列 阅读(104) 评论(2) 推荐(0) 编辑

2015年3月16日

摘要: http://www.cnblogs.com/lanxuezaipiao/p/3291641.html 阅读全文
posted @ 2015-03-16 23:55 王列 阅读(69) 评论(0) 推荐(0) 编辑

2015年3月14日

摘要: 使用 selenium 做web自动化测试,以IE为例,开始要得到通过 "new InternetExplorerDriver()"得到一个 WebDriver,有了这个WebDriver,才可以继续后面的操作。我们写一些简单的例子的时候没有发现什么问题。但是如果碰到这样的场景,比如现在要写一个功能... 阅读全文
posted @ 2015-03-14 00:11 王列 阅读(195) 评论(2) 推荐(0) 编辑

2015年1月30日

摘要: case IE :System.setProperty("webdriver.ie.driver","C:\\Program Files\\Internet Explorer\\IEDriverServer.exe");driver = new InternetExplorerDriver();br... 阅读全文
posted @ 2015-01-30 18:08 王列 阅读(361) 评论(0) 推荐(0) 编辑
摘要: selenium 测试IE,IE的几个级别下的“启用保护模式”的勾选需要去掉 阅读全文
posted @ 2015-01-30 18:05 王列 阅读(119) 评论(0) 推荐(0) 编辑

2015年1月23日

摘要: 最常用的如下在一个TestObject下找元素TestObject xx= (TestObject) new RFTXPath("descendant::Html.UL//Html.LI[@id='aaa' and @_.id='aaa']").selectSingleNode(t);[] 里面可以... 阅读全文
posted @ 2015-01-23 23:15 王列 阅读(112) 评论(0) 推荐(0) 编辑

导航