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

How do you invoke any application and write a script to invoke QTP using VB Script.

2 Answers   HealthAsyst,


what is delay in QTP?

2 Answers  


Tell me about userdefined functions ?

1 Answers  


How to open an application through scripting?

11 Answers  


What is a recovery scenario?

0 Answers  






How to delete an object from the object repository?

0 Answers  


How the automated tests in org

1 Answers   Maintec,


write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???

0 Answers  


How to call .vbs functions in QTP? plz Explain indetail

4 Answers   Wipro,


can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

0 Answers   Sapient, Satyam, TCS,


I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail

9 Answers   ADP,


You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?

2 Answers   PanTerra,


Categories