how to capture the run time values of web table.

Answers were Sorted based on User's Feedback



how to capture the run time values of web table...

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

how to capture the run time values of web table...

Answer / g

Through getroproperties

Is This Answer Correct ?    1 Yes 0 No

how to capture the run time values of web table...

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

Post New Answer

More QTP Interview Questions

What is Automation frame work.How we will prepare in real time.

9 Answers   AppLabs,


How many types of actions are there in quicktest professional (qtp)?

0 Answers  


How to connect the real time application application with the QTP?

2 Answers  


what is difference between application testing and product testing?

5 Answers   IBM,


WHAT IS PARAMITARIZATION?

8 Answers  






Can we Test Welcome Screens and Process Images with QTP

0 Answers  


how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.

0 Answers  


Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..

0 Answers  


how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??

0 Answers   ABC,


Hi... Can anybody help me to write the vbscript for this question..!!! Am having a string "HELLO WORLD", i want to find how many "L"s are there.....????? --> HANEEF <--

5 Answers  


How should I check my code( Before going to execute) without executing the script in QTP

1 Answers  


Categories