随笔分类 -  Software Test

上一页 1 ··· 3 4 5 6 7
摘要:1. 官网 https://doc.goldfingerholdings.com/synapsert/latest/zh_cn 2. 使用 3. 其他 zephyrxray 参考链接: https://www.cnblogs.com/huxinping8800/p/14435785.html?ivk 阅读全文
posted @ 2022-02-28 11:39 代码诠释的世界 阅读(1003) 评论(0) 推荐(0)
摘要:1. 官网 https://www.atlassian.com/software/jira/guides https://docs.atlassian.com/software/jira/docs/api/ 2. 安装mysql https://www.cnblogs.com/fireblackma 阅读全文
posted @ 2022-02-24 19:58 代码诠释的世界 阅读(3966) 评论(0) 推荐(0)
摘要:1. 官网 https://www.jenkins.io/doc/ https://robotframework.org/ https://docs.qameta.io/allure/#_jenkins 2. 安装allure https://www.cnblogs.com/fireblackman 阅读全文
posted @ 2022-02-23 20:28 代码诠释的世界 阅读(346) 评论(0) 推荐(0)
摘要:1. 问题现象 appledeMacBook-Pro:~ apple$ allure -version ERROR: JAVA_HOME is set to an invalid directory: /usr/local/opt/openjdk Please set the JAVA_HOME v 阅读全文
posted @ 2022-02-23 14:58 代码诠释的世界 阅读(683) 评论(0) 推荐(0)
摘要:1. 官网链接 https://pytest-dependency.readthedocs.io/en/stable/ 这篇文章讲的很细了, 想了解更多, 看官方文档 参考链接:http://t.zoukankan.com/se7enjean-p-13513131.html 阅读全文
posted @ 2022-02-17 16:54 代码诠释的世界 阅读(100) 评论(0) 推荐(0)
摘要:1. 问题代码python self.browser.switch_to_window_handles(browser.window_handles[-1]) 2. 解决方法 self.browser.switch_to.window(browser.window_handles[-1]) 阅读全文
posted @ 2022-01-27 16:16 代码诠释的世界 阅读(1055) 评论(0) 推荐(0)
摘要:1. 下载链接 # https://github.com/allure-framework/allure2/releases# allure文档:https://docs.qameta.io/allure/ 2. 安装 ubuntu sudo dpkg -i allure_2.17.2-1_all. 阅读全文
posted @ 2022-01-18 19:55 代码诠释的世界 阅读(525) 评论(0) 推荐(0)
摘要:1. 安装第三方库 pip install websocket pip install websocket-client 2. 实战 import time from websocket import create_connection url = 'ws://192.168.1.100:8888/ 阅读全文
posted @ 2022-01-18 19:48 代码诠释的世界 阅读(970) 评论(0) 推荐(0)
摘要:1. 新建项目 2. 新建流水线项目 输入名称,选择流水线项目 3. 基础配置 4. 根据自己需求配置对应参数 4. 配置触发器 5. 配置触发器高级选项 6. 配置高级项目选项-流水线脚本 7. pipline脚本示例 pipeline { agent any stages { stage('Pr 阅读全文
posted @ 2021-12-22 14:37 代码诠释的世界 阅读(463) 评论(0) 推荐(0)
摘要:测试点,功能性、性能、安全、兼容性、UI、易用性、接口测试、代码测试、异常测试等。 1、功能性测试功能测试首先要满足登陆的基本功能,无论那种测试进行的第一步测试肯定是功能测试主要测试项: 用户名、密码正确,点击登陆,登陆成功(不管测什么,首先第一条应该测试正常的流程,这也是优先级最高的用例) 用户名 阅读全文
posted @ 2021-11-10 10:01 代码诠释的世界 阅读(647) 评论(0) 推荐(0)
摘要:基于pytest+allure生成自动化报告的实践,写的挺好 https://www.cnblogs.com/wxhou/p/13160922.html 详细了解还是要看官网 https://docs.qameta.io/allure/#_pytest https://learning-pytest 阅读全文
posted @ 2021-07-12 20:22 代码诠释的世界 阅读(60) 评论(0) 推荐(0)
摘要:安装很简单,参考一下: 1. 先安装Java环境 2.下载安装jmeter,配置好即可 原文: https://www.jianshu.com/p/bce9077d883c 阅读全文
posted @ 2021-07-12 19:08 代码诠释的世界 阅读(65) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7