-
软件测试实用教程——方法与实践(第2版)[武剑洁][电子教案和教学指南].rar
围绕软件测试的核心概念,介绍了软件测试的基本方法和过程,并通过丰富的案例予以实践。全书共三部分。第一部分软件测试概述,对软件测试的核心概念与思想(软件缺陷、测试用例、自动化测试)展开初步的讨论和测试实践。第二部分软件测试技术,详细讨论了传统的黑盒测试方法和白盒测试方法,针对每种测试方法均按照基本原理、测试用例设计和捉虫实践的顺序依次展开阐述;对应黑盒测试和白盒测试给出了综合案例实践。第三部分软件测试应用,从测试实施的角度,分为单元测试、集成测试和系统测试三个阶段进行讨论;最后提供了综合应用案例实践,从自动化测试的角度,结合单元测试工具、功能测试工具和性能测试工具,讨论自动化测试的设计与实施。
- 2020-06-27下载
- 积分:1
-
SysTick_LED
使用系统节拍定时器SysTick精确定时,实现LED1和LED2交替亮灭的效果。开发环境:TKStudio(System tick timer SysTick can fix time precisely. The result is LED1 and LED2 alternating on and off. Development environment is TKStudio.)
- 2012-05-19 16:55:39下载
- 积分:1
-
基于UDP协议的简单网络聊天室的实现,通过启动服务器、客户端程序实现网络对话传输...
基于UDP协议的简单网络聊天室的实现,通过启动服务器、客户端程序实现网络对话传输-UDP-based protocol to achieve a simple online chat room, by starting the server, the client program to achieve dialogue with the network transmission
- 2022-03-07 02:01:13下载
- 积分:1
-
php+mysql失物招领系统
实现简单的动态网站功能,登录,注册,删除,修改,查找,后台管理等。界面简介大方。内含详细说明。
- 2020-12-04下载
- 积分:1
-
List Clone
List的深度复制 浅谈C#中List<T>对象的深度拷贝问题(List Clone Introduction to c # in the List < T > object deep copy of the problem)
- 2017-07-17 10:00:57下载
- 积分:1
-
the_example_of_c_codes
the examples of c codes.it is very easy,but the basic is important(the examples of c codes.it is very easy. but the basic is important)
- 2007-03-20 19:40:40下载
- 积分:1
-
基于java web学生信息管理系统的设计与实现
一个能够实现学生信息登陆界面,登陆后可以对学生信息增删改查的功能。
- 2020-12-12下载
- 积分:1
-
TDPFingerPrint
DigitalPersona指纹仪的Delphi控件, 内部封装已经很完善了
如果有需要对这种指纹仪进行开发, 那么这个可以节省很多看文档的时间(DigitalPersona fingerprint Delphi control, internal packaging has been perfect
If you need to develop this fingerprint, this can save a lot of time to look at the document.)
- 2017-12-12 17:56:42下载
- 积分:1
-
923299
飘零网络验证2.1版源码,程序结合易语言扩展界面支持库和易语言模块飘零网络数据库操作模块2.1.ec,实现服务端和客户端的网络验证功能。(Homelessness Network Authentication version 2.1 source code , the program combined with easy language and easy language support library expansion interface module wandering network operations module 2.1.ec, implement server and network authentication client.)
- 2015-09-03 20:54:06下载
- 积分:1
-
testZeroMQ
内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求
下载ZeroMQ
下载网址:http://zeromq.org/intro:get-the-software
点击“Windows sources”下载zeromq-4.0.3.zip文件
编译ZeroMQ库文件
解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件
编写简单的测试工程
1.用VS新建2个项目,一个是server端,一个是client端
2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程
3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程
4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
- 2014-02-19 08:43:26下载
- 积分:1