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 is the standard flow of execution of a test case?
What is the dom browser extension?
How to run a test case from a testplan file?
how to pass TDS intery in tally?
What is silktest host?
What are testplan attributes?
What is silktest agent?
How to define new testplan attributes?
What is multi-tagging?
How load testing can be done with silk international?
Is there any way of passing values at runtime? Like scanf does in C.
What is a test frame?
What are the types of text lines in a testplan file?
What is a silktest testplan?
How to run a test case from a test script file?