Need information on how the scripts (test cases) are
written for any application in silktest.
Answer / rockgora
It is not quite true question.
Writting of scripts - it is complex process, which consist
of many steps (e.g.):
1) Capturing of application dialogs
2) Description this dialog (addition some functions,
methods...)
and then you will be able to start writing of scripts...
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the standard flow of execution of a test case?
How to Write user defined functions?
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?
can you test an application in silk test that is running on another system?
Where are the testplan attributes stored?
How to specify a browser extension to a web application?
can any one please tell me the full form of .g.t in silktest datadriven method
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?
How dom browser extension identify a web application ui object?
How can you read the contents of PDF using silktest?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
What are the important aspects of a test case?