V-cubed Software Testing Tools
test automation.
Static Analysis on Source Code
Analyzes software source codes to detect potential program bugs. The strength of this method is that it can easily be applied early in the development phase.
Software Dynamic Test
Detects errors that occur while the software is actually running. This test catches errors as they occur and can be utilized as part of a unit test, an integration test, or a system test.
Software Quality Control
Enables software quality transition to be checked by continuously measuring the software’s current quality while it is in the development process.

Further informations see http://www.v-cubed.net
Comments are closed.