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

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,...

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...

Common Errors with QTP/UFT – Part 2

Welcome to the second and final part of this series on 'Common Errors for QTP/UFT'! Earlier, we discussed about some of the 'Common QTP/UFT...

Â

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

Performance Testing on Firewall-Protected Networks

HP Load Runner is the most popular tool from HP for performance, load and stress testing tasks. Using the LR, you can check different...

How To Use Mouse and Keyboard Events with Selenium

In this tutorial, we will discuss how to use mouse click events and keyboard events with Selenium WebDriver. The mouse click and keyboard events...

HP Borland’s Silk Test for Multi-Channel Testing

The growing web and mobile applications have posed several challenges for software QA teams. While usability and scalability are highly prioritized, compatibility across multiple...

CHECKOUT TUTORIALS

Java Tutorial #3 – Java Arrays

Table of Contents One Dimensional Array Declaring Array Allocting Memory to Array Accessing Array Elements Initializing Array Length of Array Multi Dimensional Array Creating 3...
- Advertisement -spot_img