08 2021 档案
linux 笔记
摘要: 阅读全文
posted @ 2021-08-19 11:09 小海海宁宁 阅读(39) 评论(0) 推荐(0)
UFT API
摘要: 阅读全文
posted @ 2021-08-19 11:08 小海海宁宁 阅读(44) 评论(0) 推荐(0)
Selenui + Cucumber framwork structure
摘要: 阅读全文
posted @ 2021-08-19 11:05 小海海宁宁 阅读(55) 评论(0) 推荐(0)
How to execute selenuim + cucumber automation
摘要: 阅读全文
posted @ 2021-08-19 11:02 小海海宁宁 阅读(28) 评论(0) 推荐(0)
Cucumber
摘要: 阅读全文
posted @ 2021-08-19 10:57 小海海宁宁 阅读(423) 评论(0) 推荐(0)
Excel Micro (VBA)
摘要: 阅读全文
posted @ 2021-08-04 16:57 小海海宁宁 阅读(181) 评论(0) 推荐(0)
UFT 对时间的处理
摘要:1. 当前时间的后n天 2. 当前时间的前n天 3. 当前时间 eg: 阅读全文
posted @ 2021-08-04 16:44 小海海宁宁 阅读(90) 评论(0) 推荐(0)
UFT RegExp
摘要: 阅读全文
posted @ 2021-08-04 16:38 小海海宁宁 阅读(35) 评论(0) 推荐(0)
UFT 对文件的处理(scripting.filesystemObject)
摘要:1. 文件路劲 2. 文件大小 3.写 4. 读 5. 复制 6. 内容替换 阅读全文
posted @ 2021-08-04 16:26 小海海宁宁 阅读(112) 评论(0) 推荐(0)
UFT 模拟鼠标(包括fireEvent) & 键盘操作
摘要:1. 鼠标 2. 键盘 3. UFT FireEvent 实现多样JS 操作 阅读全文
posted @ 2021-08-04 16:07 小海海宁宁 阅读(250) 评论(0) 推荐(0)
UFT 的三种方法获取时间
摘要: 阅读全文
posted @ 2021-08-04 15:59 小海海宁宁 阅读(115) 评论(0) 推荐(0)
UFT textUtil object 解决奇怪问题
摘要:当页面元素定位出问题,可以用textUtil来解决 阅读全文
posted @ 2021-08-04 15:56 小海海宁宁 阅读(46) 评论(0) 推荐(0)
UFT 关于excel及datatable的处理
摘要:1. excel 2. datatable 阅读全文
posted @ 2021-08-04 15:52 小海海宁宁 阅读(124) 评论(0) 推荐(0)
UFT remove duplicate value
摘要: 阅读全文
posted @ 2021-08-04 15:37 小海海宁宁 阅读(37) 评论(0) 推荐(0)
UFT 获取linux log
摘要: 阅读全文
posted @ 2021-08-04 15:16 小海海宁宁 阅读(26) 评论(0) 推荐(0)
UFT send request & get response
摘要:str 为发出去的request ; 阅读全文
posted @ 2021-08-04 15:14 小海海宁宁 阅读(35) 评论(0) 推荐(0)
UFT 执行cmd command & kill task
摘要:1. execute cmd command 2. kill task 阅读全文
posted @ 2021-08-04 15:10 小海海宁宁 阅读(79) 评论(0) 推荐(0)
UFT 连接数据库 & 执行sql 语句
摘要:1. connection sql server 2. 执行sql 语句 3. get db value 4. return DB data row when we have sql command 阅读全文
posted @ 2021-08-04 15:03 小海海宁宁 阅读(89) 评论(0) 推荐(0)
UFT connect sql (1)
摘要:两种方法: 第一种: 第二种: 阅读全文
posted @ 2021-08-04 14:53 小海海宁宁 阅读(42) 评论(0) 推荐(0)
UFT VBScripts sharing
摘要: 阅读全文
posted @ 2021-08-04 14:44 小海海宁宁 阅读(52) 评论(0) 推荐(0)
UFT Wscripts.Shell & Mercury.DeviceReplay
摘要: 阅读全文
posted @ 2021-08-04 14:35 小海海宁宁 阅读(34) 评论(0) 推荐(0)
UFT issue
摘要: 阅读全文
posted @ 2021-08-04 14:32 小海海宁宁 阅读(36) 评论(0) 推荐(0)
UFT send email
摘要: 阅读全文
posted @ 2021-08-04 14:30 小海海宁宁 阅读(30) 评论(0) 推荐(0)
UFT 笔记(1)
摘要: 阅读全文
posted @ 2021-08-04 14:29 小海海宁宁 阅读(52) 评论(0) 推荐(0)
GIT 笔记
摘要:1. SSH key command: ssh-keygen cat id_rsa.pub 2. git status git commit -m description git push git pull git merge 3. commit change to a new branch git 阅读全文
posted @ 2021-08-04 14:05 小海海宁宁 阅读(35) 评论(0) 推荐(0)