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

How To Use TestNG with Selenium

1. What is TestNG? TestNG is an open-source automated testing framework with flexible and powerful features. It is inspired by JUnit and NUnit but with...

Introducing Testing-as-a-Service (TaaS)

The 'Cloud Computing' technology has revolutionized the IT industry and it has something good to offer to the testing industry too. After Iaas, PaaS,...

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

Windows JDK Manager (win-jdk-Manager)

ADjo LABS PROJECT : Simple and lightweight desktop utility with Interactive cmd Interface for easy view, re-point and switching between JAVA versions on windows. Demonstrating the capability...

MORE IN THIS CATEGORY

How To Find Broken Links with Selenium

What is a broken link? Links are used for navigating between webpages. Users are directed to a web page when they click or type a...

Best Practices For Evaluating Automation Tool

With rapidly changing financial conditions, businesses face the tough challenge of optimizing resources to produce maximum results. Choosing the right automation tool for functional...

How To Create FTP Test Plan in JMeter

About File Transfer Protocol File Transfer Protocol is a widely used standard network protocol for FIle sharing between a client and server in the same...

CHECKOUT TUTORIALS

Working with JMeter Listeners

About Listeners Listeners are used for displaying test results in JMeter. Listeners allow system engineers to analyze the responses from the testing system and monetize...
- Advertisement -spot_img