ANN: AQtime 6.10 now available!
posted by Kate on Friday, November 28, 2008
Read More...
7 Ready Made Extensions
posted by Nick on Thursday, November 20, 2008
Here are 7 ready made script extensions that you can install into TestComplete and start using immediately. Included are five new checkpoints and two "helper" extensions.
Read More...
ANN: AQdevTeam 1.82 now available!
posted by Kate on Monday, November 17, 2008
Read More...
Turn Complex Code into a Single Button Click
posted by Nick on Tuesday, November 11, 2008
Script extensions allow you to take complicated function calls and turn them into simple commands that can be called with the click of a button. In this article, I'll show you how I changed code into an extension that verifies the listing of a directory.
Read More...
Profiling Scripts with AQtime: Part 1 - Web Scripts.
posted by Artem on Friday, October 24, 2008
As you may know, AQtime 6.0 has just been released. It introduces the ability to profile scripts
executed by the Microsoft Scripting Engine, which is used in
Microsoft Internet Explorer, Windows Script Host, and by TestComplete.
Part 1 of this series demonstrates how to profile scripts from web pages.
Read More...
ANN: AQtime 6 now available!
posted by Kate on Tuesday, October 21, 2008
AutomatedQA is pleased to announce the immediate availability of AQtime v.6 - the next generation of our performance profiler and memory allocation debugger.
AQtime 6 includes a lot of improvements and exciting new features:
- Script profiling
VBScript and JScript functions located on web pages, you can also profile TestComplete scripts.
- Trace references to interfaced objects using a new Reference Count Profiler.
- Use the improved Allocation profiler to detect the “use-after-free” situations with memory.
- Much faster coverage analysis.
- BDE queries and stored procedure execution timing.
- Filter standard libraries from profiling.
Here are some links to get the full scoop:
Detailed List of Enhancements
Top Reasons to Upgrade to AQtime 6
Download a Trial Version
Read More...
Script Extensions: Creating a Custom Zip Code Checkpoint
posted by Nick on Wednesday, October 15, 2008
Have you ever wished that you could make your own custom checkpoints with TestComplete? With script extensions, now you can! Read this article to learn how I created a checkpoint that verifies zip codes are formatted correctly.
Read More...
TestComplete Script Extensions: StringUtils Object
posted by Helen on Thursday, October 09, 2008
In my previous article, I told you about script extensions -- light-weight plug-ins for TestComplete that can be written in VBScript or JScript. Now, I’m going to show you how easy it is to create custom objects, which provide common routine libraries, with the script extensions technique. Continue reading for the full article with source code.
Read More...
Introducing TestComplete Script Extensions
posted by Helen on Tuesday, October 07, 2008
TestComplete 6.50, which has just been released, includes an exciting new feature called script extensions. This feature allows you to create plug-ins for TestComplete using scripting languages such as VBScript or JScript. The plug-ins can add custom items to TestComplete toolbars and expose new objects to use in scripts. More...
Read More...
ANN: TestComplete 6.50 is now available!
posted by Kate on Monday, October 06, 2008
AutomatedQA is happy to announce that a maintenance release is now available for TestComplete: TestComplete ver.6.50.
This minor update includes new exciting features. One of the greatest improvements is the new script extensions technology.Using it you can easily create custom plug-ins for TestComplete in VBScript and JScript. These plug-ins can extend TestComplete’s object model with new objects and insert new commands into the Recording and Tools toolbars. These commands can, for example, assist you in creating checkpoints or in performing other chore operations at record- and design-time. Also TestComplete includes sample package that demonstrates the use of these extensions.
The new version also offers lots of new scripting objects that help you work with files, folders, strings, numbers and so on. Most of these objects’ functionality was taken from the Built-In and Utilities objects, and the appropriate methods and properties of these objects have become obsolete now. The new scripting objects are available to scripts and script extensions.
For a complete list of changes made to TestComplete ver. 6.50, please visit our web site at:
http://www.automatedqa.com/products/testcomplete/tc_whatsnew.asp
This update is free for all registered users of TestComplete 6. To download and install it, just log into our secure product download portal:
https://clientservices.automatedqa.com/
The trial version is available at:
http://www.automatedqa.com/downloads/testcomplete/
Read More...