How can you capture(Read) the values from a Table?
Answer / chivukula.kumar
if the given table is web table then we can capture the
values from web table by using this method
Browser("Browser").Page("PageName").WebTable
("TableName").GetCellData(rowindex,columnindex)
| Is This Answer Correct ? | 7 Yes | 0 No |
what are the mandatory properties for a tex boxc (scenario?)
What is difference between WR and QTP?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
wt is memory leakage?
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What is ObjectParamater?
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value
What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
why was automation used in the project?
What is the syntax to call one action in another?