How can you connect the database with QTP?
Answers were Sorted based on User's Feedback
Answer / siva
set mycon = CreateObject("ADODB.Connection")
mycon.open("driver=SQL Server;Server=localhost;database=(database name);trusted_connection=yes")
set myresult=mycon.execute(Select * from emp)
while myresult.EOF<>TRUE
msgbox.myresult.fields(0)
myresult.movenext
wend
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prashanth
Hi Sandeep,
What are the steps through database wizanrd, will u give
clear steps.
Is This Answer Correct ? | 0 Yes | 0 No |
LINUX environment supports QTP or not? LINUX environment supports QC or not?
Is it possible to convert QTP scripts to Silk scripts?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What is Parameterizing Tests?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
Explain hybrid framework with advantages and disadvantages?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
What is test harness?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?