码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
Data Driven testing - Using parameters in TestNG
e.g. for the login case, originally it's hard coded in the script. now using parameters in TestNG.xml //private static String username = "user01; //pr ...
分类:其他好文   时间:2019-10-05 10:21:18    阅读次数:95
JMeter问题集
启动Jmeter4.0 后弹出命令窗口提示信息: Don‘t use GUI mode for load testing !, only for Test creation and Test debugging.For load testing, use NON GUI Mode:jmeter -n ...
分类:其他好文   时间:2019-10-02 14:55:51    阅读次数:160
Spark(二): 内存管理
Spark 作为一个以擅长内存计算为优势的计算引擎,内存管理方案是其非常重要的模块; Spark的内存可以大体归为两类:execution和storage,前者包括shuffles、joins、sorts和aggregations所需内存,后者包括cache和节点间数据传输所需内存;在Spark 1 ...
分类:其他好文   时间:2019-10-02 00:35:40    阅读次数:122
SQL Cursor 游标的使用
Contents SQL Cursor 游标的使用这两天在做新老系统间的data migration,接触到sql的游标,记录总结一下。我们的需求是要求map多张表,并把计算结果分别更新到一张目标表中, 新旧系统要做A/B Testing, 所以当旧表有任何更新,比如新增,删除,改动, 都要更新到新... ...
分类:数据库   时间:2019-10-01 13:49:37    阅读次数:486
Apache ab.exe 使用
ab 的全称是 ApacheBench , 是 Apache 附带的一个小工具 , 专门用于 HTTP Server 的 benchmark testing , 可以同时模拟多个并发请求。简单的说它就是一个性能检测的小工具,使用简单方便。 使用方法: 1、打开命令行,输入cmd,回车 2、输入命令, ...
分类:Web程序   时间:2019-09-30 11:09:46    阅读次数:98
接口测试面试题
1.什么是接口测试(Interface Testing)? 测试系统组件间接口的一种测试 2.为什么要做接口测试?(接口测试一般指测试接口的功能,性能,稳定性和安全性测试) 找出后端接口的功能和安全性的缺陷。比如:我测试红星图书网时,个人中心有余额提现,假设我余额有100元,在页面上输入负数,肯定是 ...
分类:其他好文   时间:2019-09-29 12:41:03    阅读次数:210
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
1060条   上一页 1 ... 19 20 21 22 23 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!