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 to database testing by manualy?in my db having 100
records when i am retriving the data from db it shows in
frent end 30 records how to find bug using QTP?plz Exp
realtimers (Chandana)

Answer Posted / saravanaraja

You can Copy & Paste to QTP:

Dim con,rs,ex,a,b,i

Set con=createobject("adodb.connection")
Set rs=createobject("adodb.recordset")
con.open"provider=sqloledb.1;server= ;uid= ;pwd= ;database=
"

rs.open"select count(column name) from table",con

Set ex=createobject("Excel.Application")
Set a=ex.workbooks.open("path of the Excel")
Set b=a.worksheets("sheet1")

i=1

Do while not rs.eof



b.cells(i,1).value=rs.fields("column name")

rs.movenext
i=i+1

loop

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you create regression test packs?

1265


what is description object?

2109


Explain how Selenium is different from UFT?

1357


How to connect the remote desktop using QTP 9.2 explain the method or procedure?

3328


What are the technologies supported by qtp?

1027


what is review

2207


How the smart identification is used in real time?Please explain with an example

2102


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

2221


How to get the particular property value?

1128


1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?

1648


What are the types of object repositories? Which one is you using?

1259


What is the use of text output value in quicktest professional (qtp)?

1089


Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)

1937


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

3612


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

1097