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 |
How can i open 5 multiple browser at once through QTP VB script
Define QTP ?
Tell me the QTP Advantages and Disadvatages ?
Explain about the test fusion report of quicktest professional?
How do you send email with attachment from outlook using qtp ?
WHAT ARE THE SHORTCUT KEYS IN QTP?
i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in
When Recovery scenario actually starts while testing the application?
Why u don’t like recording the script and writing the script
BEst INstitute for QTP & SELENIUM
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated