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
How do you create regression test packs?
what is description object?
Explain how Selenium is different from UFT?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
What are the technologies supported by qtp?
what is review
How the smart identification is used in real time?Please explain with an example
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How to get the particular property value?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
What are the types of object repositories? Which one is you using?
What is the use of text output value in quicktest professional (qtp)?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?