QA Focus:

HP QuickTest Professional


August 21, 2008  3:25 AM

function junction: File System Object



Posted by: Sentinel627
Development, Functional testing, HP QuickTest Professional, Software Quality

Writing functions that make use of the methods exposed by the Windows file system object might seem trivial at first, but take my word for it, it is a worthwhile activity. If you use HP QuickTest Pro for test automation, or even need to do some system maintenance with VBScript, these simple scripts...

August 16, 2008  6:43 PM

Introduction to HP QuickTest Pro Objects



Posted by: Sentinel627
Functional testing, HP QuickTest Professional, Microsoft Windows, Software Quality

HP QuickTest Professional uses an Object Repository to store information about the various fields and controls used to build the user interface of a software application. This repository is essentially a database of the names and properties of all the objects encountered during test script...


August 16, 2008  5:47 PM

Creating a Solid Test Automation Framework with QTP



Posted by: Sentinel627
Functional testing, HP Quality Center, HP QuickTest Professional, Software Quality

HP's QuickTest Pro can itself be used to build a test automation framework. Listed below are some of the characteristics you should take into consideration during the design phase. Test automation scripts and functions should:

  • Be Reusable and...


August 12, 2008  12:45 AM

Functional Testing of Web Services: Part IV



Posted by: Sentinel627
Functional testing, HP QuickTest Professional, soapUI, Software Quality, Web services, Web services testing

Two other web service test tools which deserve honorable mention in our comparison tests were: soapUI, available as Open Source or in a pro version distributed by eviware; and HP's QuickTest Professional Web Services Add-In. soapUI


July 25, 2008  2:53 AM

HP QuickTest Professional Tips ‘n’ Tricks – July ’08 Part II



Posted by: Sentinel627
Functional testing, HP Quality Center, HP QuickTest Professional, Software Quality

Args("maties")! More tricky bits for ye! Sorry, I just HAD to say that! But it does make a point: not everything works quite as you might expect in QuickTest Pro. Using Parameters with QTP Scripts Parameters can be predefined for a QTP Action script, under File -->...


July 22, 2008  4:17 AM

function junction: strings ‘n’ things



Posted by: Sentinel627
Functional testing, HP Quality Center, HP QuickTest Professional, Software Quality

VBScript, the internal language of HP QuickTest Pro, is rather handy for manipulating text strings. This is especially useful when you are trying to verify a test step where only part of your actual data will match your expected data, or vice versa.

Here is a simple...


July 11, 2008  8:20 PM

HP QuickTest Professional Tips ‘n’ Tricks – July 2008



Posted by: Sentinel627
Functional testing, HP Quality Center, HP QuickTest Professional, Software Quality

Periodically, I hope to post a few helpful suggestions about using HP's QuickTest Professional automated test tool. These are the tricky little things that are obvious once you stumble across then actually use them. Perhaps someone else will benefit by my stumbling. Environment.Value and...


July 11, 2008  3:17 AM

Types of Test Automation Frameworks



Posted by: Sentinel627
Development, Functional testing, HP Quality Center, HP QuickTest Professional, Software Quality

In a previous posting, we examined the evolution of automation frameworks. How are frameworks being implemented today by various QA organizations? Here's a basic summary of the types of test automation currently in use: Ad-Hoc

    ...


July 9, 2008  1:51 AM

function junction: self-destructive pop-up



Posted by: Sentinel627
Development, Functional testing, HP Quality Center, HP QuickTest Professional, Software Quality

I use HP (formerly Mercury) QuickTest Professional for most of my functional test automation. This tool uses Windows' VBScript as its internal scripting language. VBScript is...