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 |
can some one help me how to compare the values from one sheet to values in another sheet? suposse i have a feild called Temp in action1 and i also have temp in action2. i want to compare the values of those two actions sheets data table? how can i do it using descriptive programming?
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
Hybrid framework supports Descriptive programming. Is it true?
how to compare two excell sheets by using vbscript??
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
what about f2&f6 function keys
1.In VB Script 100 lines Script. How can check the Syntax errors? 2. Write a VB Script for X = India/Srilanka/Australia/England/South Africa.I need the Output Country wise? [ 1st Msgbox India , 2nd Msgbox Srilanka] ---- 3. How can Choose these test cases to be automated?
Can we use index on view?
Can we create test script with out Step Generator?
Can we Script any test case with out having Object repository? or Using Object Repository is a must
what is supply chain management?
Dis advantages of XML checkpoint ?