测试用例设计不应该让任何给定的方法阻碍经验和常识的应用。
Test designers should not let any of the given techniques obstruct the application of experience and common sense.
测试用例设计是软件测试的核心,决定了软件测试的最终效果。
Test case design is the core of software testing, which determines the effect of software testing.
测试规划人和测试用例设计者可以为复查分配它们的工作并追踪状态。
Test plan authors and test case designers can distribute their work for review and track the status by each reviewer.
一次对软件质量的彻底评价,不能只依赖于人控过程,如同行评审及测试用例设计。
A thorough evaluation of application software quality cannot rely solely on human-dependent processes such as peer reviews and test case design.
本文提出了将实验设计中的组合设计方法应用于软件可靠性测试用例设计。
In this paper, the method of combinatorial design in the experimental design is applied in the design of software reliability test case.
在实际的测试过程中,逐步了解了软件测试,黑盒测试,测试用例设计和优化。
In the actual course of testing, and gradually learned about the software testing, Black Box testing, test case design and optimization.
这些子系统测试涉及到的更小的阶段分别是测试策略、 测试计划、测试用例设计以及开发新的测试程序。
The stages involved in system testing done at SSC are test strategy, test planning, test case design and developing new test procedures.
尽管现在的软件开发中正使用着众多的测试用例设计方法,然而最重要的测试用例设计因素却是经验和常识。
Even though there are numerous test case design techniques available in current software development world, the most important ingredients of any test design are experience and common sense.
本文对面向对象软件测试技术的特点和层次的划分进行了研究,然后讨论了面向对象软件的测试用例设计的方法。
We research the level divide of the object oriented software testing, and then we discuss the testing example design method of the object-oriented software testing.
详细探讨了面向对象单元测试、面向对象集成测试和面向对象系统测试的测试策略,以及相应的测试用例设计方法。
Testing strategies of object-oriented unit test, object-oriented integrate test, object-oriented system test and their designing approach of testing data were discussed in detail.
分析了组合设计方法在软件可靠性测试用例设计中应用的理论基础和基于组合设计的软件可靠性测试用例方法的基本思想。
The theoretic foundation of the application is analyzed and the basic ideology of combination - based software reliability test case design is given.
当我测试的时候,我花大约5%的时间查看覆盖率结果,重新考虑我的测试用例设计,并编写一些新的测试用例校正我的错误。
When I test, I spend somewhat less than 5% of my time looking at coverage results, rethinking my test design, and writing some new tests to correct my mistakes.
如果我们没有足够的信息去设计一个好的测试用例,那么我们绝对没有足够的信息去开发一个系统。
If we don't have enough information to design good test cases, we definitely don't have enough information to build the system.
在此上下文中,构件可以为任意内容,如需求、设计模型、实现代码或测试用例等。
In this context, artifacts can be anything, such as a requirement, a design model, implementation code, or a test case.
检查需求是否完整的一个最好的办法就是设计一个与之相对应的黑盒测试用例。
One of the best ways to check if the requirements are complete is to try to design black-box test cases against them.
在这种情况下,用例可以用来创建可测试场景,但是隐藏信息所包含的内容44与维持测试用例穿越任何设计变更的能力相冲突。
In this situation, the use case can be used to create testable scenarios, but the inclusion of hidden information 44 impinges on the ability to maintain the test case through any design changes.
通过设计基于类描述的测试用例,一个人能够在较深的级别上测试系统。
By designing test cases based on class descriptions, one is able to test the system at a deeper level.
当建立场景和测试用例时,你可以给用例设计者反馈并且精炼一下需求。
While doing scenarios and test cases, you can give feedback to use case designers and refine requirements.
例如,结构性设计阶段或者协调功能性分析阶段中的序列图,可以用于测试用例。
For example, sequence diagrams for Harmony Functional Analysis Phase or Architectural Design Phase can be used for test cases.
该信息会非常的有用,因为您可以使用它来设计新的测试用例以获得足够的覆盖范围。
This information is useful because you can then use it to devise new test cases to achieve adequate coverage.
如果他们能够理解需求、设计和代码,他们就可以根据他们的理解设计出巧妙的测试用例。
If they understand the requirements, design, and code, they can turn that understanding into crafty tests.
这样的话,您就能够在ClearQuest测试管理中无缝地从设计和编写移动到测试用例开发。
This way, you can seamlessly move from designing and scripting to test case development in ClearQuest test management.
每个测试用例都是针对性能需求设计的,从根本上描述了系统的所有输入和预计的系统输出。
Every test case related to the performance requirements essentially describes all inputs to the system as well as all outputs expected from the system.
测试用例应该因此被设计成在每一区间内取一个数值代表。
Test cases should therefore be designed to test one value in each partition.
文章对正交试验进行了分析,并将其与软件测试理论相结合,提出了测试用例的正交设计方法。
Through analyzing the orthogonal test and incorporating it with the software testing theory, this paper puts forward an orthogonal method to design test cases.
路径测试是软件测试中一种重要方法,而测试的关键是确定路径数目和设计测试用例。
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.
分析模块依赖关系之后,需对源代码中各个模块设计测试用例,以达到一定的测试覆盖标准,保证测试的完整性。
After analyzing module dependencies, test case must be designed for each module in the source file, to achieve some test coverage criteria, and to ensure test adequacy.
测试初期,它们易于设计,而且程序也不能运行更复杂的测试用例。
Early in testing, these are easy to design and the program might not be capable of running more complex test cases.
提出了测试用例的均匀设计方法。
This paper puts forward a uniform distribution testing method to design test cases.
事实上,我们运行了实际的测试用例,并且确实发现了大量的问题。问题中的大多数是系统设计缺陷,因为我们不是而是检查系统设计。
In fact we ran actual test cases and we did find a large number of faults, most of which were system design faults since we were not running the code but checking the system design.
应用推荐