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
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Is it possible to split an action? How?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
Explain actions in qtp ?
Hello friends..... On which areas of an application we can not test with QTP
How can you give wait up to 10 seconds in qtp?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
What is business process testing(bpt) in qtp?
What r the different filters in defect in quality center
Explain the concept of how quicktest professional (qtp) identifies object?
What is checkpoint in qtp?
who QTP recognizes the object stored in object repository?
What is action? How many types of actions are there in qtp?
images are dynamically changes how to compare two images with out using the bitmap
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.