What are the details steps to connect a remote mysql
database in QTP
Answer / santhosh ankam
This is code to run sql query through qtp.
SQL "SELECT * FROM ORDERS"
connection_string "QT_Flight32"
columns 1
set connection CreateObject("ADODB.Connection")
connection.Open connection_string
set rs1 connection.Execute( SQL )
rows db_get_rows_count(rs1)
msgbox rows
rows rows-1
myval db_get_field_value(rs1 rows columns )
msgbox myval
| Is This Answer Correct ? | 1 Yes | 8 No |
How can you connect the database with QTP?
GET WHETHER THE GIVE NUMBER VALID OR NOT IN BETWEEN THE GIVEN RANGE?IN VB SCRIPT(QTP)
what is keyword driven testing in qtp?n how is it useful?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
how to retrieve the xml file data through qtp. can anybody send script for this..
can we run the scripts of qtp 8.2 in the qtp7.0?
difference Between LowLevel and Normal Recording Modes?
how to download mercury qtp9.2 ny internet ?
Explain the concept of object repository & how QTP recognises objects?
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
How to Display last item of a Combobox by using QTP?