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...
ANN: Automated Build Studio 5 Released!
posted by Kate on Tuesday, September 09, 2008
Hello!
AutomatedQA is pleased to announce the immediate availability of Automated Build Studio Version 5 - the next generation of our build and release management system that provides automation of the software development build, test and release processes.
Automated Build Studio 5 includes a great number of new operations, introduces new functionality and supports more software tools. Here are some of new features:
• support for virtual machines was improved;
• support for CodeGear RAD Studio 2009;
• a new type of a macro variable such as local variables which can be defined in the Group, Dependent Group and Submacro operations;
• a new Run Library Submacro operation;
• a new Dependent Group operation;
• remote macro execution under the interactive desktop;
• secure connections to E-mail, news and FTP servers;
• automatic build notifications about macros’ status changing;
• More, more…
Here are some links to get the full scoop:
Click here for a Detailed List of Automated Build Studio 5 New Features and Enhancements
Click here for Top Reasons to Upgrade to Automated Build Studio 5
Click here to Download a Trial Version
Read More...
New screencast: automated tests against web pages
posted by Kate on Monday, September 01, 2008
Nick Olivo presents a new screencast on how to automate tests against web pages in TestComplete. The screencast describes how to add the web browser to the list of tested applications, specify the web page to be opened and record a test against web page.
View screencast now
Hope this screencast will help you get started creating automated tests for web pages!
Read More...