Therefore, you can reuse the underlying JUnit test cases for your EJB unit tests.
因此,您可以为您的EJB单元测试重新使用基本的JUnit测试用例。
In Part 2, you will see how to run these unit test cases in a continuous integration server.
在第2部分中,您将看到如何在持续集成服务器中运行这些单元测试用例。
Instead, I would write the class that runs all the unit test cases against the methods in the class.
相反,我编写根据类中的方法运行所有单元测试用例的类。
This step is similar to running pre-deployment unit tests, except for the nature of the JUnit test cases to run.
此步骤与运行部署前单元测试类似,不过 JUnit测试用例的本质不同。
Agile software development and extreme programming both promote writing unit test cases before developing the source code.
敏捷软件开发和极限编程二者均提倡在开发源代码之前编写单元测试用例。
They show "what the actor is doing, what components he is interacting with, and what parameters are getting passed," 38 and they are particularly useful to testers developing unit test cases.
他们显示了“参与者在做什么,他正与那些部分发生交互,以及有哪些参数正被通过,”38以及他们对测试人员开发单元测试用例有特别重要的作用。
If the unit test cases cannot be successfully completed, either due to bugs in the application or the lack of unit test code, then the application should not be accepted for performance testing.
如果单元测试案例因为应用程序中的错误或缺少单元测试代码而无法被成功完成,那么应用程序不应该被性能测试所接受。
The test cases in Listings 5 and 6 do not handle every detail, as the unit tests in Part 1 did.
清单5和清单6中的测试用例不像第 1部分中的单元测试那样处理每个细节。
As long as all the test cases pass, I add the new unit test class to my unit test automation library, which gets run on every build.
只要通过所有的测试用例,我就将向单元测试自动库添加新的单元测试类,在每次构建时运行。
Behavior Driven Development goes further by directly associating unit tests (and test cases) with the requirements via the use of natural language.
行为驱动开发则更进一步,通过使用自然语言,直接把单元测试(以及测试用例)同需求联系起来。
Use cases would typically capture 10 to 20 days of development and unit test.
用例典型的获取10到20天的开发和单元测试。
In some cases, it may be preferable to test multiple components in a unit-test composite application.
在某些情况下,在一个单元测试复合应用程序中测试多个组件更可取。
Placing test cases in the same unit as the tested code.
把测试案例和被测试的程序代码放在同一个单元里面。
In the helloworld project, we included two test cases for unit testing and integrated JSF testing in the test folder.
在helloworld项目中,我们在测试文件夹中包括了单元测试和集成测试这两个测试用例。
Tested the project source using JUnit framework using both unit and component test cases
既使用单元测试案例又使用组件测试案例的JUnit框架对工程源代码进行测试
Rails comes with a powerful framework for automating unit tests (for the model), functional test cases (for the controllers), and integration tests (end to end across multiple controllers).
Rails提供了强大的测试框架,包括自动化单元测试(用于模型)、功能测试用例(用于控制器)和集成测试(跨多个控制器的端到端集成)。
We had one automated test framework that ran both unit- and feature-level test cases (it ran automatically whenever a build was generated.)
我们有一个自动测试架构,它可以自动运行单元测试以及功能级的测试用例(无论什么时候创建了的构建它都可用自动运行)。
The use of an access database to store test execution information means there's no unit-level change control over individual test cases or test plans.
一个保存测试执行信息的访问数据库的使用,意味着对于个体的测试案例或者测试计划没有单元级别的变更控制。
In these cases, either the unit test or the code to be tested is most likely incorrect.
如果是这样,不是单元测试有问题,就是被测试的代码不正确。
Simply put – Test Cases and Unit Tests that make sense to everyone in the team; from requirements analyst to tester and developer.
简而言之——团队所有成员都能理解测试用例以及单元测试;从需求分析师到测试人员到开发人员。
Responsible for unit, module, integration and system testing including preparation of test cases, execution of test plan, verification and reporting of test results.
负责单元、模块、综合系统的测试,包括:开始程序的测试、执行计划的测试、运行结果的更正和报告。
Responsible for unit, module, integration and system testing including preparation of test cases, execution of test plan, verification and reporting of test results.
负责单元、模块、综合系统的测试,包括:开始程序的测试、执行计划的测试、运行结果的更正和报告。
应用推荐