Blog

  • QTP 11: How to Enable Enhanced Debugging Features

    Posted on March 26, 2013 by Admin

    QTP 11 (and versions 9-10) installs Microsoft Script Debugger to provide the debugging features in QuickTest Pro scripts. Without the debugging engine, all of the QTP debug features are unavailable. Microsoft Script Debugger ships with an archaic version (7.10.3077) of Process Debug Manager (PDM).

    Out of the box, QTP provides limited VBScript debugging capabilities. An automation engineer does not have the ability to view the properties/methods of variables/objects in their full extent. Objects, like Object Repository obje Read Entire Entry

  • The Automated Mobile Application Testing Tools Market Explained

    Posted on February 7, 2013 by Admin

    Selecting and evaluating a mobile application testing tool to support functional test automation can be a cumbersome task. Every tool in the market has a different set of features, limitations, challenges and caveats (which are often not discovered until after purchase or during a POC).

    Before surveying the various tools in the market, begin with defining internal requirements for an automated mobile app testing tool. I recommend reviewing our article on the most common mobile application testing automation tool requiremen Read Entire Entry

  • How HP UFT/QTP Recognizes Objects for Recording & Playback

    Posted on December 11, 2012 by Admin

    While delivering our HP UFT/QTP training course, I am frequently asked why it is necessary to launch the application under test (AUT) after QTP (QuickTest Pro) has launched (and the appropriate add-ins are loaded).

    The simple answer is that UFT/QTP recognizes objects by “hooking” into the AUT. This is accomplished by “watching” for applications to hook into so UFT can interact with the AUT to support record and replay functionality as well as expose the underlying objects. The potential side effect of not launching QTP before Read Entire Entry

  • Top 10 Mobile Application Testing Automation Tool Requirements

    Posted on November 27, 2012 by Admin

    It’s no secret that mobile applications, native, hybrid and web based, are in high consumer demand. The world is moving from the desktop to mobile devices. Tablets are projected to outsell PCs by Q3 2012 and mobile devices outshipped PCs in 2011. Mobile devices and tablets are the technology of the future. If your organization is not already invested in mobile applications, there’s a strong chance you will be in the near future.

    Our clients asked us for solution recommendations and requirements to tackle the task of automat Read Entire Entry

  • QuickTest Pro: Working with the Windows Clipboard (Clear, Copy and Paste Text)

    Posted on July 10, 2012 by Admin

    QuickTest Pro can interface directly with the Windows OS clipboard during replay using the VBScript “Mercury.Clipboard” object built in to QTP. This object can be used to validate clipboard data if the AUT programmatically manipulates the clipboard (and your test case requires validation of this functionality).
    Some of the more common methods supported in the “Mercury.Clipboard” object include:

    Clear – clear the clipboard contents
    SetText – write text to the clipboard
    GetText – retrieve text from the Read Entire Entry

  • Mobile Application Testing: Should The Device Matter?

    Posted on May 18, 2012 by Admin

    At the STAR EAST conference this year, mobile solutions saturated the vendor exhibition area. It’s no wonder that mobile application testing is the hot in the testing community right now. Testers are now faced with the task of testing mobile versions of their applications and figuring out how to adapt to the new paradigm (and challenges) mobile applications bring. It’s not as if they didn’t have enough to test already, right?

    After listening to some of the conversations around mobile and seeing some interesting questions be Read Entire Entry