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

What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz

0 Answers   Livetek,


In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?

0 Answers  


What are the challenges you faced during you entire life automation ?

0 Answers   Tech Mahindra,


Explain the concept of object repository and how quicktest professional recognises objects?

0 Answers  


Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

0 Answers  






How can we translate the steps between the Keyword and Expert Views?

1 Answers  


can u please explain what r the challenges u faced in ur automation testing

2 Answers   Genpact,


Test Life cycle starts IS it Requirments stage or Test Initiation?

1 Answers  


What is the Diff between Image check-point and Bit map Check point?

15 Answers   CTS,


Connect to QC using AOM.

0 Answers   Deloitte,


How software automation specialist enter steps in the Expert View?

0 Answers  


what is L-trim function will do?

2 Answers  


Categories