ANN: TestComplete 7.10 is now available!
posted by David on Wednesday, July 01, 2009
Read More...
AQtime 6.21 is now available!
posted by David on Monday, June 22, 2009
Read More...
Name Mapping Improvements in TestComplete 7
posted by Helen on Thursday, June 11, 2009
Name Mapping is TestComplete’s feature that allows testers to separate the tested application’s object names from tests in order to improve the maintainability of tests and make tests look cleaner. The recently released TestComplete 7 includes many improvements in the Name Mapping functionality to make it more robust and easier to use. Continue reading for details…
Read More...
Video: Data Driven Testing With TestComplete 7
posted by Drew on Wednesday, June 10, 2009
Want to learn data driven testing in TestComplete 7? Carve out an hour or so to watch this valuable recorded webinar where Falafel Software trainers teach you the ins and outs of DDT.
Click here to download:
Video: Data driven testing with TestComplete 7
Read More...
Video: TestExecute Tips from Falafel Software
posted by Drew on Monday, June 08, 2009
Lino Tadros, tech and training superstar from Falafel Software, recently created an excellent 8 minute video tutorial on how to use TestExecute, TestComplete's standalone test runner.
The video was recorded using version 6 so first 3 minutes of test creation will be different if you're using TestComplete 7, but if you want to know how and why you should use TestExecute don't miss this video.
Watch the video here
TestExecute how-to video from Lino Tadros, Falafel Software
Read More...
Working with Unsupported Controls - Text Recognition Technology
posted by Ekaterina on Friday, June 05, 2009
TestComplete 7 provides built-in support for a lot of the controls and components available on the market today. If a control is supported by TestComplete, it is automatically associated with the appropriate object during software testing and you can use the object’s methods and properties to work with the control from your software tests.
But, what happens when controls are not automatically recognized by TestComplete, or TestComplete doesn’t have built-in support for a control? TestComplete 7 includes a Text Recognition technology, which is a special approach for recognizing controls that do not have built-in support in TestComplete. Text Recognition recognizes objects by their text and allows you to effectively test any control in your application, no matter what type of control it is. After TestComplete recognizes a control through Text Recognition, it provides specific methods and properties that allow you to simulate user actions over the control or retrieve its text.
Read More...
ANN: TestComplete 6.53 is now available!
posted by Alex on Thursday, June 04, 2009
Read More...
Additional Qt Support Modules
posted by Alex on Thursday, June 04, 2009
TestComplete 7 supports testing of Qt applications created with Qt version 4.5.0. The plug-ins and modules that support this version of the Qt library are included in TestComplete’s package. There are also additional modules that provide support for Qt ver. 4.4.3. You can download them from our web site:
http://www.automatedqa.com/downloads/testcomplete/qt-modules/
Read More...
Using the New GUI Explorer in GUI Testing
posted by Artem on Tuesday, June 02, 2009
TestComplete 7 includes a new tool called the GUI Explorer. The GUI Explorer draws a schematic representation of the application's windows, controls and other on-screen objects. The main purpose of a tool is to help you decide which UI elements to use in your tests. Keep on reading to learn more...
Read More...
Using StripTDS in Automated Software Builds
posted by Helen on Thursday, May 28, 2009
In my previous blog, Extending Delphi Application Testability With External Debug Info, I told you about TestComplete’s new StripTDS utility and how it allows you to create release builds of Delphi applications with external debug information. StripTDS is a standalone utility with a simple command-line interface, so it can be easily integrated into automated builds. In this blog, I’ll show you how to run StripTDS from build macros created in Automated Build Studio. Continue reading for a full tutorial...
Read More...