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
How to create a new silktest project?
What is multi-tagging?
What are testplan attributes?
What are the important aspects of a test case?
What is the dom browser extension?
Can silktest switch browsers automatically?
how to pass TDS intery in tally?
What are the problems you faced while identifying an object in silk?
What is stored in a test frame?
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
How to define an object verification in a test case?
How to add objects of other pages to a test frame?
Can silktest run on mac?
What is the segue testing methodology?
How to run a test case from a test script file?