We are happy to announce TestDriver, the latest addition to our Nexus Quality Suite performance and verification tools suite.

We are happy to announce TestDriver, the latest addition to our Nexus Quality Suite performance and verification tools suite.

New - TestDriver!
=================

The TestDriver tool is a testing robot targeted toward graphical
Windows applications. TestDriver records mouse and keyboard actions to produce an editable script and allows capturing certain aspects of the program under test. This is a very powerful tool for testing graphical applications as the scripts can be modified to use typical programming constructs such as loops, conditions, function calls, assignment, parameters and verification. Scripts can be created in Basic, C or Pascal language style.


The best part: The entire Quality Suite is still only AUD 300. Take
advantage of the offer today and save!


MethodTimer
===========

The MethodTimer tool is a method level performance analyzer. It
measures and reports activity in your code with the purpose of
identifying performance bottlenecks. It records routine calls and
reports time spent in each routine. It also shows you a list of
routines that are called from a particular routine and how much was
spent in a routine on behalf of a calling routine. In addition,
MethodTimer contains a disassembler that reports the clock counts and
pairing issues that affect the efficiency of your code.

The MethodTimer works in conjunction with the LineTimer; use the
MethodTimer to locate slow routines, then switch to the LineTimer to
optimize those routines.


CoverageAnalyst
===============

The CoverageAnalyst tool works with your unit tests, and helps you
visually identify the portions of your code that are not fully
exercised. With Quality Suite CoverageAnalyst you can build better,
more effective test cases.

The most important use of a coverage analyzer is to ensure that all
parts of a module (application, DLL, COM object, etc.) have been
executed during testing. Far too many programs are released with bugs
that escape detection during the quality assurance phase simply because
the offending code is never executed. Qality Suite CoverageAnalyst
helps to ensure that all parts of the program have been executed.


LineTimer
=========

The LineTimer tool is an execution time profiler that lets you fine
tune your application and even drill down to individual lines in your
program. With the LineTimer you can see actual times spent on any (or
all) lines of code in your project. Now you can pinpoint exactly which
lines cost you the most execution time!


All tools works with 32 bit windows executables that are created in
Delphi versions from Delphi 5 and up, or BCB/C++Builder versions from
BCB 5 and up.

More info: http://www.nexusdb.com/support/index.php?q=qualitysuite

Trial download: http://www.nexusdb.com/support/index.php?q=nqstrial

The normal price will be AUD 450. During the introductory period, you
can purchase a license for only AUD 300.


The Nexus Quality Suite is licensed per developer. The price includes
minor and major updates for one year.
http://www.nexusdb.com/support/index.php?q=qualitysuite

Comments