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?
Answer Posted / nponpandian
use Browser.GetCaption() method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the dom browser extension?
Where is a testplan stored?
What is the syntax of ui object identifier used by dom extension?
What is silktest project?
What are the types of text lines in a testplan file?
What is the standard flow of execution of a test case?
What is silktest agent?
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?
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
What is a silktest testplan?
What are the default testplan attributes?
can any one please tell me the full form of .g.t in silktest datadriven method
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to run a test case from a test script file?
How to create and edit a testplan?