How to give Table check points?

Answers were Sorted based on User's Feedback



How to give Table check points?..

Answer / firoz shaik

Think that you have a webtable and you are asked to pick
the data in the 1,2 cell. then this type of check point is
called table checkpoint. Here we are performing operations
on Table.
The solution is:

Browser("Browser").Page("Page").WebTable
("Student").GetCellData(1,2)

This is the checkpoint which is in the step form in QTP.

Now store this information in a variable as follows:

Info = Browser("Browser").Page("Page").WebTable
("Student").GetCellData(1,2)

Msgbox Info

This statement displays the data which is in the variable.
Info.

This is the method, where in we write the step
programatically.

If you have further questions, Give me a mail.

Is This Answer Correct ?    1 Yes 0 No

How to give Table check points?..

Answer / murali raju

Is there any webtable object in your webpage you can able
to put pagecheckpoint..using standard checkpoint u can
insert table checkpoint in your scripting.put the standard
checkpoint in your application webpage..not only
webpage.any application ..but it must table
object..Example:swftable object for .net ,webtable object
for web.After puting the standard checkpoing on your
webpage..one conformation window will comes regarding
checkpoint..select the table object in that conformation
window..click ok..standard checkpoing properties window
will comes..then select any one or two properties to check..
click ok....

Is This Answer Correct ?    0 Yes 0 No

How to give Table check points?..

Answer / rafi

in a web page using standard checpoint u can place a table
check point

Is This Answer Correct ?    0 Yes 0 No

How to give Table check points?..

Answer / mastanbabu

goto tools-options--web---advanced---accessability
checkpoint---tables check

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Is there any option in QTP to add Java add-in after instaling the QTP?

3 Answers   IBM,


How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming

2 Answers   Genpact,


Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.

1 Answers  


suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that

2 Answers  


what is the use of automation frame work ??(QTP)

2 Answers  


1. how can you handle exceptions without using recovery scenario?

5 Answers   TCS,


What are the enhancements u did after recording ur script?

1 Answers  


How we can call the scripit from another scripit in QTP?,Not a call Action

12 Answers  


How to manage a drag drop event in the qtp

3 Answers  


How to connect to data base?

2 Answers  


Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method

1 Answers   IBM,


how to count the word "IS" is repeated in the application using DP

3 Answers   DST Global Solutions,


Categories