what .inc file consists in silk?
Answers were Sorted based on User's Feedback
Answer / durga prasad
.inc file is Include file where you can define your
application objects and you can write functions for the
required Business Senario in functions.inc and you can call
the function in in .t file.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ggggggggg
in silk test .inc file is known as include file
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sid
A file that contains window declarations, constants,
variables, classes and user-defined functions.
Is This Answer Correct ? | 0 Yes | 1 No |
Where are the testplan attributes stored?
How to test your defaultbasestate?
How to run all test cases in a testplan?
How to create a test frame?
How to assign attribute values to test cases?
what are agents in silk?
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?
what is the statment/command for invoke the browser from script
What is the dom browser extension?
How to run a test case from a test script file?
How can you get the moving contents of flash image using silktest.
How to write the good frame work for application.