模拟,题意看了一小时/* ***********************************************Author :Zhou ZhentaoEmail :774388357@qq.comCreated Time :2015/12/15 13:19:...
分类:
其他好文 时间:
2015-12-15 20:55:57
阅读次数:
253
从常用的角度分别介绍: 从基于功能的角度: 1、Unit Testing(单元测试) 这个步骤主要是开发者针对开发过程中,程序内部的函数、类、变量等等数据进行正确性的测试。 ex:一个函数需要把一些重要的数据插入到数据库中。那在编写完这个函数之后,就要进行测试,以验证:1)函数能正确带出需要...
分类:
其他好文 时间:
2015-12-14 23:10:04
阅读次数:
417
题意:给定一个x*y的矩形,和一个机器人的初始位置(x0,y0)。以向下为x轴正方向,向右为y轴正方向。现在要对这个机器人进行多次测试。每次测 试,会在矩形的某个位置有一个矿井。所以一共要进行x*y次测试,每次测试,矿井会出现在一个之前的测试没有出现过的地方,而机器人的初始位置保持不变 (即为(x0...
分类:
其他好文 时间:
2015-12-11 22:21:59
阅读次数:
201
1、官方网址:https://docs.mongodb.org/manual/tutorial/deploy-replica-set-for-testing/2、Replica Set介绍:https://docs.mongodb.org/manual/core/replica-set-member...
分类:
数据库 时间:
2015-12-11 20:47:44
阅读次数:
313
循序渐进学习java 集合的遍历方式: 一、先以list集合为例: package com.test;import java.util.ArrayList;import java.util.Iterator;import java.util.List;public class testing...
分类:
编程语言 时间:
2015-12-11 16:34:35
阅读次数:
147
// backend test beforeEach(inject(function (_$compile_, _$httpBackend_, _$rootScope_, _$state_, _AnnouncementsService_, _CONFIG_) { ...
分类:
Web程序 时间:
2015-12-11 06:52:16
阅读次数:
190
从常用的角度分别介绍: 从基于功能的角度: 1、Unit Testing(单元测试) 这个步骤主要是开发者针对开发过程中,程序内部的函数、类、变量等等数据进行正确性的测试。 ex:一个函数需要把一些重要的数据插入到数据库中。那在编写完这个函数之后,就要进行测试,...
分类:
其他好文 时间:
2015-12-08 00:07:07
阅读次数:
158
Karen Greaves和Sam Laing将会在Agile Testing Days 2015上发表主旨演讲,演讲题目为“测试人员正在消亡”,Agile Testing Days 2015将于11月9日至12日德国Potsdam举行。小编将会覆盖本次会议报道。 小编对二人进行了采访,关于敏捷是如...
分类:
其他好文 时间:
2015-12-07 18:28:02
阅读次数:
150
一 什么是sqlmap 1 sqlmap is an open source penetration testing tool that automates the2 process of detecting and exploiting SQL injection flaws and taki.....
分类:
数据库 时间:
2015-12-04 12:15:54
阅读次数:
222
Ext JS 5.0.1 is a maintenance release that addresses many bugs and limitations discovered by our community while testing Ext JS 5.0.0. We believe this...
分类:
Web程序 时间:
2015-11-26 20:52:25
阅读次数:
265