码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
字符串运用-密码截取,字符串中的最长的回文串
Catcher是MCA国的情报员,他工作时发现敌国会用一些对称的密码进行通信,比如像这些ABBA,ABA,A,123321,但是他们有时会在开始或结束时加入一些无关的字符以防止别国破解。比如进行下列变化 ABBA->12ABBA,ABA->ABAKK,123321->51233214 。因为截获的串 ...
分类:其他好文   时间:2016-07-12 17:34:01    阅读次数: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
黑盒测试(一)
黑盒测试(一) 1.1 什么是黑盒测试 黑盒测试(Black Box Testing)又叫功能测试(Functional Testing),这是因为在黑盒测试中,主要关注于被测软件的功能实现,而不是内部逻辑。黑盒测试是与白盒测试截然不同的一个测试概念,也是在软件测试中使用得最早,也是最广泛的一类测试 ...
分类:其他好文   时间:2016-06-25 15:04:12    阅读次数:142
Communication - 04.RF Testing
进入BP,先不谈从AP发来的AT指令做何处理,这是电信的范畴,涉及到众多协议以及核心网的概念,先就BP本身RF的一些基本功能聊些简单的话题。 RF (Radio Frequency),就是中学物理所讲的无线电波,这样说来也不觉有什么陌生,其实就是如此。 我们的最终目的就是:用一定的功率发射出一定频率 ...
分类:其他好文   时间:2016-06-24 18:43:39    阅读次数:130
【转载】移动端的功能测试范畴
要总结的是都很简单,但是很重要的功能测试。 定义功能测试:Functional testing is a quality assurance (QA) process and a type of black-box testing that bases its test cases on the s ...
分类:移动开发   时间:2016-06-20 15:54:38    阅读次数:207
appium处理app与web页面的转换
测微信页面的时候使用谷歌app,进入微信页面的链接 def setUp(self): print("set up env for android testing...") self.desired_caps = { 'platformName': 'Android', 'platformVersio ...
分类:移动开发   时间:2016-06-16 21:31:28    阅读次数:469
1060条   上一页 1 ... 71 72 73 74 75 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!