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 is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
after initiating one project for testing, when exacltly QTP tester role starts?
What is environment variable in qtp and why to use it?
Discuss quicktest professional (qtp) environment?
if our qtp vb Script may be Currepted then What we want do?
After geting the modules where we generate the script ie in qtp or notpad ?
What is the difference between low level recording and analog recording mode when it will be enabled.
How would you parameterize the text field "Country" and the same "country" when it appears as combo field on other page with text field city and same with City combo field?
what is the diffrence between script and Language ? (Chandana)
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
How can we perfom Action and Component parameter.?