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 / knk
Since based on the input we give (say variable sInput), the window appears, Its better to write descriptive code by giving the property of the window as the input you have given previously i.e (sInput) and activating the window with setactive() method.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to test your defaultbasestate?
How to assign attribute values to test cases?
Is there any way of passing values at runtime? Like scanf does in C.
How to open an existing silktest project?
What is the dom browser extension?
What is stored in a test frame?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How to define values for a testplan attribute?
How to define an object verification in a test case?
What is the standard flow of execution of a test case?
Can silktest run on mac?
How to run all test cases in a testplan?
How to add objects of other pages to a test frame?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is multi-tagging?