码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
INTEGRATION TESTING WITH SPRING AND JUNIT
转载自 https://springframework.guru/integration-testing-with-spring-and-junit/
分类:编程语言   时间:2016-03-07 13:58:45    阅读次数:189
Software Testing hw1
I still remember the error which I made in my java project last year. I spent a whole night solving it and finally I found it and corrected it. My jav
分类:其他好文   时间:2016-03-06 19:10:04    阅读次数:120
[Unit Testing] AngularJS Unit Testing - Karma
Install Karam: npm install -g karma npm install -g karma-cli Init Karam: karma init First test: 1. Add test file to the karma.conf.js: // list of file
分类:Web程序   时间:2016-03-06 19:04:51    阅读次数:559
探索式测试中的几种误区
探索式测试(Exploratory Testing)是敏捷测试中的重要组成部分,其价值与一般性测试如用户故事测试或者自动化测试不同,它所关注的是“意料之外”的软件缺陷,探索式测试作 为一个研究性、启发性和严肃性并存的测试方法,是一般性测试的重要补充。随着敏捷测试的推广,探索式测试逐渐受到大家的关注和
分类:其他好文   时间:2016-02-25 09:05:19    阅读次数:195
JS使用循环获得不定维度笛卡尔积
使用循环获得不定维度笛卡尔积: 参考http://blog.csdn.net/buptdavid/article/details/45918647改造 function testing() { var d = [ ["a1", "a2", "a3"], ["b1", "b2"], ["c1", "c
分类:Web程序   时间:2016-02-24 19:05:12    阅读次数:185
使用内存数据库进行单元测试
转自:https://gerrydevstory.com/2014/04/11/unit-testing-using-mysql-in-memory-database-on-spring/ 原文: Unit Testing Using In-Memory MySQL Database On Spri
分类:数据库   时间:2016-02-24 13:58:24    阅读次数:212
JMeter——使用 Jmeter 做 Web 接口测试
接口测试概述 定义 API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integratio
分类:Web程序   时间:2016-02-23 15:51:12    阅读次数:278
软件测试
1.软件测试(英语:Software Testing),描述一种用来促进鉴定软件的正确性、完整性、安全性和质量的过程。 2.软件测试[1-2] 是使用人工操作或者软件自动运行的方式来检验它是否满足规定的需求或弄清预期结果与实际结果之间的差别的过程。 3.没有发现错误的测试也是有价值的,完整的测试是评
分类:其他好文   时间:2016-02-23 15:49:50    阅读次数:201
利用Continuous Testing实现Eclipse环境自动单元测试
当你Eclipse环境中修改项目中的某个方法时,你可能由于各种原因没有运行单元测试,结果代码提交,悲剧就可能随之而来。 所幸infinitest(http://infinitest.github.io/)提供了一个Continuous Testing插件,以及时自动运行单元测试。虽然会多占一些CPU
分类:系统相关   时间:2016-02-22 16:49:15    阅读次数:165
Testing Sutdy Bibliography
Testing for Continuous Delivery with Visual Studio 2012 https://msdn.microsoft.com/en-us/library/jj159339.aspx
分类:其他好文   时间:2016-02-19 00:22:08    阅读次数:127
1026条   上一页 1 ... 74 75 76 77 78 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!