Group Division of work:
Group leader: Liu Jing
Responsible for the division of the entire team, as well as the final program testing
Member: Xu Hanako
Responsible for the analysis requirements, after the use case, developers and users to analyze and confirm the software system to provide what functionality to meet the needs of users, the function of what constraints, how to verify the functionality to meet the needs of users.
Member: Aspect
In the implementation workflow, the integration is the result of a single developer, and the executable system is built by hand or by automated means.
Member: Guixin
The test workflow verifies the correctness of all components delivered at this stage, the correctness of the interaction between components, and verifies that all requirements have been correctly implemented. In this process, the discovery, reporting, consultation, repair of defects, before the software deployment to ensure that the quality to meet the expected requirements.
Member: Wang Kun
Responsible for managing the results of each phase of the work
Member: Wang Yue Fang
Balance all possible conflicting goals, manage risks, overcome constraints and successfully meet requirements at all stages.
Summary of current mainstream unit test tools:
Parasoft Jtest
is the first automatedJavaUnit Test Tool. Jtestautomatically test anyJavaclass or part without requiring you to write a test case, driver, or pile function. Just click on a button,JtestAutomated Test Code construction(White Box Test), test code functionality(black box Test), maintaining code integrity(regression test)and Static Analysis(programming standard execution and metric metrics). No complex settings are required,Jtestbe able to use and point out problems immediately. If you use"Design by Contract"Technology adds descriptive information to the code,Jtestability to automatically establish and execute test cases to verify that a class's functionality conforms to its functional description.
Parasoft C++test
is a unit test and static analysis tool that automatically tests the C and C+ + categories, features, or components without writing a single test instance, test driver, or pile call. With just a click of the button,c++test performs static analysis of the code using industry coding standards, tests code constructs ( White-Box testing ), and tests code functionality ( black box test ), and maintain code integrity ( regression testing ).
Parasoft. TEST
are unit tests and static analysis tools, automated tests written in Microsoft?. NET Framework, without having to write a single test scenario or a pile call. Just click on the button. Test automatically performs a complete series of static and dynamic tests on the. NET source code. . Testrulewizard Performance is expressed with the hope of graphically . TEST The pattern found during the automatic coding standard execution to support the design of custom coding standards.
Parasoft insure++
is an automated memory error, an accurate memory leak detection tool. insure++ visualize real-time memory operations to accurately detect the root cause of memory leaks. insure++ can also perform a coverage analysis to clearly indicate that the code has been tested. integrating insure++ into your development environment can greatly reduce debugging time and effectively prevent errors.
Parasoft Codewizard
is a high-level C + + Source Code analysis tool that uses 300 + industry-related coding guidelines to automatically identify dangerous coding constructs that are not detected by the compiler. codewizard can easily pass rulewizard performance, create new custom guidelines, or suppress guidelines for custom analysis. Daily use of codewizardsimplifies code checking and makes your code more readable and maintainable.
DevPartner Studio Professional
is for software development teams using Microsoft Visual C + +,Microsoft Visual Basic,java,asp or the HTML design is a tightly fitting set of debugging, testing, and management tools. The product combines powerful error detection, performance analysis, coverage analysis, requirements management, test and release tools with comprehensive engineering tracking, error management, task management and automated workflow. devpartnerstudio Enterprise Edition gives you more control over software engineering by improving productivity, improving code quality, supporting workflows, and communicating standards. Rational Purify
or java developed test visual c/c++ and java visualc/c++ traditional memory access errors in programs , and java rationalpurify can do it. rational robot regression test and rational purify Complete reliability testing in conjunction with.
Rational Quantify
is a VC,VB or Java Development Test Performance bottleneck detection tool, it can automatically detect the impact of program segment execution speed of the program performance bottleneck, Provides intuitive tables such as parametric analysis tables and more. Helps analyze key parts that affect the short execution speed of a program.
Rational PureCoverage
is a test coverage detection tool for VC,VB , or Java , which automatically detects your test integrity and the parts that can't be achieved. As a quality control project, you can use PureCoverage to produce detailed test coverage reports at each test stage.
Team Division and current unit testing mainstream tools