How to give Table check points?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / rafi
in a web page using standard checpoint u can place a table
check point
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mastanbabu
goto tools-options--web---advanced---accessability
checkpoint---tables check
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How will u test content of an web application with out using chechpoints in QTP 9.2?
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
WHAT IS ENVIRONMENT VARIABLES?
how we connect oracle or sql data server database to qtp
Where can I find and view run-time data table?
How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)
Is it possible to return multiple values from a function..? Then how..?
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
What are the recording modes and executing modes avialble in QTP?