First Looks

Test Partner 6.0: Test Application Screens

Check out this package for recording, editing, replaying, and logging test sequences.

TestPartner 6.0 is an advanced package for recording, editing, replaying, and logging test sequences for Windows-based applications.

The tool features extensive support for tracking the history of tests and comparing the results. Although TestPartner integrates with Visual Studio Team System, this review focuses on its use as a standalone tool for testing Web applications using Internet Explorer 7.

I put TestPartner on my Windows XP Pro workstation. The installation, which included SQL Server 2005 Express, was uneventful. TestPartner defaults to SQL Server, but you can configure it to use MSDE 2000, Access 2000, or recent Oracle databases for storing tests and results. When run, TestPartner displays a handy start screen that includes a link to a Visual Test tutorial. The tutorial provides a good orientation to an IDE that can be somewhat overwhelming without an introduction. In the walkthrough, you learn how to record and playback tests using a simulated e-commerce Web site hosted by Compuware. However, to enter the site, you need an account. It smacks of marketing department interference with documentation when you must register your name, address, phone number, and email address just to complete a tutorial.

Recording mouse clicks, keystrokes, and data for future playback is as easy as using the browser. Unlike recording a motion screen capture, there's no pressure to make your cursor movements fluid or well-paced; TestPartner is tracking your interaction with the screen's objects, rather than the length of your pauses.

The results of your recording appear in the impressive Visual Navigator window (Figure 1). Much thought has gone into its features, especially the Test Steps pane. Test Steps lists each recorded action in plain English such as "Enter password text."

Figure 1
[Click on image for larger view.]
Figure 1. Visualize and Revise Screen Tests.
TestPartner lets you review recorded steps as English text rather than as obscure computer code. You can also revise the steps within a visual environment simply by pointing to the replacement object in a screen preview.

You can also modify individual steps in the Navigator window. For example, assume you've recorded a long test run, but you now wish you had chosen a different option value. You don't have to reedit the code by hand or re-record the sequence; instead, you can go to the screen preview pane, click on a capture button, and point to the replacement option. The cursor reads the new control's name and value and inserts it into the script. This ability to refine and revise the script visually with a couple of clicks is an excellent feature and extremely valuable. Once you have a recorded sequence, you let TestPartner play it as a test. You can test for all sorts of screen characteristics and events including the appearance of text, bitmaps, menu items, tree nodes, and other controls. For example, you can point to a listbox on the preview page and instruct the script to repeat a sequence using each item in the list. This is valuable for checking screens with dynamic content.

Speaking of dynamic content, a good test is more than replaying a couple of hardcoded values. You can set up what Compuware calls an ActiveData asset, which retrieves external test data from an Excel spreadsheet, flat text, or comma-separated values file. An XML dataset would be a useful addition there.

TestPartner produces readable results broken down in Summary, Passed, and Failed tabs. In a visual environment like a Web page, you sometimes need a close look to see what happened. The screen preview pane offers side-by-side views so you can compare failed checks to the original recording. It might be that a screen or text difference turns out to be expected and normal. In that case, you can mark a failed check as an "expected result" and include a comment to inform future testers.

Compuware has hit a usability sweet spot in the TestPartner 6.0 release: a reasonable learning curve means average developers and non-technical users can be productive quickly. At the same time, quality control professionals will harness dozens of sophisticated and well-documented scripting features to build extensive test suites.

TestPartner 6.0
Compuware
Web: www.compuware.com
Phone: 800-521-9353
Price: $6100 (per concurrent user with maintenance)
Quick Facts: Advanced test automation tool for Windows-based environments; records and repeats screen tests and transactions; generates detailed reports; works as standalone software or integrated with Visual Studio Team System.
Pros: Easy to learn; plain English scripting language; wizards for many features like loops and logic; imports external test data; high-end options for professional testers; good documentation.
Cons: Expensive; no warranty (except on physical media) and no money-back guarantee.

About the Author

Ken Cox is a Canadian .NET programming writer and the author of "ASP.NET 3.5 for Dummies" (Wiley).

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube