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 many types of Automation frameworks are there in UFT? Describe them.
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
What are the differences between QTP 9.2 and 10? please explain e indetail......
What is meant by Output Value in UFT?
your doing one project testing then how u know itis wheather web based application or windows based application?
How to add a runtime parameter to a data sheet?
pls help me with scripting,right from the beginning in QTP
How many types of object repository in qtp?
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?
how to handle the textboxes where in it should take the sum like ex:: while posting a question in this site it will for what is the result of 6+3=__ where in we have to enter manually 9 and click on submit... but how to handle these cases in qtp.. can someone plz help me out wid dis...
How to connect to the Database from QTP?
10 Answers DB, Thatavarti Technologies, Xchanging,
How many types of recording modes in qtp? Which will be used when?