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
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 |
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 |
Answer / anu
driver.findElemement (By.xpath(html/body/table/tbody/tr[1]/th[3])).getText();
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
What r the different filters in defect in quality center
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Which scripting language used by quicktest professional?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
What is quicktest professional?
Is it a smart choice to use QTP for backend testing?
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
what is the main use of reviews
What is the exact difference between QTP and RFT ?
Waht is diff between SystemUtil.Run and invokeapplication
write string reverse prog using vb script with out using string reverse statement();
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.