How can we Read the data from data grid in Silk Test?

Answers were Sorted based on User's Feedback



How can we Read the data from data grid in Silk Test?..

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

How can we Read the data from data grid in Silk Test?..

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

Post New Answer

More Silk Test Interview Questions

How to define values for a testplan attribute?

0 Answers  


How to Write user defined functions?

3 Answers  


what is silk testing?

1 Answers  


How to run a test case from a testplan file?

0 Answers  


What is silktest host?

0 Answers  






How to open an existing silktest project?

0 Answers  


how to pass TDS intery in tally?

0 Answers  


What are the default testplan attributes?

0 Answers  


hai iam not working.iam try to job.on practice i have dout .HOW TO TEST THE CALCULATOR BY USING DATA DRIVEN.PLS REPLY WITH CODE.I HAVE NO IDEA ON DATA DRIVEN.

2 Answers   Aricent, Cincom,


How to include a test case into a testplan?

0 Answers  


Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?

5 Answers   IBM,


What are testplan attributes?

0 Answers  


Categories