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 |
where exactly we can't do the automation testing. give some examples
what is the hierachy of Descreptive programming?
I want to test advanced Java applications what kind of add- ins I have to install?
what is defination of system testing?
3 Answers CodeArrow, Infosys, Omax,
How to use Regular Expressions in QTP? give an example.
10 Answers ABC, Accenture, Ordain Solutions, SCL,
who will distribute the project modules for testing in testing team ?
anybody give me the real time example for descriptive programming of web application
How many types of recording modes in the qtp?
what is option explicit? what is the use of it?
How to insert screenshot on to the body of outlook? -1 how to use insert-picture tab in new email outlook to insert image in the body. Suggest something.......
how to click the link in webpage by using QTP Script????????
What are the automation metrice in your project?