How can we Read the data from data grid in Silk Test?
Answers were Sorted based on User's Feedback
Answer / ravi
If the Grid is getting identified as table then we can
simple first count the number of rows in the grid using
getRowCount() and then in the loop we can fetch the data
using getRowText() method.
If the grid is not getting identified as table then we
should use either get contents or get row children on the
web page and then use logic to get the data separated.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / deepal
Sometimes we get the data from grids by giving "CTRL+C" or
"CTRL+SHIFT+C" and then copy to clipboard and get the text...
| Is This Answer Correct ? | 0 Yes | 3 No |
How to define an object verification in a test case?
What is stored in a test frame?
How to add objects of other pages to a test frame?
What is present in review report .
Where is a testplan stored?
How to define new testplan attributes?
Why should we use Silk test .we can use QTP or other tool .What is the difference.
What is a test frame?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
How to create a test frame?
Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others