In a web application , there is a table of rows and coloums
, i want to pickup the 1st row and 3rd coloums name (not
data)how can any one explain

Answers were Sorted based on User's Feedback



In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd ..

Answer / lakshmareddy bhavanam

By using getcelldata(rows,columns)
ex:- browser().page().webtable().getcelldata(1,3)


the above answer is not correct please send thee correct
answer


my mail id is bhavanamlakshmareddy@gmail.com

Is This Answer Correct ?    4 Yes 4 No

In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd ..

Answer / udham

a = browser("creationtime:=0").page("title:=.*").webtable("name:=All").ChildItem (1,3,"Link",0).getroproperty("outertext")

msgbox a

'i hav give link in childitem
if it is webedit then use that one.

Is This Answer Correct ?    1 Yes 1 No

In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd ..

Answer / anu

driver.findElemement (By.xpath(html/body/table/tbody/tr[1]/th[3])).getText();

Is This Answer Correct ?    0 Yes 0 No

In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd ..

Answer / kishan

In a WebTable, always the first Row will be "Column Names".
so when you use the statement

clmName=Browser("A").Page("B").webTable("C").getcelldata(1,3)

It will only give you ColumnName not the value under that
column.

Is This Answer Correct ?    0 Yes 2 No

In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd ..

Answer / guest

Hi,

Using this statement u can get Row value

value=Browser().Page().Frame().WebTable().GetCellData(row,
column)

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More QTP Interview Questions

How you calling actions in qtp?

0 Answers  


How do you synchronization point through DP?

0 Answers  


How many types of parameters are available in quicktest professional?

0 Answers  


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

0 Answers  


Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ

0 Answers   IBM,






how to upload an excel sheet to quality center?

1 Answers  


write string reverse prog using vb script with out using string reverse statement();

4 Answers  


How to load an object to a object repository at RUN TIME ?

3 Answers  


how to add a runtime parameter to a data sheet?

6 Answers  


how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?

2 Answers  


What is the differnce between action & script

2 Answers   Lehman Brothers,


Explain QTP testing process?

1 Answers   Crea,


Categories