Category «Quick Test Professional»

QTP – Record an end-to-end test scenario

Test automation is a process of automating end-to-end test scenarios. Although, the recording test steps using QTP looks much simple that becomes complex when the scenario has many steps as well as involves different kinds of objects. According to me, to learn QTP we should start with a simple test then the recording should extend …

QTP – Record a simple script

QuickTest Professional provides a Record and Playback engine, which can be used to record a script and playback the same to reproduce the test actions. Let us record a simple script, steps are as given below: Open Flight application Enter appropriate username Enter appropriate password Click on OK button User should get logged in Click …

QTP – Installation, Sample Applications, Add-ins

Explanation whatever given here is with respect to QTP 9.2.  Information on QTPs other versions such as 9.5, 10, and 11 will be provided in the future posts. Installation of QuickTest Professional 9.2: Double click the Setup.exe file in the QTP installation disk. Click Next and provide the necessary licensing information. This installs the QTP …

Introduction to Quick Test Professional

QuickTest Professional (QTP) HP / Mercury QuickTest Professional is a GUI Automation tool, which supports advanced keyword-driven testing.  QTP was originally developed by Mercury Interactive and later acquired by Hewlett Packard (HP). This has various features allowing testers to easily automate the manual test cases. By default, QuickTest Professional allows you to automate applications consisting …

Introduction to VBScript

VBScript is a scripting language which is used to automate certain tasks such as Create a Local User Account and Set the Privileges. One more usage of VBScript is in Test Automation. A well-known GUI automation tool Quick Test Professional uses VBScript as the scripting language to automate user actions on Application Under Test (AUT). …