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 |
What are the types of text lines in a testplan file?
What are the possible failure scenarios and different types of errors you find in silkTest?
what type of frameworks are you using in silk test?
How can you get the moving contents of flash image using silktest.
What is multi-tagging?
How to write the good frame work for application.
How to define new testplan attributes?
What is a test frame?
can you test an application in silk test that is running on another system?
What is silktest project?
What is stored in a test frame?
How to define an object verification in a test case?