in my database haveing 3X3 (manas having 3 rows 3 colums) i
want to test only (2nd row 3colum) bit how to test either
script or any automation plz explain? (Chandana)
Answer Posted / manjunatha
ple try this.
set c=createobject("ADODB.connection")
c.open "name of DB"
set r=a.execute("select * from emp(table name))
for i=0 to r.fields.count-1
print r(i).value 'r(6) for 3x3 matrix hard coded value
next
c.close
Name:Manjunatha.H
My no:8970870702
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when to start the automation?
What are private functions in QTP? How they can be called from the function library?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What is optional step in qtp? How you can add optional step in qtp?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How does you pass optional arguments in qtp?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
what is output value in QTP and how it can be used in automation testing
Does Low-level recording capture mouse movements?
What is the use of an object spy tool in qtp?
We stored into the objects OR and then write the scripting
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What is clean sweep?
How many types of trigger events are there in qtp?
Explain the types of object repository?