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
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
Can silktest switch browsers automatically?
What is stored in a test frame?
How to assign attribute values to test cases?
can any one please tell me the full form of .g.t in silktest datadriven method
What are the default testplan attributes?
How to define values for a testplan attribute?
How to download latest silk test trial version?
How to run a test case from a test script file?
What is a silktest testplan?
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
What is the dom browser extension?
What is defaultbasestate?
How to create a new silktest project?
How to select a group of test cases in a testplan to run?