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

how can we perform web datatable operations on webpages(Like
rowcount,col count,cell data)?

Answer Posted / ram.polavarapu

r=browser("").page("").webtable("").RowCount
print r
'this will display the number of rows in webtable
c=browser("").page("").webtable("").ColumnCount
print c
'this will print the number of column in webtable
for i=1 to r
for j-1 to c
a=browser("").page("").webtable("").GetCellData(i,j)
print a
this will display the all data in the web table

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is defenetion of kiran can u tell me plz CVS, SVN

2090


How to test results for qtp ?

1313


What are the different types of checkpoints?

1103


What is the meaning Work bench?

2269


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

1228


In qtp, how you can get the last character from a string?

1059


What is parameter in qtp?

1141


what is the advantages and disadvantages of using functions instead of re usable actions

2016


What is the syntax to call one action in another?

1088


what is the difference between data driver & data driven and driver script?

2802


What is use of object spy?

1145


Key word driven framework

2229


How to connect to a database?

1179


Explain in brief about the quicktest professional (qtp) automation object model?

1024


What is the Command used to start the QTP

2005