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 runmodes in QTP

1 Answers  


can u please explain what is the exact difference between qtp8.2 and 9.0

0 Answers  


Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot

3 Answers  


Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u

0 Answers   Avenger Software,


In how may ways we can use checkpoints to an application using QTP?

3 Answers  






How to handle the exceptions using recovery scenario manager in QTP?

1 Answers   Crea,


What are the main features we have to compulsory test by using qtp in an web based application

1 Answers  


how to merge object repositories?

5 Answers  


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

0 Answers   Excel,


How many types of object repository in qtp?

0 Answers  


4. what is the use of Text output value in Qtp?

1 Answers   Wipro,


how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.

5 Answers   IGT, Microsoft,


Categories