how we connect oracle or sql data server database to qtp.
Answer Posted / ram
open qtp-->click record
In Insert Menu-->OutputValue-->Database Output value--
>select specify query manually radio button-->and click at
create button->click new-->select sqlserver from the popup
and click next-->next
u will get connection
DSN=database;UID=username;Trusted_Connection=Yes;APP=QuickTe
st Professional;WSID=computername;
and write sqlstatement
select columnid from tablename (dont put * instead of
columnid)
then automatically the below line is added in qtp
DbTable("DbTable").Output CheckPoint("DbTable")
and do remaining stuff.
u need some more clarification please send the mail to
i.krishna@rediffmail.com
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What are the general steps involved in the data driven framework?
Should have experience in framework means?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Tell me one scenario, the complex functionality you have automated in your project?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
If created one virtual object? Next time I changed the window position will it work?
Whats the realtime QTP testing process
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
To which environments does quicktest professional (qtp) supports?
Why is action split used by qtp?
What is the meaning Work bench?
What do you mean by checkpoints in qtp?
how to idetfy which test cases are automated?who will deside that plz tell me
Explain building blocks of the bpt framework ?