How can we Read the data from data grid in Silk Test?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the perpose of user-defined base state method?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to create group and sub group descriptions in a testplan?
What are the possible failure scenarios and different types of errors you find in silkTest?
How to assign attribute values to test cases?
What is silktest host?
What is 4test?
How to record a test case?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
Define Silk Testing.
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?