The following represents our automated services:
- GUI Test Drivers and Recapture/Replay Tools – Richer, more complex GUIs result in more potential problems – and greater need for testing. Our automated testing allows fast, reliable regression testing, important since 40%-60% of all bugs are created when problems are repaired.
- Non-GUI Test Drivers and Test Managers – SysTest Labs performs the same type of fast, accurate regression testing as described above within non-GUI-related applications. Some of these tools are designed for large test suites.
- Load and Performance Tools – Automatically simulate the load and stress created by hundreds or thousands of users. These tools measure server response time, multi-user database lockouts and other performance bottlenecks. The benefit: perfect your client/server and e-commerce/e-business applications and prevent customer frustration and loss of revenue.
- Test Evaluation Tools – Primarily, these tools measure code coverage accomplished during the testing effort, allowing you to identify code that has already been tested and eliminate redundant tests. These tools also reveal areas of code that have not been exercised. Some of these tools include complexity metrics for functional and object-oriented programs to show potential trouble spots.
- Static Analysis Tools – Enforce coding standards, calculate code metrics, display code structures, calling sequences, API usage, built-in system and architecture dependencies and portability – all without ever running your application.