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 |
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0
When Recovery scenario actually starts while testing the application?
What are the types of data tables in qtp?
Wat is the command used to add an object(properties) to an object repository?
what is the code in QTP to take screen shot?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What are the Test design techniques you uses in ur project?
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?
Shall we add Local Repository to shared object repository,if yes,how we add
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?