Catcher是MCA国的情报员,他工作时发现敌国会用一些对称的密码进行通信,比如像这些ABBA,ABA,A,123321,但是他们有时会在开始或结束时加入一些无关的字符以防止别国破解。比如进行下列变化 ABBA->12ABBA,ABA->ABAKK,123321->51233214 。因为截获的串 ...
分类:
其他好文 时间:
2016-07-12 17:34:01
阅读次数:
155
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 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
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
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
进入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
测微信页面的时候使用谷歌app,进入微信页面的链接 def setUp(self): print("set up env for android testing...") self.desired_caps = { 'platformName': 'Android', 'platformVersio ...
分类:
移动开发 时间:
2016-06-16 21:31:28
阅读次数:
469