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 is the dom browser extension?
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
How to create and edit a testplan?
How to create a new silktest project?
What is defaultbasestate?
what is the operator for carriage return(Enter) in Silk Test for File.
What is a test frame?
what is DON in SILK?
Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
what type of frameworks are you using in silk test?
What is 4test?
How to add objects of other pages to a test frame?