Printer Friendly
The Free Library
19,573,952 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

CenterLine's new QualityCenter family empowers development organizations with automated testing tools; Company now offers industry's broadest range of "quality-centered" testing and development tools.


CAMBRIDGE, Mass.--(BUSINESS WIRE)--June 19, 1995--At a time when accidents, lawsuits and eroding consumer confidence can be directly attributed to poor software quality, CenterLine cen·ter·line  
n.
1. A line that bisects something into equal parts.

2. A painted line running along the center of a road or highway that divides it into two sections for traffic moving in opposite directions, or, in the case of
 Software, Inc. today unveiled QualityCenter, a new family of automated software testing Software testing is the process used to measure the quality of developed computer software. Usually, quality is constrained to such topics as correctness, completeness, security, but can also include more technical requirements as described under the ISO standard ISO 9126, such  tools to help development organizations dramatically improve the quality and speed of developing software applications.

While traditional approaches divorce testing from the development process, making quality assurance a post-development endeavor, CenterLine's new QualityCenter family allows companies to more thoroughly and cost-effectively flush out defects in their code earlier in the development process. When combined with CenterLine's popular ObjectCenter and CodeCenter programming environments, the company now offers the industry's broadest range of C/C C/C Center to Center
C/C Combustion Chamber
C/C Command/Control
C/C Crew Chief
C/C cabin cruiser (US DoD)
C/C chief complaint (medical)
C/C Channel-to-Channel
C/C Communication and Collaboration
++ software development solutions to enable quality-centered development, from the first compile through deployment. The QualityCenter family includes:
    QC/Replay a high-performance GUI capture/playback tool for X
    Windows-based applications.


    QC/Coverage a code coverage and analysis tool for test planning
    and measuring how much of an application was properly tested.


    QC/Sim a unique add-on to QC/Coverage for simulating
    difficult-to-test situations, such as disk or network failures.


    TestCenter the premier programmer's testing tool to offer runtime
    error and memory leak detection together with code coverage
    capabilities.  CenterLine enhanced TestCenter by seamlessly
    integrating it with QC/Replay.Solving the software quality crisis


"Diminishing software quality has become the number one customer concern in a world that increasingly depends on mission-critical software," said Paul Henderson
This article is about the Canadian ice hockey player. For others with the same name, see Paul Henderson (disambiguation).


Paul Henderson (born January 28, 1943 in Lucknow, Ontario, Canada) is a retired Canadian hockey left winger who played 13
, CenterLine's vice president of marketing. "Too many software organizations still take a deliver first and fix later approach to application development, giving quality lower priority than time-to-market and functionality. CenterLine's focus is to empower developers to take control of the quality of their work and bridge the gap between quality assurance and development teams through the application of sophisticated testing automation solutions."

According to according to
prep.
1. As stated or indicated by; on the authority of: according to historians.

2. In keeping with: according to instructions.

3.
 industry advocates, diminishing software quality has also yielded significant economic, safety and legal liabilities. "A software defect in an airline reservation system The Airline Reservations System (ARS) was one of the earliest changes to improve efficincy. ARS eventually evolved into the Computer Reservations System (CRS), and then into Global Distribution System (GDS).  can cost an airline $20,000 per minute. Defects in safety-critical software have caused hundreds of fatalities. And dozens of software companies have lost lawsuits over product quality issues. The irony in this situation is the money a corporation spends on a lawsuit could have covered all the tools and training they'd ever need to test their software for defects in the first place," said Dick Bender, president of Bender & Associates, a leading software testing and consulting firm Noun 1. consulting firm - a firm of experts providing professional advice to an organization for a fee
consulting company

business firm, firm, house - the members of a business organization that owns or operates one or more establishments; "he worked for a
.

QC/Replay provides faster, reliable GUI (Graphical User Interface) A graphics-based user interface that incorporates movable windows, icons and a mouse. The ability to resize application windows and change style and size of fonts are the significant advantages of a GUI vs. a character-based interface.  testing

QC/Replay is a GUI record/playback tool that automates the painstaking process of capturing and replaying user keystrokes and mouse clicks to uncover deviations in an X Windows See X Window.  application s behavior. By automating the thousands of tests a GUI-based client/server application typically requires, QC/Replay can significantly improve new software's time-to-market by uncovering flaws early in the development cycle that can undermine the application.

