How can we Read the data from data grid in Silk Test?

Answers were Sorted based on User's Feedback



How can we Read the data from data grid in Silk Test?..

Answer / 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

How can we Read the data from data grid in Silk Test?..

Answer / deepal

Sometimes we get the data from grids by giving "CTRL+C" or
"CTRL+SHIFT+C" and then copy to clipboard and get the text...

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Silk Test Interview 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

0 Answers  


What is defaultbasestate?

0 Answers  


hai iam not working.iam try to job.on practice i have dout .HOW TO TEST THE CALCULATOR BY USING DATA DRIVEN.PLS REPLY WITH CODE.I HAVE NO IDEA ON DATA DRIVEN.

2 Answers   Aricent, Cincom,


How dom browser extension identify a web application ui object?

0 Answers  


Need information on how the scripts (test cases) are written for any application in silktest.

1 Answers  






What is multi-tagging?

0 Answers  


What is silktest agent?

0 Answers  


Define PEER Review ,what it contains & What we discuss in that meeting.

2 Answers  


How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.

3 Answers  


How to download latest silk test trial version?

0 Answers  


Can silktest switch browsers automatically?

0 Answers  


How to create and edit a testplan?

0 Answers  


Categories