码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
40. Testing Prev Part IV. Spring Boot features
40. Testing 40. Testing 40. Testing 40. Testing Spring Boot provides a number of utilities and annotations to help when testing your application. Test ...
分类:编程语言   时间:2016-07-31 15:46:56    阅读次数:280
outdated: 24. Tokens, Extensions, Scissor Testing And TGA Loading
这一篇主要说的是,怎样实现在窗口中裁剪一个小的视图窗口(即glScissor()函数)?以及对glGetString()函数的应用。 在本文中,用到的贴图材质是TGA格式图片,相对于JPG格式,会更加清晰,因使用不失真的压缩。不了解TGA格式图片的可以看看这篇。基于对TGA格式的了解,具有独有的一个 ...
分类:其他好文   时间:2016-07-30 13:23:05    阅读次数:206
第五章云平台业务
由于云计算是一门新兴产业,供应商可以自由创新与提供各种业务模式。百度一下, 你会发现琳琅满目的内容:测试即服务(Testing as a service),数据即服务(Data as a service),存储即服务(Storage as a service), 安全即服务(Security as ...
分类:其他好文   时间:2016-07-29 18:46:35    阅读次数:122
单元测试
单元测试(Unit Testing)是对软件中的最小可测试单元进行检查和验证。 单元测试内容 单元测试原则 快速的 单元测试应能快速运行,如果运行缓慢,就不会愿意频繁运行它。 独立的 单元测试应相互独立,某个测试不应为下一个测试设定条件。当测试相互依赖时,一个没通过就会导致一连串的失败,难以定位问题 ...
分类:其他好文   时间:2016-07-23 07:25:43    阅读次数:170
Frustum Testing -- Bounds/Point/Occlusion
测试一个特定的渲染物体是否在一个特定的相机视锥中: GeometryUtility.CalculateFrustumPlanes 得到的是相机视锥的六个平面(上下、左右以及前后) 我将其各自的法线画出来了: 不难理解这里这六个平面 经过测试 渲染的物体 无论是部分还是全部在视锥中,该结果均为true ...
分类:其他好文   时间:2016-07-13 19:18:25    阅读次数:155
JSBinding / Testing
Unity version compatibilities 5.3.5 5.2.0 5.1.5 5.0.4 4.7.2 4.7.0 4.6.9 4.6.0 4.5.5 Platform compatibilities Windows 32 editor 32 executable 64 editor ...
分类:Web程序   时间:2016-07-07 23:59:06    阅读次数:316
Unit Testing a zend-mvc application
Unit Testing a zend-mvc application A solid unit test suite is essential for ongoing development in large projects, especially those with many people ...
分类:移动开发   时间:2016-07-05 11:42:32    阅读次数:307
登录模块的增强脚本
Dim username,passwordDim expectvalue,actualvalueDim currentcount,casecountDim isystemutil.Run"C:\Program Files (x86)\HP\Unified Functional Testing\sam ...
分类:其他好文   时间:2016-07-03 08:11:39    阅读次数:243
[Webpack 2] Add Code Coverage to tests in a Webpack project
How much of your code runs during unit testing is an extremely valuable metric to track. Utilizing code the karma-coverage plugin and babel-plugin-__c ...
分类:Web程序   时间:2016-06-29 06:33:30    阅读次数:258
[Webpack 2] Use Karma for Unit Testing with Webpack
When writing tests run by Karma for an application that’s bundled with webpack, it’s easiest to integrate webpack and Karma directly together. In this ...
分类:Web程序   时间:2016-06-28 02:03:59    阅读次数:886
1026条   上一页 1 ... 69 70 71 72 73 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!