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


Please Help Members By Posting Answers For Below Questions

How to recognise the webelement and verifying that webelement is enabled?

1644


how do i know how to use tools

1452


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1609


How to export quicktest professional results to an .xls file?

572


Key word driven framework

1684






What is TOM in QTP?

1804


What are benefits of qtp?

581


Explain process of smart Identification in QTP?

598


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1346


is there any addin for remedy user application

1744


Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?

589


X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

1503


How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined

1465


what are the challenges you have faced while testing web based application using the automation tools ?

598


How to get the particular property value?

612