解析库之bs4的基本使用方法 bs4之遍历文档树 bs4搜索文档库的应用 用python爬取豌豆荚数据 pymongo的简单使用 有关命令的作用 通过本次学习,学习到python的更多知识,特别开心 ...
分类:
编程语言 时间:
2019-06-22 01:02:29
阅读次数:
178
安装好JMeter后,运行JMeter.bat,会出现两个界面,一个命令行界面(NON GUI Mode),一个图形化界面(GUI Mode) 在命令行界面中提示: Don't use GUI mode for load testing, only for Test creation and Tes ...
分类:
其他好文 时间:
2019-06-20 00:50:43
阅读次数:
168
1 #zookeeper Python3 2 3 #-*- coding: utf-8 -*- 4 5 import socket 6 7 def verify(protocol,ip,port): 8 url = ip+':'+str(port) 9 print('testing if zooke... ...
分类:
其他好文 时间:
2019-06-17 10:51:46
阅读次数:
125
testing the blog!testing the blog!testing the blog!testing the blog!testing the blog!testing the blog!testing the blog!testing the blog!testing the bl ...
分类:
其他好文 时间:
2019-06-13 13:38:17
阅读次数:
80
编辑这个文件,用来设置登录前告警信息[root@controller etc]# cat /etc/login.warn !!!! Welcome to KernelTalks test server !!!!This server is meant for testing Linux comman ...
分类:
其他好文 时间:
2019-06-09 12:46:49
阅读次数:
129
1.什么是灰度发布灰度发布(又名金丝雀发布)是指在黑与白之间,能够平滑过渡的一种发布方式。在其上可以进行A/B testing,即让一部分用户继续用产品特性A,一部分用户开始用产品特性B,如果用户对B没有什么反对意见,那么逐步扩大范围,把所有用户都迁移到B上面来。灰度发布可以保证整体系统的稳定,在初 ...
分类:
其他好文 时间:
2019-06-08 00:44:14
阅读次数:
133
Payloads https://github.com/swisskyrepo/PayloadsAllTheThings https://techvomit.net/web application penetration testing notes/ 字典 https://github.com/Th ...
分类:
其他好文 时间:
2019-06-07 11:14:11
阅读次数:
99
软件测试面试题(一) 软件的生命周期(prdctrm) 计划阶段(planning)-〉需求分析(requirement)-〉设计阶段(design)-〉编码(coding)->测试(testing)->运行与维护(running maintrnacne) 测试用例 用例编号 测试项目 测试标题 重 ...
分类:
其他好文 时间:
2019-06-05 23:53:29
阅读次数:
146
1.测试用例的粒度测试用例可以写得很简单,也可以写得很复杂。最简单的测试用例是测试的纲要,仅仅指出要测试的内容,如探索性测试(Exploratory Testing)中的测试设计,仅会指出需要测试产品的哪些要素、需要达到的质量目标、需要使用的测试方法等。而最复杂的测试用例就像飞机维修人员使用的工作指 ...
分类:
其他好文 时间:
2019-06-05 10:08:37
阅读次数:
113
测试计划(Testing plan)的定义: 描述了要进行的测试活动的范围、方法、资源和进度的文档; 是对整个信息系统应用软件组装测试和确认测试。 它确定测试项、被测特性、测试任务、谁执行任务、各种可能的风险。 测试计划可以有效预防计划的风险,保障计划的顺利实施。 测试计划的目的 (1)为测试各项活 ...
分类:
其他好文 时间:
2019-06-05 00:53:52
阅读次数:
129