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 define values for a testplan attribute?
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
What is 4test?
How to assign attribute values to test cases?
How to test your defaultbasestate?
How to run a test case from a test script file?
What is a silktest testplan?
How to define an object verification in a test case?
What are the types of text lines in a testplan file?
How to record a test case?
How load testing can be done with silk international?
What is the segue testing methodology?
What is silktest project?
How to run all test cases in a testplan?
How record a test case into a testplan automatically?