2020年9月16日

Chapter7: 利用Python的Testlink模块上传测试结果,取代Jenkins中的Testlink插件

摘要: 本系列文章见总链接: 总章:TestStand+Jenkins+Testlink 自动化测试平台搭建 需要在Python环境中安装Testlink-API-Python-client。TestLink-API-Python-client is a Python XML-RPC client for 阅读全文

posted @ 2020-09-16 14:44 swee632 阅读(832) 评论(0) 推荐(0) 编辑

2020年8月30日

Chapter6: Testlink+Jenkins搭建过程中遇到的没有解决的问题

摘要: 本系列文章见总链接: 总章:TestStand+Jenkins+Testlink 自动化测试平台搭建 1. Open: Jenkins job运行结束后,点击Testlink图标,显示如下错误 2. Resloved: 在Invoke Testlink设置中,勾选Attach Junit XML,在 阅读全文

posted @ 2020-08-30 16:44 swee632 阅读(47) 评论(0) 推荐(0) 编辑

Chapter5: 如何批量上传测试案例到Testlink中

摘要: 本系列文章见总链接: 总章:TestStand+Jenkins+Testlink 自动化测试平台搭建 为了批量创建Testcase,可以借助Testlink提供的import功能。本文样例以Testlink1.9.20做展示 帮助文档: 在testlink路径下C:\xampp\htdocs\tes 阅读全文

posted @ 2020-08-30 16:25 swee632 阅读(593) 评论(0) 推荐(0) 编辑

2020年3月19日

Python 2.x与Python 3.x区别

摘要: Python2与Python3的具体区别 除了引入import from future,了解一下两者的区别也是很必要的 print函数:(Python3中print为一个函数,必须用括号括起来;Python2中print为class) Python 2 的 print 声明已经被 print() 函 阅读全文

posted @ 2020-03-19 22:47 swee632 阅读(281) 评论(0) 推荐(0) 编辑

2020年3月9日

Modbus 通信协议

摘要: 1. 术语和定义 ADU (Application Data Unit) 应用数据单元PDU (Protocol Data Unit) 协议数据单元MB (Modbus Protocol) MODBUS协议LSB (Least Significant Bit) 最低有效位 2. 通讯协议 2.1 概 阅读全文

posted @ 2020-03-09 11:37 swee632 阅读(973) 评论(0) 推荐(0) 编辑

sourcetree 不能识别本地添加的文件

摘要: 在SourceTree中不能识别新增的文件,或者修改过的文件。 在.gitignore文件中也没有找到忽略的文件。之后用git status命令,返回目录是clean的。表明没有任何修改。 解决方法: 1. 命令行窗口,cd到文件目录下。 2. 输入 git add 文件名 若返回无法添加,就输入g 阅读全文

posted @ 2020-03-09 09:15 swee632 阅读(2566) 评论(0) 推荐(0) 编辑

2019年4月2日

批处理中如何截取FOR循环变量的字符串

摘要: FOR 变量参照的替换已被增强。您现在可以使用下列选项语法: ~I - 删除任何引号("),扩展 %I %~fI - 将 %I 扩展到一个完全合格的路径名 %~dI - 仅将 %I 扩展到一个驱动器号 %~pI - 仅将 %I 扩展到一个路径 %~nI - 仅将 %I 扩展到一个文件名 %~xI - 阅读全文

posted @ 2019-04-02 08:47 swee632 阅读(1595) 评论(0) 推荐(0) 编辑

2017年10月16日

BDD Concept

摘要: BDD开发的周期 传统软件开发 BDD开发 方案到单元测试过程 阅读全文

posted @ 2017-10-16 16:12 swee632 阅读(107) 评论(0) 推荐(0) 编辑

BDD Best Practices

摘要: BDD scenarios should be written in collaboration with product owners, developers and testers. Specify the intent and the behavior of the system when d 阅读全文

posted @ 2017-10-16 16:00 swee632 阅读(217) 评论(0) 推荐(0) 编辑

Behavior Driven Development (BDD) Testing

摘要: What is BDD? Behavior-Driven Development (BDD) is a software development technique for automated testing and it also can be successfully applied in Ag 阅读全文

posted @ 2017-10-16 15:53 swee632 阅读(666) 评论(0) 推荐(0) 编辑

导航