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


Please Help Members By Posting Answers For Below Questions

Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V

2232


Can silktest switch browsers automatically?

756


What is stored in a test frame?

851


How to assign attribute values to test cases?

831


can any one please tell me the full form of .g.t in silktest datadriven method

2816


What are the default testplan attributes?

812


How to define values for a testplan attribute?

830


How to download latest silk test trial version?

887


How to run a test case from a test script file?

803


What is a silktest testplan?

825


can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest

3041


What is the dom browser extension?

811


What is defaultbasestate?

840


How to create a new silktest project?

793


How to select a group of test cases in a testplan to run?

733