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 |
How do you identify an exception is silk?
Why should we use Silk test .we can use QTP or other tool .What is the difference.
Define Silk Testing.
How to define new testplan attributes?
What is a silktest testplan?
Define PEER Review ,what it contains & What we discuss in that meeting.
Whats the difference between Basestate & Default basestate?
How do you create a user defined class in silk?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
How to create a new silktest project?
What is the wait statement in Silktest?
What are the important aspects of a test case?