实际上,愉快路径测试并不是一个反模式。
反模式是指在进行愉快路径测试时开发程序的停止行为。
The antipattern is when the developer stops at happy path tests.
确定覆盖路径的测试数据范围是评估路径测试的重要课题之一。
A bound on the number of test data needed to achieve path coverage is important to evaluate the effort needed to test a given program.
提出了一种基于片上微处理器和透明路径测试访问的SO C自测试方案。
A microprocessor based builtin test scheme for SOC is proposed, which employs transparency path test access mechanism.
针对路径测试的特点,结合图论的知识,提出了控制流程图的一种表示方法。
In accordance with the characteristics of path coverage test and the graph theory, this paper presents a new program control flow diagram model.
此外,针对软件路径测试,提出了基于插装的软件路径测试数据自动生成方法。
The article also introduces the Program Instrumentation based Branch-Cover test cases generating model for path testing.
路径测试是软件测试中一种重要方法,而测试的关键是确定路径数目和设计测试用例。
Path testing is an important method in software testing, the key of path testing is to determine the path Numbers and to design test case.
有两种基本测试方法。第一种是在膝上电脑上安装测试工具进行点或数据路径测试,包括。
There are two basic ways to test. The first is to install testing tools on a laptop and conduct point or data path tests, including.
针对路径测试的要求及其特点,结合图论的概念,提出了程序控制流程图的一种表示方法。
In accordance with the characteristics and coverage requirement of path coverage test as well as the graph theory, this paper presents a new program control flow diagram model.
所有专业功能测试员都会关注他们擅长处理的问题领域,如边界测试、压力测试和公共路径测试。
All professional function testers have their favorite problem areas on which they concentrate, such as bounds testing, stress testing, and common path testing.
这些测试还需要对错误路径进行测试。
当aut的行为发生变化时,每一个决策脚本提供的结果都会变化,因此通过AUT的测试路径就会变化。
When the behavior of the AUT changes, the result provided by each decision script changes, and consequently the testing path across the AUT changes.
在这个过程的这一点上,用例为识别有效测试,清除多余路径,以及在不用猜想的情况下设计黑盒测试提供了一个方法作为覆盖范围。
At this point in the process, use case implementation provides a means to identify invalid tests, remove redundant paths, and plan black box testing with no guesswork as to coverage.
如果测试上没有设置相同的路径,那么就要修改上面的位置。
If you do not have the same paths set up on test, then change the location above.
覆盖的或者多余的路径是从计划测试用例执行库中清除的候选者。
Overlapping or redundant paths are candidates for removal from the planned test case execution library.
这是应该经常进行全面测试的关键路径之一。
This is one of the key paths that should be tested frequently and completely.
在本部分中,您将会学到怎样使用API来自动定位带有给定路径的目标测试对象。
In this section, you'll learn how to use APIs to automatically locate the target test object with a given path.
然后基于用例图来设计测试路径,通过这些,所有相关关系和可能的选择至少要一次通过。
The test paths are then designed based on the use case diagram, through which all relevant relationships and possible choices are passed at least once.
还必须考虑测试的类型,结合成功路径和边界条件,来获得尽可能好的覆盖率。
You have to also consider the types of tests, with both happy paths and boundary conditions, to have the best possible coverage.
文件位置就是保持外部文件路径的记录,其中包括测试脚本。
File locations are records that hold paths to external files, including test scripts.
如果信息太多,又会使识别测试路径和优先化测试的过程变得很困难。
Too much information makes it difficult to identify the test paths and prioritize tests.
需要适当地更改路径、设备和文件以适应测试环境。
You would need to alter the paths, devices, and files appropriately to fit your test environment.
在所有的这些工作都完成之后,必须有某些装置来测试e JB代码的路径。
Even after all of this is done there must be some mechanism that can exercise the EJB code paths.
当然,对于此途径存在着由,例如,寻找缺陷并执行异常路径的测试引起的偏差。
Of course, there are deviations to this path that can be caused, for example, by the test finding a defect and executing an exception path.
重构只是把这些路径放在更小的代码段中,从而更容易测试。
Refactoring only allows you to push those paths into smaller sections of code, which then become easier to test.
此外,或许无法在测试中设置与生产中相同的路径。
In addition, you might not have the same paths set up in test that you have in production.
相对路径特别便于从文件系统中测试网站。
Relative paths are particularly convenient for testing a Web site from the file system.
在功能测试中,愉快路径与实际用例相同或相近。
In a functional test, the happy path is the same — or close to — the use case.
愉快路径不测试系统的错误部分(不愉快路径)。
Happy path tests don't test the parts of the system most likely to fail (the sad paths).
愉快路径不测试系统的错误部分(不愉快路径)。
Happy path tests don't test the parts of the system most likely to fail (the sad paths).
应用推荐