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 and edit a testplan?
How to define values for a testplan attribute?
How to record a test case?
How to run a test case from a testplan file?
What is silktest agent?
What is the dom browser extension?
What are the problems you faced while identifying an object in silk?
What are the default testplan attributes?
How record a test case into a testplan automatically?
What are the important aspects of a test case?
How to run a test case from a test script file?
How to test your defaultbasestate?
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
Is there any way of passing values at runtime? Like scanf does in C.
How to create a new silktest project?