Related concepts of testing】的更多相关文章

根据是否知道源代码测试可以分为黑盒和白盒. 黑盒:功能测试. 白盒:知道源代码,要写测试代码. 根据测试的粒度. 方法测试: 单元测试: 集成测试: 系统测试: 根据测试的暴力程度. 压力测试:谷歌工程师给我们提供了一个monkey + 次数指令可以进行压力测试. 冒烟测试: 在Android工程下创建了一个这样的类,运行的时候有异常. package com.example.unit; public class Test { /** * @param args */ public static…
Volume --- 一个volume就是一个分区.  在该“物理硬盘”上创建一个或多个分区,再创建文件系统,才可以得到一个VOLUME.此时VOLUME相对于主机是一个逻辑设备. https://msdn.microsoft.com/en-us/library/windows/desktop/aa364994(v=vs.85).aspx GetVolumeNameForVolumeMountPoint function https://msdn.microsoft.com/en-us/libr…
This essay is a part of my knowledge sharing session slides which are shared for development and quality team. I want to share some contents here and hope that may trigger some brainstorming or thoughts about how could we do better test automation by…
These are the contents of my training session about unit testing, and also have some introductions about how could we write better unit tests with NSubstitute framework. The related sessions: Unit Testing with NSubstitute Building the Testing Pipelin…
Hash function From Wikipedia, the free encyclopedia   A hash function that maps names to integers from 0 to 15. There is a collision between keys "John Smith" and "Sandra Dee". A hash function is any function that maps data of arbitrar…
A service contract describes the operations supported by a service,the message exchange pattern they use,and the format of each message. The service contract is also the main driver for generating a service description. A valid WCF service implements…
Some quick thoughts from Serverlessconf, Austin in April 2017 I wanted to take a bit of time to write up what I thought were some of the main themes I noticed at Serverlessconf Austin. I learned a lot and met some great people, so thanks a ton to A C…
原文发布时间为:2011-04-17 -- 来源于本人的百度文章 [由搬家工具导入] The mvc3 study links collection http://dotnetslackers.com/articles/ASPNET/default.aspx   Built-in Unit Test for ASP.NET MVC 3 in Visual Studio 2010 Part 2 Xianzhong Zhu, Feb 04, 2011 Views: 3,209 Avg Rating:…
原文:written by Sebastian Raschka on March 14, 2015 中文版译文:伯乐在线 - atmanic 翻译,toolate 校稿 This article offers a brief glimpse of the history and basic concepts of machine learning. We will take a look at the first algorithmically described neural network…
http://getakka.net/docs/concepts/terminology Terminology and Concepts In this chapter we attempt to establish a common terminology to define a solid ground for communicating about concurrent, distributed systems which Akka.NET targets. Please note th…