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

Pls explain me the difference between ........ Description.Create and CreateObject

5 Answers  


How many types of actions are there in quicktest professional?

0 Answers  


Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

0 Answers  


What are the check points can be inserted without recording?

0 Answers  


how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script

2 Answers  






what is L-trim function will do?

2 Answers  


What is the QTP test frame work?

3 Answers   IBM,


how to retrieve data from flight resevation->reports

2 Answers   Wipro,


What is the another extention name of library file.If that is exist than what's the differnce between them.

1 Answers   Synechron,


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

5 Answers   TCS,


Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.

0 Answers   Hewitt,


In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.

3 Answers  


Categories