Tricentis Tosca 16.0 Released on Feb-2023 ----- UFT has been upgraded from UFT 15.0.1 to UFT One 15.0.2, Beginning at November 2020.

Monday 18 May 2015

What is QTP

QTP stands for QuickTest Professional, a product of Hewlett Packard (HP). This tool helps testers to perform an automated functional testing seamlessly without monitoring once script development is complete.
HP QTP uses Visual Basic Scripting (VBScript) for automating the applications. The Scripting Engine need not be installed exclusively as it is available part of the Windows OS. The Current version of VBScript is 5.8 which is available as part of Win 7. VBScript is NOT a object oriented language but a object based language.
Why we go With QTP- 

Manual testing is a time consuming process and also requires a large investment in human resources. And in manual testing most of the times it is impossible to test each and every feature thoroughly, due to time constraints. So it makes the testers wondering whether serious bugs have gone undetected.

Automation testing with Quick Test Professional overcome these problems and speeds up the testing process. You can create test cases that checks all aspects of your application or web site and can run these test cases every time the application have gone through some changes i.e in Regression Testing.

Quick Test Professional uses VB Script as programming language. Test cases can be prepared either by recording the test through recording feature of QTP or by directly writing scripts for the test case. When we record a test in QuickTest, it automatically creates a script for us. We can see the script in Expert View. Each time there is a change in the application under test, QTP records it as a new step in Keyword view and a new script line in Expert view.

Features of QTP:
  • Easy to use.
  • Simple interface.
  • Key word driven testing
  • Suitable for both client server and web based application
  • VB script as the script language
  • Better error handling mechanism
  • Excellent data driven testing features
  • Presents the test case as a business work flow to the tester (simpler to understand).
  • Uses a real programming language (Microsoft’s VB Script) with numerous resources available.
  • Quick Test Professional is significantly easier for a non-technical person to adapt to and create working with test cases, compared to other automation testing tool.
  • Data table integration better and easier to use.
  • Test Run Iterations/Data driving a test is easier and better implement with QuickTest.
  • Parameterization of test cases enables user to test features of application with different sets of data.
  • Can enhance existing QuickTest scripts without the “Application Under Test” being available; by using the Active Screen.
  • Can create and implement the Microsoft Object Model (Outlook objects, ADO objects, File System objects(FSO), supports DOM, WSH, etc.).
  • Better object identification mechanism.
  • Numerous existing functions available for implementation – both from within QuickTest Pro and VB Script.
  • QTP supports .NET development environment
  • XML support, etc
  • The Test Report is more robust in QuickTest.
  • Integrates with WinRunner, LoadRunner and TestDirector (can kick off WinRunner scripts from QuickTest). 
Testing Process in QTP
  1. Preparation of Recording
  2. Recording
  3. Enhancing the Test by
    • Inserting Checkpoints
    • Parameterizing Test case
    • Adding Various conditional statements
  1. Running test case
  2. Analyzing the test results
  3. Reporting Defects

No comments:

Post a Comment

Note: only a member of this blog may post a comment.