how to capture the run time values of web table.
Answers were Sorted based on User's Feedback
Answer / praveen goud
WebTable will contain rows and columns(nothing but cells).
If you know from which cell you want to capture the value in
the runtime, by using GetCellData method you can do it.
Syntax:
Browser(Browser).Page(Page).WebTable(WebTable).GetCelldata(x,y)
x--> row number
y--> column number
If you have any doubt, please let me know.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / baskar palani
A web table will contains number of field with it,by using
getroproperty("field name")we can retrive values from web
table.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are main panes available in qtp test browser?
Explain the new feature of UFT regarding the export of test results?
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
give the code to count child objects (Total) in the page
write a qtp code to count the number of child objects in login page and highlight it
how do check the links in a webpage ?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
what are the qtp tester responsibilities?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
what is the structure for the data driven framework
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?