 |
 |
|
|
|
|
|
|
888-305-0041
|
|
|
|
|
 |
 |
|
|
  |
Current version: 9.5.4 (June 19, 2013)
Parasoft® dotTEST™ is an integrated Development Testing solution for automating a broad range of best practices proven to improve software development team productivity and software quality. dotTEST facilitates:
- Static analysis—static code analysis, data flow static analysis, and metrics analysis
- Peer code review process automation—preparation, notification, and tracking
- Unit testing—unit test creation, execution, optimization, and maintenance
- Plugin testing—sets up the actual application execution environment and launches tests from it
This provides teams a practical way to prevent, expose, and correct errors in order to ensure that their .NET code
(including C#, VB.NET, ASP.NET and Managed C++ ) works as expected. To promote rapid remediation, each problem detected
is prioritized based on configurable severity assignments, automatically assigned to the developer who wrote the related
code, and distributed to his or her IDE with direct links to the problematic code and a description of how to fix it.
Parasoft's customers, including 58% of the Fortune 500, rely on dotTEST for:
- Preventing errors that compromise security, reliability, and performance
- Complying with internal or regulatory quality initiatives
- Ensuring consistency across large teams
- Increasing productivity by automating tedious yet beneficial development practices
- Successfully implementing popular development methods like TDD, Agile, and XP
|
|
For a Printable Version, Click Here (1,086 KB PDF).
|
| |
dotTEST: .NET Static Analysis, Code Review, Unit Testing, Security |
| |
Increase software development team productivity and software quality
Parasoft® dotTEST is an integrated Development Testing solution for automating a broad range of best practices proven to improve software development team productivity and software quality. dotTEST facilitates:
- Static analysis: Static code analysis, data flow static analysis, and metrics analysis
- Peer code review process automation: Preparation, notification, and tracking
- Unit testing: Unit test creation, execution, optimization, and maintenance
- Application testing: Sets up the actual application execution environment and launches tests from it
This provides teams a practical way to prevent, expose, and correct errors in order to ensure that their .NET code works as expected.
Tests can be run directly from Visual Studio or as part of an automated process. To promote rapid
remediation, each problem detected is prioritized based on configurable severity assignments,
automatically assigned to the developer who wrote the related code, and distributed to his or her
IDE with direct links to the problematic code and a description of how to fix it.
Parasoft dotTEST works with programming languages that target the Microsoft .NET Framework and .NET
Compact Framework, including C#, VB.NET, ASP.NET and Managed C++. It can test any file or assembly
that has been built to take advantage of the .NET or .NET CF CLR.
Automate Code Analysis for Compliance
A properly-implemented coding policy can eliminate entire classes of programming errors by establishing preventive coding conventions. dotTEST statically analyzes code to check compliance with such a policy. To configure dotTEST to enforce a coding standards policy specific to their group or organization, teams can define their own rule sets with built-in and custom rules. dotTEST includes 400+ rules that cover Microsoft's .NET Framework Design Guidelines, CLS Compliance, Object Oriented Metrics, Security, and more.
In addition to rules that examine the IL code, dotTEST also provides rules that examine the C# source code; this enables dotTEST to check for many code issues that cannot be identified by IL-level analysis (for example, formatting issues, empty blocks, misuse of operators, etc.). Custom IL-level and C# rules, which are created with a graphical RuleWizard editor, can also enforce specific project and organizational requirements and prevent the recurrence of application-specific defects after a single instance has been found.
Identify Runtime Bugs without Executing Software
BugDetective uses data flow analysis to detect runtime errors without requiring the software to actually be executed. This enables early and effortless detection of critical runtime errors that might otherwise take weeks to find. Defects detected include NullReferenceExceptions, ArgumentNullExceptions, resource leaks, division by zero, dereferencing before checking for null, SQL injections, XSS, and other security vulnerabilities.
Benefits
Parasoft's customers, including 58% of the Fortune 500, rely on dotTEST for:
- Preventing defects that impact application security, reliability, and performance
- Complying with internal or regulatory quality initiatives
- Ensuring consistency across large and distributed teams
- Increasing productivity by automating tedious yet critical defect-prevention practices
- Successfully implementing popular development methods like TDD, Agile, and XP
You get to benefit from the mistakes made by software developers within your company and other organizations as well. You
get to prevent huge classes of errors/pifalls that have bugged the code in the software industry.
Enable Effective and Comprehensive Team Code Review
The innovative Code Review module, which automates preparation, notification, and tracking of peer code reviews, addresses the known shortcomings of this very powerful development practice. dotTEST automatically identifies updated code, matches the code with designated reviewers, and tracks the progress of each review item until closure. With the Code Review module, teams can establish a bulletproof review processwhere all new code gets reviewed and all identified issues are resolved.
Automate Unit and Component Testing for Instant Verification and Regression Testing
dotTESTs automated testing capabilities significantly reduce the work required to develop and maintain an effective test
suite. dotTESTs automated testing capabilities are especially helpful for supporting continuous integration and
agile/iterative development.
dotTEST generates complete NUnit tests for any .NET language file or assembly. By using corner case conditions, these generated test cases check function responses to unexpected inputs, exposing potential reliability problems. Moreover, the generated test suite instantly establishes a baseline for regression testing, and can easily be extended to verify specific functionality that you want to verify. Collectively, these test cases establish a safety net that alerts you when modifications impact application behavior.
dotTEST provides numerous ground-breaking technologies to facilitate unit testing, including:
- Unit Test Genie: Allows you to generate specific object factory methods and test scenarios by interacting with dotTEST wizards. You can control precisely what objects and test scenarios are generated.
- Non-Interactive Test Case Generation: Allows you to create a large number of tests with minimal time and effort. This is especially useful for achieving high code coverage and establishing a regression baseline.
- Application hosted testing: Allows you to launch unit tests from virtually any point within your applicationwithout changing your application or writing additional code. This lets you create complex objects in their natural environment and facilitates test development/maintenance.
- Extensive coverage analysis: Tracks coverage information for all testsfrom dotTEST-based unit testing to manual application testingand can combine the coverage information from multiple test runs. This helps you accurately gauge test suite efficacy and completeness, as well as demonstrate compliance with test and validation requirements.
- Flexible stub support: Allows classes to be tested in isolation. This addresses one of the greatest challenges in writing unit tests: getting complex objects in different states.
.NET Compact Framework Support
dotTEST's .NET Compact Framework support allows you to run unit tests directly on a device. This enables you to:
- Write very realistic unit tests because code runs against the .NET CF, which accurately represents realistic application behavior.
- Automatically check your code against any device or emulator that supports Windows Mobile Device Center (Active Sync) communication.
- Access an API, such as native API, which is available for a particular device only.
Features
- Static analysis of code for compliance with user-selected coding standards
- "On-the-fly" continuous static analysis
- Graphical RuleWizard editor for creating custom coding rules
- StyleCop and FxCop support
- Static code path simulation for identifying potential runtime errors
- Streamlined code review process with a graphical interface and progress tracking
- Automated generation and execution of unit tests
- Generates functional unit test cases that capture actual code behavior as the application is exercised
- Launches tests from the actual execution environment
- Flexible stub framework for use in unit tests
- MSUnit support
- Full support for regression testing
- Code coverage analysis for unit testing and beyond (including application-level tests)
- Test directly on target devices or emulators
- Built-in support for common source control systems
- Full team deployment infrastructure for desktop and command line usage
- Seamless integration with Microsoft Visual Studio
- Open source control API for integrating with any source control system
Platforms
- .NET Framework 2.0, 3.0, 3.5, 4
- .NET Compact Framework 2.0, 3.5
- Windows Mobile 5, Windows Mobile 6, Windows CE
Environments
- Windows 7, Windows Vista, Windows XP, Windows 2003 Server, Windows 2008 Server
- Visual Studio 2012, 2010, 2008 or Visual Studio 2005
|
".TEST is a great product! It snaps right into VS 2005 as though it were part of the product and it greatly reduces errors by enforcing all your favorite rules. We have stuck to the MS Guidelines and we had to do almost no work at all to have .TEST automate our code analysis and generate the grunt work part of the unit tests so that we could focus ur attention on real test-driven development."
Bruce Gruenbaum, Principal Software Engineer
Progress Software |

|
|
"Bad code costs money, and comes back to haunt support and development teams. Parasoft is an automated, non-invasive solution that scans under-development applications for syntax and coding errors before they become production problems. This alerts developers to coding problems and gives managers the reports they need to set strategic goals. Parasoft can provide significant value to software development organizations."
Julie Craig
EMA
|

|
"Parasofts .TEST is one such product with which developers can automatically test their applications during the development phase with a single click. As opposed to the Visual Studio debugger, Parasoft .TEST is a tool that enforces coding standards rules and helps in generating and executing unit tests."
Anand Narayanaswamy, Editor
asp.netPRO Magazine |

|
|
Parasoft provides a quality development solution that our entire team can grow with and experience continuous improvement. Parasoft's solution is teaching us all to be better programmers. It helps us find errors that we didn't even realize were errors. Parasoft's solution has saved the Global Modeling and Analysis team both time and resources that we would have otherwise spent finding and fixing defects. Instead, we get to spend that time adding new features and functionality.
Jim Spielbauer, Development Engineer
Trane
|

|
|
"We have automated and standardized our best practices for providing customers the highest quality code. We have dramatically improved the productivity of our testing efforts and this helps strengthen our position as a global provider of IT solutions."
Vidya Kabra, Software Engineering Tools Group Head
Wipro
|

|
|
"[Parasoft C++test and .TEST] teach our development team better coding habits so that we can make our source code more fault-tolerant; more robust. I'm not talking about obvious bugs that software developers can find without automated testing tools; I'm talking about difficult-to-find logic issues that can take many hours of manual unit and integration testing to discover.
We are able to get our product to market approximately 6 months sooner with Parasoft solutions than we could have if we had gone back to the testing vendor.
Gary Malfa, Software Engineer
Bovie Medical
|
dotTEST is available in the following editions:
|
System
Frameworks
- .NET Framework
- .NET Compact Framework
- Windows Mobile
- Windows Embedded Compact
Source Control
- AccuRev SCM
- Borland StarTeam
- CVS
- IBM Rational ClearCase
- IBM Rational Synergy
- Git
- Microsoft Team Foundation Server
- Microsoft Visual SourceSafe
- Perforce SCM
- Serena Dimensions
- Subversion (SVN)
|
|
|
 |
|
 |
|