码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
单元测试 _ Why Should You Use xUnit? A Unit Testing Framework For .Net
https://www.clariontech.com/blog/why-should-you-use-xunit-a-unit-testing-framework-for-.net Why Should You Use xUnit? A Unit Testing Framework For .Ne ...
分类:Web程序   时间:2020-05-21 11:50:07    阅读次数:84
技术栈
Python Python基础 | "Python简介" | "Python运算符" | "Python整型&字符串" | "Python列表&元组" | Django Other Golang Web Testing Linux Docker Jenkins MySQL Redis Other ...
分类:其他好文   时间:2020-05-20 12:50:52    阅读次数:72
软件测试基础理论(面试必备)
1.软件测试定义: 软件测试(Software Testing),在规定的条件下对程序进行操作,以发现程序错误,衡量软件质量,并对其是否能满足设计要求进行评估的过程。 2.软件的分类: 软件 = 程序 + 数据 + 文档。 按照功能划分: 系统软件:如操作系统、数据库管理系统,各种驱动软件等(直接与 ...
分类:其他好文   时间:2020-05-17 13:06:25    阅读次数:193
按是否执行程序的角度划分:静态测试、动态测试
1.静态测试(Static testing) 定义 静态方法是指不运行被测程序本身,而只是静态地检查程序代码、界面或文档中可能存在的错误的过程。仅通过分析或检查源程序的语法、结构、过程、接口等来检查程序的正确性,对需求规格说明书、软件设计说明书、源程序做结构分析、流程图分析、符号执行来找错的过程。 ...
分类:其他好文   时间:2020-05-16 12:50:41    阅读次数:85
Go接口的性能探索
在Go中使用接口(interface{})好像有性能问题,来看一个例子:跑了三个benchmark,一个是接口调用,一个是直接使用,后面又加了一个接口断言后调用 lib_test.go package main import "testing" type D interface { Append(D ...
分类:其他好文   时间:2020-05-12 11:28:10    阅读次数:72
Cypress学习1-windows环境npm安装Cypress
前言 web技术已经进化了,web的测试技术最终还是跟上了脚步,新一代的web自动化技术出现了? Cypress可以对在浏览器中运行的任何东西进行快速、简单和可靠的测试。 "The web has evolved. Finally, testing has too. Fast, easy and r ...
分类:Windows程序   时间:2020-05-10 01:15:05    阅读次数:306
基本术语
要进行机器学习,先要有数据记录这组记录的集合称为一个"数据集“ 每条记录是关于一个事件或对象的描述 称为"示例" (instance) 或"样本" (samp1e). (色泽=浅自;根蒂t硬挺;敲声=清脆) 反映事件或对象在某方面的表现或性质的事项(例如"色泽""根蒂" "敲声") 称为 属性 或" ...
分类:其他好文   时间:2020-05-07 10:42:10    阅读次数:96
String拼接效率分析
先po一个基准测试结果 package main import ( "bytes" "fmt" "strings" "testing" ) const v = "Measure the elapsed time between sending a data octet with a?" func B ...
分类:其他好文   时间:2020-05-06 12:15:19    阅读次数:59
[React Testing] Test your Custom Hook Module with react-hooks-testing-library
It's always important to test your code, especially if you're open-sourcing it for others to use. In this video, we'll learn how to use react-hooks-te ...
分类:其他好文   时间:2020-05-04 19:40:17    阅读次数:73
[React Testing] Error State with React Testing Library, findBy*
We have the happy path covered for our post editor component, but what happens if there’s an error in saving the user’s information? We should probabl ...
分类:数据库   时间:2020-05-02 22:58:30    阅读次数:81
1026条   上一页 1 ... 7 8 9 10 11 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!