Jump to content

TestComplete

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Modbear (talk | contribs) at 14:47, 10 June 2009 (fixed broken link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

TestComplete
Developer(s)AutomatedQA
Initial release1999 (1999)
Stable release
7 / May 8, 2009; 15 years ago (2009-05-08)
Operating systemMicrosoft Windows
Available inEnglish
TypeTest automation
LicenseProprietary
Websitehttp://www.automatedqa.com/testcomplete/

TestComplete is an automated testing tool, developed by AutomatedQA that allows testers to save time by creating software quality tests. Tests can be recorded, manually scripted or created manually with keyword operations and used for automated playback and error logging.

TestComplete is used for testing many different application types including Web, Windows, WPF, Flash, .NET and Java. It automates front end UI/functional testing and back-end testing like database, and HTTP load testing.

Overview

Uses

TestComplete is used to create and automate many different software test types. Record and playback test creation records a tester performing a manual test and allows it to be played back over and over again as an automated test. Recorded tests can be modified later by testers to create new tests or enhance existing tests with more use cases.

Main Features

Keyword Testing: TestComplete has a built-in keyword-driven test editor that consists of keyword operations that correspond to automated testing actions.

Full-Featured Script Editor: TestComplete has a built-in code editor with a set of special plug-ins that helps testers write scripts manually.

Test Record and Playback: TestComplete records the key actions necessary to replay the test and discards all unneeded actions.

Script Debugging Features: The debugger can stop before every executable line in the script or keyword test. That helps track what the test is doing and make changes when necessary.

Access to Methods and Properties of Internal Objects: TestComplete reads the names of the visible elements and many internal elements of Delphi, C++Builder, .NET, WPF, Java and Visual Basic applications and allows test scripts to access these values for verification or use in tests.

Unicode Support: TestComplete's Unicode character set support allows testing of non-ASCII applications that use Unicode character sets like Arabic, Greek, Katakana, Hebrew and others.

Issue-Tracking Support: TestComplete includes issue-tracking templates that can be used to create or modify items stored in issue-tracking systems. TestComplete currently supports Microsoft Visual Studio 2005, 2008 Team System, BugZilla and AutomatedQA AQdevTeam.

COM-based, Open Architecture: TestComplete's engine is based on an open API, COM interface. It is source-language independent, and can read debugger information and use it at runtime through the TestComplete Debug Info Agent.

Supported OS

WinNT 6.0 SP 6 - Windows Vista

Supported testing types

Supported scripting languages

Supported applications

Awards

  • Software Development Jolt Awards presented by Software Development magazine[1]: 2008, 2007, 2005
  • Delphi Informant Readers Choice Awards as the Best in the Testing/QA Tool category: 2004, 2003
  • asp.netPRO Readers' Choice Awards[2]: 2007, 2006, 2005, 2004

See Also

References