码迷,mamicode.com
首页 >  
搜索关键字:exploratory testing    ( 1050个结果
10 Unit Testing and Automation Tools and Libraries Java Programmers Should Learn
转自:https://javarevisited.blogspot.com/2018/01/10-unit-testing-and-integration-tools-for-java-programmers.html#ixzz60s1lBt5p 一些很不错的测试框架整理 In last a cou ...
分类:编程语言   时间:2019-09-29 10:03:07    阅读次数:142
2019年9月22日 类的装饰器
装饰器本身就是函数 回顾: 》》》》》》 >>deco>>testing >>>>>> >>deco>> <class '__main__.Foo'>{'__module__': '__main__', '__dict__': <attribute '__dict__' of 'Foo' objec ...
分类:其他好文   时间:2019-09-22 21:28:48    阅读次数:95
ORACLE 11g ORA-20000: Unable to analyze TABLE "AA"."CMP3$87651", insufficient privileges or does not exist
Sat Sep 21 06:00:00 2019Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"End automatic SQL Tuning Advisor run ...
分类:数据库   时间:2019-09-21 23:29:36    阅读次数:173
intel Z8300 2G 32G小主机跟树莓派3B的功耗/性能对比
具体硬件平台就不详细说了,浪费时间码字,贴一个淘宝上的配置: 有点广告的既视感,哈哈,不过我200块咸鱼收的2手,配置比这个稍低,比如CPU是Z8300,网卡是百兆的,WIFI可能也不是双频的(这个不确定。 因为linux下这玩意没驱动起来)不过我买回来不是做NAS,只是想搞个7*24在线的小服务器 ...
分类:其他好文   时间:2019-09-21 13:07:14    阅读次数:592
jmeter术语
1.负载:模拟业务请求操作对服务器造成压力的过程 2.性能测试(performance testing):模拟用户负载来测试系统在负载情况下,系统的响应时间、吞吐量等指标是否满足性能要求 3.负载测试(load testing):在一定软硬件环境下,通过不断加载负载来确定在满足性能指标的情况下能够承 ...
分类:其他好文   时间:2019-09-19 21:55:56    阅读次数:95
基于FPM制作RPM包
1、搭建Epel Yum源 安装在线yum源 [root@localhost ~]# ls /etc/yum.repos.d/ backup CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo [root@Crushlinux ...
分类:其他好文   时间:2019-09-16 09:37:53    阅读次数:86
第七章-复用类-代理
练习11:(3)修改 Detergent.java,让它使用代理。 一:我的答案: 运行结果: Cleanserdilute()applay() Detergent.scrub()scrub()foam()Testing base classCleanserdilute()applay()scrub ...
分类:其他好文   时间:2019-09-16 00:45:03    阅读次数:101
[译] Go语言测试进阶版建议与技巧
阅读本篇文章前,你最好已经知道如何写基本的单元测试。本篇文章共包含3个小建议,以及7个小技巧。 建议一,不要使用框架 <! more Go语言自身已经有一个非常棒的测试框架,它允许你使用Go编写测试代码,不需要再额外学习其它的库或测试引擎。关于断言方面的帮助函数,你可以看看这个 "testing" ...
分类:编程语言   时间:2019-09-15 19:03:37    阅读次数:134
Load Testing Socket.IO Web Applications and Infrastructure
转自:https://medium.com/better-programming/load-testing-socket-io-web-applications-and-infrastructure-3e96011898e0 关于artillery的一个实践 Are you shipping a s ...
分类:移动开发   时间:2019-09-11 14:14:55    阅读次数:133
Android-jacoco代码覆盖率:单元测试覆盖率+功能测试覆盖率
参考:https://docs.gradle.org/current/dsl/org.gradle.testing.jacoco.tasks.JacocoCoverageVerification.html gradle库下载:https://maven.aliyun.com/mvn/view 案例参 ...
分类:移动开发   时间:2019-09-09 19:23:19    阅读次数:217
1050条   上一页 1 ... 20 21 22 23 24 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!