ICode9

精准搜索请尝试: 精确搜索
  • [AWS] Route 53 for A/B Testing2021-02-22 19:32:35

    Choose a "Hosted zones" (the application we created)   A Version with 90% weight B Version with 10% weight   Blue/Green deployment whitepaper

  • 测试术语22021-02-17 16:33:37

    21、 Operability 易操作性 22、 Attractiveness 吸引性 23、 Time behavior 时间特性 24、 Resource utilization 资源利用性 25、 Efficiency compliance 效率依从性 26、 Analyzability 易分析性 27、 Changeability 易改变性 28、 Stability 稳定性 29、 Testability 易测试性

  • 测试术语32021-02-17 16:32:34

    41、 validation 确认 42、 alpha testing α测试 43、 beta testing β测试 44、 top-down testing 自顶向下测试 45、 bottom-up testing 自底向上测试 46、 isolation testing 孤立测试 47、 automates testing 自动测试 48、 artificially testing 人工测试 49、 white box te

  • 测试术语32021-02-13 22:04:29

    41、 validation 确认 42、 alpha testing α测试 43、 beta testing β测试 44、 top-down testing 自顶向下测试 45、 bottom-up testing 自底向上测试 46、 isolation testing 孤立测试 47、 automat

  • 测试术语22021-02-13 22:04:07

    21、 Operability 易操作性 22、 Attractiveness 吸引性 23、 Time behavior 时间特性 24、 Resource utilization 资源利用性 25、 Efficiency compliance 效率依从性 26、 Analyzability 易分析性 27、 Changeability

  • go_test2021-02-05 21:01:04

    package test import ( "os" "strconv" "testing" ) func TestMain(m *testing.M) { // before test retCode := m.Run() // after test os.Exit(retCode) } // 单元测试 func TestAdd(t *testing.T) { data := [...][3]int{ {1, 2, 3

  • TensorFlow 2 学习笔记2021-02-05 13:32:52

    机器学习简介 文章目录 机器学习简介@[toc] 机器学习简介知识点代码 机器学习中基本计算机视觉概念知识点代码认识数据集创建并配置模型使用数据 一些知识点 卷积神经网络简介知识点代码思考 机器学习简介 知识点 理解机器学习 以人类学习认识石头剪刀布为例,一个小孩

  • Mocks Aren't Stubs2021-02-05 13:01:35

    The term 'Mock Objects' has become a popular one to describe special case objects that mimic real objects for testing. Most language environments now have frameworks that make it easy to create mock objects. What's often not realized, howev

  • Tensorflow-各种优化器总结与比较2021-02-02 19:34:16

    优化器总结 机器学习中,有很多优化方法来试图寻找模型的最优解。比如神经网络中可以采取最基本的梯度下降法。 梯度下降法(Gradient Descent) 梯度下降法是最基本的一类优化器,目前主要分为三种梯度下降法:标准梯度下降法(GD, Gradient Descent),随机梯度下降法(SGD, Stoch

  • 两篇文章深入理解A/B Testing2021-01-28 11:59:07

    导读:如果希望了解A/B Testing 实际应用的指标说明,可以直接读文章的第二部分。如果你希望了解一些理论基础,可以从这篇文章开始读。 一、为什么要进行AB Testing: AB实验的前身是随机对照试验-双盲测试,是“医疗/生物实验将研究对象随机分组,对不同组实施不同的干预,对照效果进行分

  • 接口测试框架实战篇:配置的数据驱动(6)2021-01-19 15:01:17

    在实际工作中,为了便于维护,对于环境的切换和配置,通常不会使用硬编码的形式完成。本文会把这部分内容进行重构,使用数据驱动的方式完成多环境的配置。 环境准备 环境配置部分改为数据驱动的模式: 代码如下: #把host修改为ip,并附加host header env={ "docker.testing-studio.com

  • 拿下软件测试,只需掌握好这2种方法就可以了2021-01-15 18:58:03

    摘要:软件测试是软件工程中非常重要的一个环节,本文将从软件测试的目的、白盒测试和黑盒测试两大分类和以及各自的具体分类,来阐述软测试的相关知识。 一、软件测试的目的 发现缺陷 尽早和尽量多的发现被测对象中的缺陷,应该是测试人员测试过程中最常提起的一个测试目标,也是所

  • 笨方法学python 习题272021-01-13 19:00:36

    习题27 我直接给大家看我做的结果,其中有一行有两个答案,是我写错的,第二个答案为正确答案,再次提醒大家不要粗心大意,我就是粗心大意的错 True and True True False and True False 1 == 1 and 2 ==1 False "test"=="test" True 1==1 or 2 != 1

  • React Testing Library(RTL)2021-01-12 08:01:12

    Basic concept React beginners often confuse the tools for testing in React. React Testing Library is not an alternative to Jest, because they need each other and every one of them has a clear task. If you are using create-react-app, Jest (and React Testin

  • 软件测试相关术语2020-12-31 22:32:58

    序号 原词 翻译 解释 1 Manual testing 手工测试 手工测试就是由人去一个一个的输入用例,然后观察结果,和机器测试相对应,属于比较原始但是必须的一个步骤。软件测试中发现问题最多的都是手工测试,占整个项目的百分之九十五左右,所以说手工测试是软件测试基础。但手工测试也有一

  • Flowable 6.6.0 表单 - 3.Spring 集成 - 3.3 单元测试(Unit testing)2020-12-25 17:59:31

    推荐Flowable 6.6.0 用户指南相关文档下载 《精编Flowable 6.6.0 应用程序指南中文PDF版》 《精编Flowable 6.6.0 表单用户指南中文PDF版》 Flowable 6.6.0表单用户指南(Forms User Guide) 3.Spring 集成(Spring integration) 3.3 单元测试(Unit testing) When integrating with Sp

  • 实验四2020-12-24 00:02:05

    命令模式下命令的执行 注:Linux系统的命令窗口中,英文大小写字母是不同的,如ABC和abc。 先进入命令模式窗口(按下Ctrl+Alt+f2,有些是f5等)然后依次输出用户名和密码加回车后会得到如下图 电脑光标的地方就是等待输入的命令。 1.如何查看Linux文件属性,在光标出输入命令su - #切

  • [Unit Testing Java] Unit testing with Mockito vs. integration testing2020-12-23 04:01:41

    Service: package com.example.ec.service; import com.example.ec.domain.Tour; import com.example.ec.domain.TourRating; import com.example.ec.repo.TourRatingRepository; import com.example.ec.repo.TourRepository; import org.slf4j.Logger; import org.slf4j.Lo

  • go test测试2020-12-15 20:01:31

    go test测试 压力测试用来检测函数(方法)的性能,和编写单元功能测试的方法类似。 压力测试用例必须遵循如下格式,其中XXX可以是任意字母数字的组合,但是首字母不能是小写字母 func BenchmarkXXX(b *testing.B) { ... } go test不会默认执行压力测试的函数,如果要执行压力测试需要带上

  • Penetration Test - Using_Scripting_in_Pen_Testing(6)2020-12-13 18:34:11

    Python Scripts DEMO portscan.py import sys, socket target = sys.argv[1] minport = int(sys.argv[2]) maxport = int(sys.argv[3]) def porttry(cur_target, port): try: s.connect((cur_target, port)) return True except: return No

  • 关于windows驱动签名关闭的相关说明2020-12-07 09:32:06

    1、针对win2008 ①在组策略 ,用户配置-管理模板-系统-驱动程序安装-驱动程序的代码签名,查看发现是针对 win2003 xp、2000等操作系统.不适合win2008; ②、在开机f8中可以禁用驱动签名 ③、是否可以开启win2008 testing模式呢 2、针对win2012及其以上操作系统 可以testing模式,也可以

  • 软件测试基础 - 系统测试2020-12-03 21:03:11

    系统测试(System Testing),是将已经确认的软件、计算机硬件、外设、网络等其他元素结合在一起,进行信息系统的各种组装测试和确认测试。系统测试是针对整个产品系统进行的测试,目的是验证系统是否满足了需求规格的定义,找出与需求规格不符或与之矛盾的地方,从而提出更加完善的方案。 1.

  • 测试是什么?2020-12-02 08:34:58

    1、按是否查看程序内部结构分为: (1)黑盒测试(black-box testing):只关心输入和输出的结果 (2)白盒测试(white-box testing):去研究里面的源代码和程序结构 此外,还有灰盒测试:介于黑、白盒测试之间的,关注输出对于输入的正确性,同时也关注内部表现 2、按是否运行程序分为: (1)静态测试(static testi

  • Penetration Test - Selecting_Pen_Testing_Tools(8)2020-11-17 20:35:03

    Remote Access Tools Tool Notes URL SSH Secure shell Included or available in most OSs NCAT Similar to nc, but from Nmap developers https://nmap.org/ncat/ NETCAT Same as nc Included or available in most OSs Proxychains Forces TCP connections t

  • [Typescript Unit testing] Error Handling with Unknown2020-11-15 23:01:00

    function somethingRisky() {} try { somethingRisky() } catch(err: unknown) { if (err instanceof Error) { console.log(err.stack) } else { console.log(err) } } Force to handle edge cases.   Type assertion: function some

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有