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

I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?

3 Answers  


What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?

1 Answers   IBM,


How to add objects of other pages to a test frame?

0 Answers  


Where is a testplan stored?

0 Answers  


Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others

4 Answers   Wipro,


What are testplan attributes?

0 Answers  


what are agents in silk?

4 Answers  


Define Silk Testing.

5 Answers  


Can we customise the result file?

1 Answers  


What is the advantage of using do except instead of other error logging functions?

2 Answers   IBM,


What is the Real time process for testing please tell in detain 7it is very urgent.

2 Answers  


What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?

2 Answers  


Categories