HP QuickTest Professional 9.5

In the rainy morning I navigated my Firefox to the HP Software Support & Troubleshooting website with only one goal – to download HP QuickTest Professional 9.2 manual and suddenly noticed the ability to select HP QTP 9.5 version in the drop down menu. Unfortunately I haven't found any mentions of QuickTest Professional 9.5 release notes, but after spending a few minutes in Google I discovered the following highlights of the newest version this functional testing tool.

New Features in HP QuickTest Pro 9.5

• Maintenance run mode.
• Process Guidance (best practices and methodologies manuals)
• All-in-one QuickTest Installation (All of HP QTP on one DVD)
• New QuickTest IDE Panes (flow, available keywords and resources panes)
• Checkpoint and Output Objects in the Object Repository.
• Test Your PowerBuilder Applications in QuickTest
• Extend QuickTest Web Support for your Custom Web Objects
• Accelerate SAP Testing with HP Business Process Testing for SAP Applications

HP QTP 9.5 now supports new technologies:

• PowerBuilder 9, 10, 10.5 and 11
• Oracle Forms 10 and Apps 12
• StingRay Objective Grid 10, 11
• PeopleSoft 9.0
• New Terminal Emulator versions
• NET 3.5 (beta)

HP QuickTest Professional 9.5 introduces support for new environments
• Windows Vista 64 bit
• Eclipse 3.2, 3.3
• Record on SWT
• Firefox 3.0
• Netscape 9 (nice feature, but too late. AOL discontinued support for Netscape)

To download QTP 9.5 contact immediately with your HP support representative and HP will provide the download link HP QTP 9.5 in ISO format. In addition too new tool, downloaded 1.32 GB file contains also HP QTP tutorials and documentation. For same reasons I forgot to ask HP support about updated HP QTP 9.5 license key, so I just applied HP QTP 9.2 license and it works as expected. I jsut wonder how long it will take before HP QuickTest Pro 10 comes out.

QTP Interview Questions 18: How to recognize text in CAPTCHA image with HP QTP?

What is CAPTCHA? It is a type of test used to determine whether the user is human or computer. CAPTCHA is an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart". The goal of CAPTCHA is to prevent automated software like Borland Silktest 2008 or HP QuickTest Pro 9.2 from performing actions which degrade the quality of service of a given system, whether due to abuse or resource expenditure.

Of course as a part of testing effort your test team should try to break insecure implementation, not only with HP QTP 9.2. QA Engineer may check if CAPTCHA image allows multiple solution attempt on the same CAPTCHA or if system can by bypassed just by reusing the session ID on know image or check the size of pool of images.

What if you need to test other functionality of your web application with HP QTP 9.2 and CAPTCHA preventing from passing in? One of the solutions on QA environment would be to add text field near CAPCHA image that can be easily accessible by HP QuckTest Pro 9.2. One more approach would be to keep the same image on QA environment. In both cases do not forget to ship correct version to production.

QTP Interview Questions 17: How to use Microsoft Excel in a HP QuickTest Pro test?

For comprehensive listing of Excel methods and properties that can be used with HP QTP scripts refer to VBA and Macros: Microsoft Excel 2010book. SQA engineer can utilize these Excel object methods within a HP QTP script to create workbooks, create new sheets, input data, etc, but keep in mind Excel's object methods and properties are not part of HP QuickTest Professional, therefore, they are not guaranteed to work and are not supported by Hewlett Packard Technical Support. Any changes that Microsoft may apply to these methods for a new version of Microsoft Office are not the responsibility of Hewlett Packard.

HP QTP Tutorials

Every HP QTP specialist knows mournful fact that HP QuickTest Professional books are not available on open market. Today I put together nice presentations about using short keys in test automation tools.



Update:
A few QuickTest Pro books have been released recently on market, for detailed review look at Best Books for QTP

Common QTP Interview Questions