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
What are the problems you faced while identifying an object in silk?
What is the dom browser extension?
What is the syntax of ui object identifier used by dom extension?
How dom browser extension identify a web application ui object?
How to run all test cases in a testplan?
How to test your defaultbasestate?
How to define an object verification in a test case?
How to include a test case into a testplan?
What are the types of text lines in a testplan file?
Where is a testplan stored?
How to create a new silktest project?
What is a silktest testplan?
What are the important aspects of a test case?
What is stored in a test frame?
What is the standard flow of execution of a test case?