how we do database testing with qtp using descriptive
programming?

Answers were Sorted based on User's Feedback



how we do database testing with qtp using descriptive programming?..

Answer / mukesh

Hey guys......sorry if anybody is hurt....even my english
is not that good.....but i was searching for answer and
when i read this, it was frustrating to read .....maybe
Chandra is very good at QTP....mine was just a natural
reaction.........
Sorry Chandra....but answer in such a way that people can
understand

Now all of you please end this and give a correct answer..

Sirisha...has done nice job explaining...

Is This Answer Correct ?    3 Yes 2 No

how we do database testing with qtp using descriptive programming?..

Answer / mukesh

Also guys we don't read this to encourage someone.......if
u have the right answer then post it.....do not waste time
explaining who is wrong or right

Is This Answer Correct ?    2 Yes 1 No

how we do database testing with qtp using descriptive programming?..

Answer / ritesh

Just looked into the comments posted and found that
visiting this forum is a waste of time where instead of
answers people are busy contradicting each others statements

Is This Answer Correct ?    1 Yes 0 No

how we do database testing with qtp using descriptive programming?..

Answer / harikrishna

Database testing is all about data validation & data integration.The correctness of new data insertion is called data validation.
The correctness of changes incurred due to insertion of new data from parent table to child tables is called data integrity
All we have to know is DML(select,insert,update,delete) commands in sql to use to dbase testing
ADODB-we use this to connect to any kind of dbase(sql,oracle..etc)
rso(Record set object)-a temp buffer where we use to store for retriving information frm dbase.
here am posting an example hw to connect a dbase and count no.of rows in a table via qtp
Option explicit
Dim cono,rso,n
Set cono=createobject("ADODB.connection")
cono.Open("DSN=hari")
Set rso=createobject("ADODB.recordset")
rso.Open "select * from harikrishnaa",cono
n=0
While rso.EOF<>true
n=n+1
rso.MoveNext
Wend
print "no of rows in record set is"&n
Set rso=nothing
Set cono=nothing
..................i used my own crated DSN.instead you shud use connection strings(which are ready available in google search engine)

HAPPY TESTING ALL.plz write comments as i hav used my time 4 u

Is This Answer Correct ?    1 Yes 0 No

how we do database testing with qtp using descriptive programming?..

Answer / chandra shekhar

Thanx you Mr. k.chandra sekhar
you halpfool answering was to me...well very done.

Is This Answer Correct ?    2 Yes 2 No

how we do database testing with qtp using descriptive programming?..

Answer / abk

hay guys,

I agree with dinesh.We should encourage Mr. chandra shekhar
instead of finding negative points.He tried to help us. We
all should appreciate him.

Is This Answer Correct ?    0 Yes 0 No

how we do database testing with qtp using descriptive programming?..

Answer / anupam gupta

testing my account

Is This Answer Correct ?    0 Yes 0 No

how we do database testing with qtp using descriptive programming?..

Answer / raghavendra prasad

Mr. Mukesh, It takes great amount of interest and guts to come out and try to answer a question. I have seen people of other Asian countries speak worse English. If you can't comprehend what he is trying to communicate, ask!!! Respect your country men dude.Being from a country of many languages, English just a common language used to communicate among ourselves. Respect your country men and it will be returned to you. Good luck!!

Is This Answer Correct ?    0 Yes 0 No

how we do database testing with qtp using descriptive programming?..

Answer / raghavendra prasad

Anmol,

Literacy is not in language. Its in the attitude towards people. Other than that humiliating comment of yours i haven't found a single word that answers the question. Shame on you!!!

Is This Answer Correct ?    0 Yes 0 No

how we do database testing with qtp using descriptive programming?..

Answer / maharshi

any body can suggest how to remove this buttler english
question?

Is This Answer Correct ?    7 Yes 10 No

Post New Answer

More QTP Interview Questions

In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?

4 Answers  


Explain script generated after applying database check point?

2 Answers  


Is text area check point supports for web applications?

0 Answers  


how to choose the framework in qtp ? 2)when we go for the descriptive programming ?

2 Answers   Syntel,


How to use actions in qtp ?

0 Answers  






Among all the check points what is the most important checkpoint?

5 Answers   Semantic Space,


What are the most frequent errors you faced while executing your scripts?

4 Answers   Semantic Space,


Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji

0 Answers  


Differences between QTP & Winrunner?

2 Answers   Crea,


What is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......

1 Answers  


QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "

2 Answers   Livetek,


What are the enhancements u did after recording ur script?

1 Answers  


Categories