|
.TEST是如何工作的?
- 使用.TEST内置的静态分析特点,你可以立即将.NET工业专家全面的编程知识应用到你的代码当中:
- 读取源代码。
- 使用超过200条的工业标准代码规则检查你的代码。
- 禁止你指定的规则,通过规则,规则组,或规则列。
- Static analysis significantly reduces the possibility
of introducing coding errors during development
and increases code portability and maintainability.
- During unit testing, .TEST reads your source
code and understands immediately how to test that
code, without any human intervention. .TEST:
- Reads code as soon as programmer finishes
a class or method.
- Takes the class or method and tests it on
its own by creating:
Harnesses
Stubs
Test cases
- Runs test cases to discover and prevent
exceptions, such as access and boundary violations,
as well as numerous other errors.
- TEST was created to perform unit testing on
its own, but it is also a fully customizable tool
that allows you to create your own test cases
to meet your unique testing needs.
Instant Verification — Programmers can check instantly
that what they build actually works. Testing code
as it is written allows you to prevent bugs easily
and with minimal cost.
Instant Access to .NET Knowledgebase — .TEST contains
a vast wealth of best .NET programming practices
within its coding rules. Apply these rules to your
code and immediately .NET industry experts warn
you about bugs in your code that affect functionality,
construction, and maintenance.
Ease of Use — .TEST does everything on its own!
You don’t have to do anything to begin testing your
code. Anyone can perform unit testing, from Developers
to QA to Customer Service Representatives.
- As part of their personal development toolbox.
.TEST can be used with any IDE and in any environment.
- As part of a group development environment.
.TEST is the only unit testing and static analysis
tool for the .NET Framework that leverages and
controls group testing behavior in a group development
environment. An important part of Parasoft Solutions
for the Microsoft? .NET Framework, .TEST:
- Is fully configurable for entire development
groups.
- Allows the exchange of test and development
information between individual developers
and between development groups.
- Enables reporting for easy test result distribution
among development group members.
- Enables each role in a development group
— Developers, Architects, and Product
- Managers — to actively participate in the
prevention of errors throughout the entire
.NET software development lifecycle.

|