August 16, 2008 6:43 PM
Posted by: Sentinel627
Functional testing,
HP QuickTest Professional,
Microsoft Windows,
Software QualityHP 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
Posted by: Sentinel627
Functional testing,
HP Quality Center,
HP QuickTest Professional,
Software QualityHP'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:
August 12, 2008 12:45 AM
Posted by: Sentinel627
Functional testing,
HP QuickTest Professional,
soapUI,
Software Quality,
Web services,
Web services testingTwo 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
Posted by: Sentinel627
Functional testing,
HP Quality Center,
HP QuickTest Professional,
Software QualityArgs("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
Posted by: Sentinel627
Functional testing,
HP Quality Center,
HP QuickTest Professional,
Software QualityVBScript, 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
Posted by: Sentinel627
Functional testing,
HP Quality Center,
HP QuickTest Professional,
Software QualityPeriodically, 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
Posted by: Sentinel627
Development,
Functional testing,
HP Quality Center,
HP QuickTest Professional,
Software QualityIn 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
Posted by: Sentinel627
Development,
Functional testing,
HP Quality Center,
HP QuickTest Professional,
Software QualityI 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...