码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
Exceptions and Errors on iOS
https://blog.jayway.com/2010/10/13/exceptions-and-errors-on-ios/ October 13, 2010 by Fredrik Olsson in Architecture, Cocoa, Embedded, Testing, Tips & ...
分类:移动开发   时间:2017-07-26 02:01:59    阅读次数:336
SIT 和 UAT
在企业级软件的测试过程中,经常会划分为三个阶段——单元测试,SIT和UAT,如果开发人员足够,通常还会在SIT之前引入代码审查机制(Code Review)来保证软件符合客户需求且流程正确。下面简单介绍一下SIT和UAT的基本情况。 SIT(System Integration Testing)系统 ...
分类:其他好文   时间:2017-07-23 11:16:25    阅读次数:148
Testing Is the Engineering Rigor of Software Development
Testing Is the Engineering Rigor of Software Development Neal Ford DEVELOPERS LOVE TO USE TORTURED METAPHORS when trying to explain what it is they do ...
分类:其他好文   时间:2017-07-22 15:32:24    阅读次数:164
头文件<assert.h>
头文件<assert.h>的目的就是提供宏assert的定义。在程序中可以用这个宏来断言,如果断言是真,则继续执行。如果断言为假,则在标准输入流中输出一条提示信息,并执行终止异常。 通过宏DEBUG控制断言是否有效:如果程序中包含<assert.h>的地方没有定义NDEBUG,则宏assert为活动 ...
分类:其他好文   时间:2017-07-20 19:44:49    阅读次数:124
手机app测试要点(复制文)
目录: 一、简介?4 1.1什么是App测试?6 1.2 测试方法?6 1.2.1 白盒测试?6 1.2.2 黑盒测试?6 1.2.3 人工测试?7 1.2.4 自动化测试?7 1.3 UT、IT、ST测试?7 1.3.1 Unit Testing单元测试?7 1.3.2 Integrate Tes ...
分类:移动开发   时间:2017-07-20 10:09:15    阅读次数:214
Nuint-测试执行逻辑
Nuint- 执行结果 ...
分类:其他好文   时间:2017-07-20 01:00:30    阅读次数:158
(转)Selenium-11: Execute JavaScript with JavascriptExecutor
Outline Sometimes we cannot handle some conditions or problems with Webdriver, web controls don’t react well against selenium commands. In this kind o ...
分类:编程语言   时间:2017-07-18 01:32:51    阅读次数:412
Hibernate 中对表的操作
Hibernate CRUD testing Hibernate 中对表的操作, add,load,update,delete,list,pager(分页) ...
分类:Web程序   时间:2017-07-13 23:41:24    阅读次数:256
【二分】Petrozavodsk Winter Training Camp 2017 Day 1: Jagiellonian U Contest, Monday, January 30, 2017 Problem A. The Catcher in the Rye
一个区域,垂直分成三块,每块有一个速度限制,问你从左下角跑到右上角的最短时间。 将区域看作三块折射率不同的介质,可以证明,按照光路跑时间最短。 于是可以二分第一个入射角,此时可以推出射到最右侧边界上的位置,看什么时候恰好射到右上角即可。 这份sb代码貌似挂精度了。 ...
分类:Windows程序   时间:2017-07-09 23:03:56    阅读次数:326
环境变量—《linux命令行与shell脚本编程大全》
环境变量部分:1.查看全局变量:printenv/env2.显示单个环境变量的值:echo 如echo $HOME3.显示为某个特定进程设置的所有环境变量:set4.设置全局变量:创建局部环境变量--导出到全局环境//创建局部环境变量(全部使用小写以与系统变量区分)test='testing a l... ...
分类:系统相关   时间:2017-07-08 19:16:13    阅读次数:151
1060条   上一页 1 ... 54 55 56 57 58 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!