How can we Read the data from data grid in Silk Test?
Answer Posted / 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 |
Post New Answer View All Answers
how to pass TDS intery in tally?
How to assign attribute values to test cases?
What are testplan attributes?
How to define values for a testplan attribute?
What is defaultbasestate?
How to add objects of other pages to a test frame?
How to create a new silktest project?
What is silktest agent?
What is a test frame?
Can silktest switch browsers automatically?
How to open an existing silktest project?
What is the segue testing methodology?
What are the types of text lines in a testplan file?
How to run a test case from a test script file?
What is the syntax of ui object identifier used by dom extension?