搜索资源列表
05-BlockBoxtesting
- 05-Block Box testing 黑盒测试课件讲解-05-Block Box Black-box testing on courseware
软件集成测试工作指南
- 集成测试的目的是确保各单元组合在一起后能够按既定意图协作运行,并确保增量的行为正 确。它所测试的内容包括单元间的接口以及集成后的功能。使用黑盒测试方法测试集成的功 能。并且对以前的集成进行回归测试。-integration testing is designed to ensure that the modules can be combined according to the established after intention collaboration operations, and
软件测试实验报告
- 一、实验目的 1.掌握白盒测试、黑盒测试用例的设计。 2.熟悉使用Junit框架进行基于java语言的单元测试。 ? 二、实验要求: 1、使用白盒测试用例设计方法为下面的程序设计测试用例: 程序要求:10个铅球中有一个假球(比其他铅球的重量要轻),用天平三次称出假球。 程序设计思路:第一次使用天平分别称5个球,判断轻的一边有假球;拿出轻的5个球,取出其中4个第二次称,两边分别放2个球:如果两边同重,则剩下的球为假球;若两边不同重,拿出轻的两个球称第三次,轻的为假球。 2、使用等价
软件测试(词法分析实例)
- 使用词法分析的外部调用接口,自己编写的一个黑盒测试程序。
tc.rar
- 关于软件测试的一些具体内容 包括主流的白盒 黑盒测试,On software testing, including some of the specific content of the mainstream of white-box black-box testing
windows自带计算器黑盒测试文档
- 软件测试实验中的windows自带计算器的黑盒测试文档
FieldTrialGuidelinesTw11
- 软件测试书籍,黑盒测试,白盒测试,测试自动化-Software testing books, black-box testing, white-box testing, test automation
softwaretesttech
- 软件测试技术,内容详细,白盒黑盒都有,适合学习软件测试的朋友-software test technology
SoftwareTesting
- 软件测试课件,里面有黑盒和白盒测试的原理及测试用例-Courseware software testing, there are black box and white-box testing of the theory and test cases
123
- 黑盒测试的测试用例设计,很好的测试用例,很基础,能看懂,有效果-Black box testing the test case design, a good test case, it is based, can read and understand, there are effects
rc1
- 实验题目:黑盒测试 实验目的:(1) 能熟练应用黑盒测试技术进行测试用例设计; (2) 对测试用例进行优化设计; -Experiment Title: Black-box testing experimental purposes: (1) be able to skillfully make use of black box testing test case design techniques (2) to test to optimize design
ruance1
- 能熟练应用黑盒测试技术进行测试用例设计; (2) 对测试用例进行优化设计; 实验要求: 根据题目要求编写测试用例; 实验结果要求给出测试用例及测试效果 -Able to skillfully use black box testing test case design techniques (2) to test to optimize the design experimental requirements: preparation of test case
test
- 里面含有一些关于软件测试的文章,主要介绍了黑盒测试和白盒测试的相关内容-Which contains a number of articles on software testing, black box testing and white box introduces the relevant content
SQA
- 本文是以一个小项目为背景,按照瀑布模型进行开发的。该项目是学生为了便于技术资 料整理而开发的一个小工具,由于规模不大,比较适合于教学演示。在《软件测试技术概论》一书中,学生介绍了很多测试概念,但是很多指导老师反映这些概念很难应用于实践,因此在本文中,学生以该项目为实例指导指导老师如何来做测试,包括白盒测试和黑盒测试,以及在测试工作中需要涉及的基本测试文档,如测试计划、测试方案、测试用例、测试报告等。在本文的第23 章中,学生把该书中的一些经验与《软件测试技术概论》中的众多概念进行了对照和解释
Testcase
- 测试用例 是为某个特殊目标而编制的一组测试输入、执行条件以及预期结果,以便测试 某个程序路径或核实是否满足某个特定需求。 主要内容 解释 从用例中生成测试用例 从补充规约中生成测试用例 o 为性能测试生成测试用例 o 为安全性/访问控制测试生成测试 o 为配置测试生成测试用例 o 为安装测试生成测试用例 o 为其他非功能性测试生成测试用 为单元测试生成测试用例 • 白盒测试 • 黑盒测试 为产品验收
test
- 黑盒测试(等价类划分+边界值分析+决策表方法)白盒测试(语句覆盖、分支覆盖、条件覆盖、分支/条件覆盖、条件组合覆盖及基本路径测试方法)分析三角形问题-Black box testing (equivalence class boundary value analysis+ by+ decision table method) white box (statement coverage, branch coverage, condition coverage, branch/condition c
Application-test-trainning-material
- 有关于软件测试的资料培训,性能测试,系统测试,白盒测试,黑盒测试-Information on the training of software testing, performance testing, system testing, white box, black box testing
Threading Test
- Threading Test,一款以黑盒方式做白盒测试的工具,非常好(Threading Test,the best software for test!)
黑盒B-BOX_
- 无限制版,极影工作室的看家产品之一,交易两个货币兑进行对冲。经过实际测试,EURUSD和GBPUSD的盈利效果最好,AUDUSD和NZDUSD不是很好。按理说这两组关联都不错才对,可能是测试期间行情所致,因为无法回测双币以上ea,实盘模拟测试。(One of the Housekeeping Products of Polarshadow Studio is trading two currencies to hedge against each other. After actual test
软件测试理论
- 介绍关于软件测试中的一些理论,黑盒测试用例的方法以及测试的流程