QC/Replay is the only GUI testing tool to combine true "widget Pronounced "wih-jit," for decades, the term has been a popular word for a generic "thing" when there is no real name for it. It is often used to describe examples of made-up products along with other fictitious names; for example, "10 widgets, 5 frabbits and 2 dingits.  awareness" (in which test scripts interact directly with Motif buttons, scroll bars and other GUI building-block objects), an open, standard scripting language A high-level programming, or command, language that is interpreted (translated on the fly) rather than compiled ahead of time. A scripting, or script, language may be a general-purpose programming language or it may be limited to specific functions used to augment the running of an  -- the Tool Command Language (language) Tool Command Language - /tik*l/ (Tcl) An interpreted string processing language for issuing commands to interactive programs, developed by John Ousterhout at UCB. Each application program can extend tcl with its own set of commands.  (Tcl), and automatic synchronization (1) See synchronous and synchronous transmission.

(2) Ensuring that two sets of data are always the same. See data synchronization.

(3) Keeping time-of-day clocks in two devices set to the same time. See NTP.
 to provide object-based capture/playback verification of complex applications. QC/Replay's widget-based approach enables tests which are more readable, maintainable and resilient to changes.

QC/Replay is also distinguished by its focus on X Windows applications. Where cross-platform GUI testing tools must compromise some platform-specific functionality, QC/Replay is a best-of-class tool for mission-critical UNIX UNIX

Operating system for digital computers, developed by Ken Thompson of Bell Laboratories in 1969. It was initially designed for a single user (the name was a pun on the earlier operating system Multics).
 applications, able to more thoroughly test the unique interface functions of the X Windows interface.

QC/Coverage identifies untested code for more focused testing

QC/Coverage is a powerful code coverage and analysis tool for quickly identifying how much of an application code was exercised during testing. By evaluating the coverage of test scripts, programmers can easily identify functions, classes, modules and units that have not been tested and focus efforts on untested code, ultimately improving the use of testing resources and enhancing productivity and product quality. QC/Coverage also provides industry standard testing metrics to assist in test planning with specialized support for the C++ language.

For example, Planning Systems, Inc., a Virginia-based defense consulting firm, is using QC/Coverage in the development of data acquisition, safety monitoring Safety Monitoring of a clinical trial is conducted by an independent physician with relevant expertise. This is accomplished by review of adverse event, immediately after they occur, with timely follow-up through resolution. , and analysis software for Navy submarine trials. "Since we're dealing with multi-million dollar assets during these submarine trials, software quality and reliability is very important. QC/Coverage provides our developers with a tool to speed branch and call coverage testing, and provides our project managers with documentation that the testing met the project's code coverage standard," said David Diehl David Diehl (born September 15, 1980 in Chicago, Illinois) is an American football player with Croatian and German background. He is an offensive lineman in the National Football League. , testing manager for the System Simulation and Design Group at Planning Systems. "QC/Coverage revealed unreachable and unused branches in our source code. By removing these branches, we were able to simplify the logic and reduce code maintenance costs down the road."

QC/Sim simulates hard to test scenarios

QC/Sim is the industry s first test simulation tool for replicating difficult-to-test situations that impact an application's behavior, such as a network crash or disk drive that has reached its capacity. It allows developers to "fake a failure" easily, unobtrusively un·ob·tru·sive  
adj.
Not undesirably noticeable or blatant; inconspicuous.



unob·tru
 and automatically. As an add-on to QC/Coverage, the two tools enable users to remove hidden defects by simulating real-life conditions.

TestCenter provides sophisticated runtime error A problem that is encountered when a program is being executed. Runtime errors can occur in software environments for many different reasons; for example, peripheral devices may not be turned on or instructions may be invalid. , memory leak A condition caused by a program that does not free up the extra memory it allocates. In programming languages, such as C/C++, the programmer can dynamically allocate additional memory to hold data and variables that are required for the moment, but not used throughout the program.  detection

