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

1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

0 Answers  


How does quicktest professional identifies the object in the application?

0 Answers  


How to remove associated function library?

0 Answers  


what is the criteria for choosing test cases for automation? Ex: if you have some 300 test cases, then how many you choose for automation. what is criteria of selecting?

3 Answers   Aricent, Delhi University, TCS,


How can i store runtime value through vb script while using qtp

1 Answers  






Where you can store check point results?

3 Answers  


What is the use of low level recording? How does it useful?

1 Answers  


what is the difference between link and hyperlink?

10 Answers   Infosys,


how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks

2 Answers  


write a qtp script to see time in windows command prompt? its urgent....

9 Answers   BSL,


I want to learn QTP Online, where can I get quality training?

15 Answers   CSC,


What is difference between WR and QTP?

2 Answers  


Categories