性能测试划分有很多种,测试方法也有很多总,更确切的说是由于测试方法的不同决定了测试划分的情况,但在测试过程中性能测试的划分没有绝对的界限,常用的有负载测试、压力测试和并发用户测试等。 性能测试的方法主要包括以下几种: 负载测试(load Testing) 压力测试(Stress Testing) 配 ...
分类:
其他好文 时间:
2019-07-08 00:37:53
阅读次数:
152
管理的灰度 A/B测试终极指南 Multivariate Testing 灰度测试 知识的诅咒 “知识的诅咒”的说法来自《粘住》中实验,具体可以自己搜索一下。我们自己对于自己开发的产品极为熟悉,于是乎想当然认为用户也应当能够理解产品的设计思路、产品的功能使用。 1)问题特征: a结果没有量化手段; ...
分类:
其他好文 时间:
2019-07-02 19:38:19
阅读次数:
136
CTest和Gtest 参考 CMake/Testing With CTest cmake结合CTest的例子 前言 在VSCode中配合CMakeTools工具使用这个测试框架,还比较方便 学习过程 CDash环境搭建(没完成) sudo apt install mysql-server mysq... ...
分类:
其他好文 时间:
2019-07-01 22:58:15
阅读次数:
181
这篇文章的全局观和思路一级棒! The Fairy Tale Cast your mind back to 2010 when users started to demand interactive web applications. Back then the only real solution ...
分类:
其他好文 时间:
2019-06-25 19:49:00
阅读次数:
152
[root@localhost ~]# mount /dev/cdrom /mnt mount: /dev/sr0 is write-protected, mounting read-only [root@localhost ~]# ls /mnt CentOS_BuildTag GPL LiveO ...
分类:
其他好文 时间:
2019-06-25 09:22:54
阅读次数:
112
解析库之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