Ann: Nexus Quality Suite for Rad Studio 10 Seattle, introducing 64 bit support

Ann: Nexus Quality Suite for Rad Studio 10 Seattle, introducing 64 bit support
===================================

We are happy to report that an update has just been released with Rad Studio 10 Seattle support, and introducing support for working with 64 bit executables!

With the latest update, the Insider and MethodTimer tools also come in 64 bit versions. The other tools will have 64 bit capability added in future updates, currently being worked on.


Nexus Quality Suite - your toolbox for performance and quality
assurance! Listed below are the tools available.

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

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!

Insider
=======

The Insider tool is a binary code analyzer. It disassembles and
analyzes all the code in your module and displays statistical
information about the code in tabular form. The information extracted
for each routine includes the size of the code, the amount of constant
data in the routine, the amount of local data allocated by the routine,
and the number of instructions in the routine.

Insider also identifies various code patterns to aid in identifying
routines that may be candidates for optimization or other types of
refactoring. In addition, Quality Suite Insider creates static
cross-references for the code.

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.


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.




Future Roadmap

There are more tools and expanded platform support in the pipeline.
Presented below in no particular order, here are some of the things on
our todo list for Quality Suite:

- Coming Soon! Printable/ePub manual
- Remote profiling
- Support for .Net executables



--
The NexusDB Team
http://www.nexusdb.com/support/index.php?q=qualitysuite

Comments