TestCenter is an easy-to-use testing tool for C and C++ programmers. It provides sophisticated runtime error and memory leak detection; lets programmers test hard to simulate error conditions; and receive visual feedback on the thoroughness of their testing. TestCenter features new integration with QC/Replay to provide the most comprehensive test solutions for GUI applications.

Pricing/platforms and availability

The following lists the platform support, availability schedule and U.S. list pricing of the QualityCenter family. Prices are for a single floating license.
             QC/Replay  QC/Coverage  QC/Coverage  QC/Sim   TestCenter
                        (C)          (C++)


Pricing      $6,995     $5,995       $8,995       $9,600    $3,895




                       Availability  ((a) = immediately)




HP-UX 9.0      (a)       (a)           (a)          (a)        (a)


SunOS/Solaris  (a)       (a)           (a)          (a)        (a)


IBM AIX        (a)       (a)           (a)          (a)        July 95


UnixWare       (a)       (a)           (a)          (a)


Digital UNIX   (a)      Q4 95          Q4 95        Q4 95


OS/2                     (a)           (a)          (a)


For a limited time, CenterLine is offering a special bundle promotion of QC/Replay and TestCenter at 25% off the list, or $9,995. The bundle provides a single floating license of each product and includes a full year of support.

CenterLine Software, Inc., a privately held corporation Noun 1. privately held corporation - a corporation owned by a few people; shares have no public market
close corporation, closed corporation, private corporation
 headquartered in Cambridge, Mass., is the leading independent provider of workstation-based programming tools for professional developers. CenterLine offers a complete suite of tightly integrated, open and standards-based tools including C++ and C programming environments, testing tools and advanced compilation technologies. The sponsor of CenterStage , the premier independent software vendor partner program, CenterLine joins forces with major tools vendors to deliver value-added integrations spanning the entire software development lifecycle.

CenterLine and CodeCenter are registered trademarks, and QualityCenter, ObjectCenter, QC/Replay, QC/Coverage, QC/Sim and TestCenter are trademarks of CenterLine Software, Inc.

CONTACT: Jill Godett

CenterLine Software, Inc.

617-498-3287

godett@centerline.com

or

Laura Desmarais

Beaupre & Co. Public Relations public relations, activities and policies used to create public interest in a person, idea, product, institution, or business establishment. By its nature, public relations is devoted to serving particular interests by presenting them to the public in the most , Inc.

603-436-6690

desmarai@beaupre.mv.com
COPYRIGHT 1995 Business Wire
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 1995, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Publication:Business Wire
Date:Jun 19, 1995
Words:1187
Previous Article:ABO RESOURCE CORP. - SIGNIFICANT NEW DISCOVERY AT USPALLATA PROJECT, ARGENTINA.
Next Article:Storage Computer announces Non-Volatile RAM Cache.
Topics:



Related Articles
Mercury Interactive and SHL agree to deliver integrated business solutions to Fortune 1000 companies; SHL to resell Mercury's complete product line.
Mercury Interactive delivers client/server load testing suite; new LoadRunner Client/Server combines client and server load testing to provide the...
Mercury Interactive Delivers Integrated Client/Server Testing Suite; New TestSuite and TestSuite Enterprise combines GUI testing, test management and...
SQA announces the SQA Enterprise TestSuite -- the industry's only seamlessly integrated client/server test suite; Delivers a comprehensive suite...
SQA, Inc. Announces the SQA Enterprise TestSuite(TM) for PowerBuilder; The only seamlessly integrated test suite offers industry-leading,...
SQA announces the SQA Enterprise TestSuite -- the industry's only seamlessly integrated client/server test suite; Delivers a comprehensive suite...
Rational Software Corporation Chosen for Editor's Choice Award in Software Magazine's Top-500 Issue; Rational Tools Also Win Two Jolt Product...
VA LINUX ANNOUNCES AMBITIOUS INITIATIVE FOR 'OPEN SOURCE' PROJECTS.
ADIC solutions support Cisco MDS 9000 Switch Family.
INRONGRID TOOLS DIAGNOSE PERFORMANCE AND SCALABILITY ISSUES.

Terms of use | Copyright © 2012 Farlex, Inc. | Feedback | For webmasters | Submit articles