Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How do you create new test sets in td?

0 Answers  


HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............

3 Answers  


My project title is "DRUG Audition and research management" it comes which domain?

4 Answers  


i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?

2 Answers   Fiserv,


what are inputs for automation?

3 Answers  


How To clear the AutoComplete?

1 Answers  


tell me types of environment variables? what r they? explain details? pls give anwer any one?

2 Answers   IBM,


What is source control?

1 Answers  


write a VBscript code to parametrize test script using test data from sqlserver database?

2 Answers   IBM, Polaris,


WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,

0 Answers  


How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1 Answers  


Which property will you use to check the object state? (Exist)

2 Answers   Symphony,


Categories