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
Difference between test object and run time object?
How many types of run modes are there in qtp?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How to suppress warnings from the test results page?
How will you handle java tree in qtp?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Step 3&4 are repeated until an the object in recognised uniquely.
How you are developing the script? Using record and play back or manual?
How often were they executed?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Explain how you can find the absolute value of the number in qtp?