Review of Test Design Studio 2.0

A Powerful VB IDE environment for QTP

Table of Contents

While QTP offers greater flexibility to automate testing procedures, the IDE lacks certain professional features. A QTP license is expensive as well. Test Design Studio 2.0 from Patterson Consulting augments QTP software by providing an intuitive IDE for QTP and WinRunner.

While the automated testing performance is enhanced, the price is affordable. Here is a review of the Test Design Studio 2.0

Ease of use

Test Design Studio offers an intuitive interface wherein testers can enjoy a high-end VB IDE environment. The code navigation is made simple. You can categorize code into different segments, collapse and expand them as you desire. Using a top navigation bar, you can easily and quickly navigate to any piece of code. Otherwise, you have to scroll through multiple pages for a particular code. Moving between multiple QTP tests is easy and quick as well. In short, TDS offers the luxury of Visual Studio or Eclipse IDE.

Features

Test Design Studio comes with a bunch of features that augment the performance of automated testing projects while making it easy to run tests. Here are a few notable ones:

TDS Code Editor

TDS code editor allows you to run multiple QTP tests for each project. These steps comprise documents, external files, function libraries, etc. You can easily move between different tests.

Real-time Syntax Checks

Another useful feature offered by TDS is the real-time syntax check. The editor detects errors as you type the code. Whether you have defined a variable twice, did not initiate a variable or did not allocate a value to a variable, TDS finds it and informs you during the coding time. In addition, syntax errors are automatically reported. While QTP offers syntax checks, it is done at the compilation stage. When errors are detected at the coding stage, you save a lot of time and energy.

Full IntelliSense Support

TDS features full IntelliSense wherein the editor displays information about a variable when you hover on it. It shows the type and purpose of the variable. In addition, you can track changes to know what has been changed recently. Smart indentation is a useful feature as well.

Code Metrics

Another useful feature in TDS is code metrics. With the help of code metrics, you can analyze the code to narrow down your code refactoring tasks. It evaluates the code to provide:

  • Maintainability of code
  • The number of paths through code
  • Real lines of code

Real lines of code

Document Generator is a handy option that lets you add XML comments when working with large function libraries. In addition, XML setup files can be easily created.

Quality Center support

Another useful feature is quality center support. With the addition of multiple QC servers, you can simultaneously work on different projects.

The Performance

With an intuitive IDE, TDS offers a luxurious to easily work with large testing projects. The performance of TDS is ‘Good’.

The Price

You can download the evaluation version to check the functionality of the product. The evaluation version has all the features. At $1450 per single license, TDS comes with a decent price tag. However, when you run scripts, TDS automatically launches QTP. So, debugging tasks are again dependent on QTP and you have to purchase both licenses.

Tushar Sharma
Tushar Sharmahttps://www.automationdojos.com
Hi! This is Tushar, the author of 'Automation Dojos'. A passionate IT professional with a big appetite for learning, I enjoy technical content creation and curation. Hope you are having a good time! Don't forget to subscribe and stay in touch. Wishing you happy learning!

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

RELATED POSTS

Traditional Framework Definitions (QTP)

Over the years Functional Test Automation has come a long way from WinRunner to QTP and until ALM. The tools have evolved to a...

Automation Tools Comparison (SilkTest vs QTP vs Selenium)

While manual testing and automated testing go hand in hand, one of the important benefits of automated testing is the assurance that the software...

A Brief Review Of WATIR

WATIR stands for 'Web Testing Application in Ruby'. It is an OLE-based testing application that automates your browser using Ruby libraries. Here are some...

Â

RECENT 'HOW-TO'

How To Install Oh-My-Posh On Windows PowerShell

Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable. It does not...

SIMILAR ON CODEX

FEATURED PROJECTS

SEPA Bulk File Generator and Validator

ADjo LABS PROJECT: SEPA Bulk File Generator and Validator. Supported File Types PAIN008, PAIN001, PACS003 and PACS008. Tested for supporting PAIN.008.001.001 and PAIN.008.001.002 (version 1&2). The XML...

MORE IN THIS CATEGORY

Essentials of Typical QTP/UFT Framework

Table of Contents Essentials 1: Test Artefacts Repository Essentials 2: Error Handling and Recovery Essentials 3: Object Identification Method Essentials 4: Test Data Management Essentials 5: Result and...

How To Do Database Testing with JMeter

Introduction In this 'How-To', You will be guided to perform a database load test using JMeter. We will be installing Apache JMeter to perform the...

Finding Web Elements with Selenium

I'm going to explain in this tutorial about the usage of the findElement and findElements method of Selenium Webdriver on the Chrome web browser....

CHECKOUT TUTORIALS

VBS Part 2 – Fundamentals and Concepts

Having gone through the Introductory part, it is time to look at some crucial fundamentals and concepts. This article is to refresh some of...
- Advertisement -spot_img