how will u do database testing in qtp?
how will u do the same with descriptive programming?



how will u do database testing in qtp? how will u do the same with descriptive programming?..

Answer / sudeepthz

We will do the Database testing with Database check point by
writing some Queries to get the data from database.

I think that we can not do the database testing by using the
descriptive programming. Instead of that we should do the
Manual Testing by writing some queries directly to the database.

Correct me if I am Wrong. Thanks in Advance.........

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

What is the keyword view and expert view in qtp?

0 Answers  


Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework

0 Answers  


anyone can explain about "Hybrid framework" in QTP

5 Answers  


If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?

7 Answers   Mphasis,


Regular expressions..... Actually how to use this and what is the exact syntax and can anybody can help me out this with example.is there any docs pls send to my mailid rvreddy82@gmail.com

1 Answers   UHG,






I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

0 Answers  


tell me abt a time when u had to go above &beyind the call of duty to get the job done

0 Answers  


What is the scripting language used in QTP?

11 Answers   IBM,


What is a programmatic description?

0 Answers  


suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that

2 Answers  


How to find the name of the machine where you are running your automation scripts in qtp?

0 Answers  


Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?

1 Answers  


Categories