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 |
procedure or steps to do silk test? clearly
What is the perpose of user-defined base state method?
How to define values for a testplan attribute?
Why should we use Silk test .we can use QTP or other tool .What is the difference.
what is silk testing?
What are the possible failure scenarios and different types of errors you find in silkTest?
What is the Real time process for testing please tell in detain 7it is very urgent.
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
How to include a test case into a testplan?
can you test an application in silk test that is running on another system?
How to run all test cases in a testplan?
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?