Username Password Remember Me Forgot your Password?

HP Mercury QTP

Introduction to QTP (QuickTest Professional) Part2

HP Mercury QTP

Written by Raj

Working with Test Objects in QTP

  •  Test Object Model Conceptualization
  •  Applying the Test Object Model Concept   
  •  Viewing Object properties Using Object Spy
  •  Demo on Test Object Model features of QTP

Read more: Introduction to QTP (QuickTest Professional) Part2

 

Introduction to QTP (QuickTest Professional) Part3

HP Mercury QTP

Written by Raj

VB Script  Data Types

alt 

   

Introduction to QTP (QuickTest Professional) Part4

HP Mercury QTP

Written by Raj

Automation Object Model 

 alt 

QTP Utility Functions - Database 

msgbox My_dbquery(10)
Dim My_Query, MyDesc

Public Function My_dbquery(ord_no)

    DataConn = "C:\Das\tozip\lib\flight32.mdb"
    Set Conn = CreateObject("ADODB.Connection")
    ConStr = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & DataConn & ";"
    Conn.open(ConStr)

    SQL = "SELECT Orders.Customer_Name FROM Orders Orders WHERE (Orders.Order_Number=" &ord_no &")"
    Set recordset = Conn.execute(SQL)

Read more: Introduction to QTP (QuickTest Professional) Part4

   

Basic of VBScript Language for QTP

HP Mercury QTP

Written by Raj

Read more: Basic of VBScript Language for QTP

   

QTP object repository explained

HP Mercury QTP

Written by Raj

Read more: QTP object repository explained

   

Page 2 of 7

Search Articles  


Your place for 1000+ free Software Testing and QA articles, testing tools, discussions, news and the best bunch of testers on the net.
q       What is Software QA Testings?     q       Privacy Policy 
q       Join Software QA Testings Today   q       Contact US
q       Chapters, Sections and Articles