There is web page with the webtable,this contains some
data, how do you manipulate the data.
Answers were Sorted based on User's Feedback
Answer / khemlal sinha
there are two ways you can use to Get the Data from webtable
1. Use getcelldata method to get the cell data row and
column.
2. If you want to see difference in expected and actual
result then use Table checkpoint.
If you can specify your question clearly then i answer you
in better way
-Khem
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / chanti
we have two methods to get the data from webtable
1)getrowwithcelltext(we can get the rownum )
syntax:- Browser("micclass:=Browser").page
("micclass:=Page").WebTable("micclass:=WebTable","html
tag:=Table").getrowwithcelltext("text")
2)getcelldata
syntax:- Browser("micclass:=Browser").page
("micclass:=Page").WebTable("micclass:=WebTable","html
tag:=Table").getcelldata(rownum,colnum)
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the disadvantages in QTP 9.2?
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
What is expert view in qtp?
give the code to count child objects (Total) in the page
where do you define the objects as regular expression when u are using regular expressions.
How to export quicktest professional (qtp) results to an .xls file?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
Flight reservation using input and output parameter script.
What are the steps involved in recovery scenario wizard?
Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples.
What are the points to be taken into consideration while doing desktop testing?
How many types of recording modes in qtp? Describe each type with an example where we use them?