码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
测试设计学习-关于使用PICT设计测试用例步骤说明
PICT介绍: PICT全称Pairwise Independent Combinatorial Testing(成对独立组合测试) PICT产生测试用例和测试配置。你可以通过使用PICT产生的测试,比手工设计的测试更加有效,并且只需要手工设计测试用例的一小部分时间。 PICT可以有效地按照两两测试 ...
分类:其他好文   时间:2019-01-14 15:12:55    阅读次数:170
Testing Complex Logic with JMeter Beanshell
BeanShell是最先进的JMeter内置组件之一。JMeter具有丰富的内置插件,可满足性能测试的许多需求。例如,在编写一些复杂的测试时,您可能需要一些额外的脚本。在这种情况下,值得使用Beanshell。在这篇文章中,我们将讨论使用JMeter Beanshell和常见用例测试复杂逻辑。Bea ...
分类:系统相关   时间:2019-01-13 19:10:31    阅读次数:206
go基础-1
## golang```go 是编译性语言。编译之后,在机器上运行机器码。编译之后,脱离依赖,所有依赖都打包到一个可执行文件。go 最小的共享单位是 包go 以包组织代码package main 编译出来的是一个可执行文件go 的字符串,只能是双引号包裹。go 的 {} 必须在行末```## 设置环... ...
分类:其他好文   时间:2019-01-09 15:46:59    阅读次数:204
Appium Studio 初体验(windows做ios自动化,录制appium脚本)
偶然的机会遇到了这个工具——Appium Studio, 在官网是这么解释的 Get your Appium testing projects going within minutesInstall Appium Studio with a single click along with all t ...
分类:移动开发   时间:2019-01-08 12:17:44    阅读次数:653
Active information gathering-services enumeration
1、Summaize the book Practical Web Penetration Testing first nmap tools is important for gather information of servers nmap -sn [ip] ping scan Netdisco ...
分类:编程语言   时间:2019-01-08 01:01:28    阅读次数:188
利用CNN神经网络实现手写数字mnist分类
题目: 1)In the first step, apply the Convolution Neural Network method to perform the training on one single CPU and testing 2)In the second step, try t ...
分类:其他好文   时间:2019-01-06 20:42:53    阅读次数:325
README
# 运维 # 测试 ## 测试工具 > [最好的测试工具](https://blogs.msdn.microsoft.com/testingspot/2018/08/01/what-are-the-best-performance-testing-tools/) [Apache JMeter](./... ...
分类:其他好文   时间:2019-01-04 00:27:07    阅读次数:160
[Unit Testing] Mock a Node module's dependencies using Proxyquire
Sometimes when writing a unit test, you know that the module you're testing imports a module that you would like to observe, or at the very least mock ...
分类:其他好文   时间:2019-01-03 19:33:53    阅读次数:175
p-value
1、什么是p-value p值用于假设检验,以帮助您支持或拒绝零假设。p值是反对零假设的证据。p值越小,拒绝原假设的证据就越强p A p value is used in hypothesis testing to help you support or reject the null hypoth ...
分类:其他好文   时间:2018-12-31 15:47:13    阅读次数:219
JUnit单元测试教程(翻译自Java Code Geeks)
说明 本教程翻译自Java Code Geeks,原文网址:https://www.javacodegeeks.com/2014/11/junit-tutorial-unit-testing.html#suite_tests。翻译的过程中,有少部分内容是译者添加的解释说明和对原文章中错误地方的修正。 ...
分类:编程语言   时间:2018-12-29 23:36:16    阅读次数:351
1026条   上一页 1 ... 29 30 31 32 33 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!