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...

7. Given scenario is like this: One Web table is there
and you have to search and retrieve a cell data which is
equal to the given number say:123. Assume you have given
with the column name/id of the table where the number may
exist. So now you have to go to the given column and search
for the number 123 and retrieve it along with the row
number of it.

Answer Posted / balaji s

Vinay there is no need to go this much.we can directly
retrieve using getcelldata metho

row=Browser(..).Page(..).Webtable(..).Rowcount

column=Browser(..).Page(..).Webtable(..).columncount

For i=1 to row
for j=1 to column
val=Browser(..).Page(..).Webtable(..).getcelldata(i,j)
if val="123" then
msgbox "the row is "&i

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to export quicktest professional (qtp) results to an .xls file?

1272


How to use the object spy in quicktest professional (qtp) 8.0 version?

984


Where we use data driver in qtp?

1107


Where we can use the synchronization?

1073


Shall we add Local Repository to shared object repository,if yes,how we add

7645


How many add-ins comes by default with quicktest professional?

1014


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

2112


Your roles and responsibilities and daily tasks? (As automation tester)

3133


What is the keyword view and expert view in qtp?

1005


How to find the name of the machine where you are running your automation scripts in qtp?

1040


Explain quicktest professional (qtp) testing process?

1063


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

2133


Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in

2063


What is difference between shared and local object repository?

1192


What is the Command used to start the QTP

2007