会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ADChen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
9
下一页
2019年10月20日
测试工程师的进阶之路
摘要: 初级 技能方面: 基本的文档编辑能力,能够描述问题生成过程 了解软件开发过程 能独立完成测试用例的执行和bug提交 工具方面: 了解基础的工具:bug管理工具、用例管理工具、需求管理工具 中级 技能方面 能独立负责测试用例的编写、评审 能独立承担项目的测试工作、并且提交测试报告 Chrome开发者工
阅读全文
posted @ 2019-10-20 17:47 ADChen
阅读(871)
评论(0)
推荐(0)
2019年9月7日
接口测试概述
摘要: 1、接口是什么 在各大招聘网站上,你可能看到要求测试人员做过接口测试;一般而言,对于软件测试人员 ,最常用的接口测试,指的是http/https接口。 2、为什么做接口测试: 请看下图: 接口测试的是前后端的数据交互,粒子性好 具体优点如下: * 接口测试,相对功能测试来说,收益更高 * 接口测试更
阅读全文
posted @ 2019-09-07 22:27 ADChen
阅读(306)
评论(0)
推荐(0)
2019年8月19日
postman 在pre-request中发送application/x-www-form-urlencoded 格式表单
摘要: postman中在pre-request 发送请求 json数据解析和遍历 application/x-www-form-urlencoded表单 Array基本使用 js函数 http请求 postman全局变量 postman/jquery/js document blogs postman/j
阅读全文
posted @ 2019-08-19 00:19 ADChen
阅读(2820)
评论(0)
推荐(0)
2019年8月4日
阿里云搭建git服务器
摘要: 阿里云服务器环境: CentOS7.0 jdk1.8.0 jre1.8.0 RAM:1G SWAP:3G MEM:40G apache-tomcat 8.0 1、下载gitlab-ce 11.0 到本地 2、通过DMS上传到云服务器 3、cp gitlabxx.rpm 指定文件夹 4、rpm -iv
阅读全文
posted @ 2019-08-04 15:19 ADChen
阅读(1496)
评论(0)
推荐(0)
git 命令行操作(之前整理在有道的笔记)
摘要: 1. 常用命令 切换分支 git checkout [branch_name] 检出分支 git clone [git_URL] 更新分支 git pull origin [branch_name] 解决冲突 上传 git add [file] git commit -m “注释” 标签 git t
阅读全文
posted @ 2019-08-04 15:15 ADChen
阅读(203)
评论(0)
推荐(0)
2019年5月12日
jsonpath 一个简单实用的工具
摘要: 需要注意的是:
阅读全文
posted @ 2019-05-12 22:19 ADChen
阅读(1186)
评论(0)
推荐(0)
2019年5月5日
unnitest+HtmlRunner生成测试报告
摘要: HtmlRunner的功能主要有以下几个: 1、重写TestResult中的方法,返回需要的参数; 2、在HtmlRunner.py文件中,存储了html报告的header/body等模板、js脚本; 3、把返回的result写入到result文件中。 需要注意的是,如果你是在pycharm中编辑,
阅读全文
posted @ 2019-05-05 22:00 ADChen
阅读(599)
评论(0)
推荐(0)
在pycharm中右键运行,只有unnitest,HtmltTestRunner不生成报告
摘要: https://blog.csdn.net/lufangbo/article/details/79308362 有时候在编完脚本开始运行时,发现某个py脚本右键运行的选项不是run,二是run in unittest,试过很多方法都不能很好的去除,主要是因为脚本中含有test字符串,一种解决方法是将
阅读全文
posted @ 2019-05-05 21:53 ADChen
阅读(294)
评论(0)
推荐(0)
2019年3月31日
之前写回调地址做的笔记
摘要: from django.shortcuts import HttpResponse from django.views.decorators.csrf import csrf_exempt # Create your views here. import logging logging.basicConfig(level=logging.INFO) logger = logging.get...
阅读全文
posted @ 2019-03-31 23:24 ADChen
阅读(155)
评论(0)
推荐(0)
2019年3月4日
命令模式
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2019/3/4 22:51 # @Author : ChenAdong # @email : aiswell@foxmail.com import os class Command: def __init__(self, origin_name, new_name)...
阅读全文
posted @ 2019-03-04 22:59 ADChen
阅读(75)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
9
下一页
公告