How can we Read the data from data grid in Silk Test?
Answer Posted / 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 View All Answers
How to test your defaultbasestate?
How to run a test case from a testplan file?
How to open an existing silktest project?
How to run all test cases in a testplan?
What is 4test?
What are the problems you faced while identifying an object in silk?
What is the syntax of ui object identifier used by dom extension?
Where is a testplan stored?
How to create a test frame?
Can silktest switch browsers automatically?
What is silktest project?
What are testplan attributes?
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
How record a test case into a testplan automatically?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?