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 / lakshmi v
In Silk Test there is a function called Browser.GetActive()
This function returns the title of the active window.
Whenever your dynamic window opens up make sure it is active
by closing all other browsers if any using the
Browser.closeOthers() function. Then use the getActive
function to return the window name which is your required
output.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to define an object verification in a test case?
How to open an existing silktest project?
How to define values for a testplan attribute?
can any one please tell me the full form of .g.t in silktest datadriven method
What is 4test?
What is the syntax of ui object identifier used by dom extension?
How to download latest silk test trial version?
How to run all test cases in a testplan?
How to define new testplan attributes?
What are the problems you faced while identifying an object in silk?
Where is a testplan stored?
What is silktest host?
What is multi-tagging?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What are the default testplan attributes?