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 |
What is stored in a test frame?
What is present in review report .
How to attach silk test results to test director?
How to define an object verification in a test case?
How to open an existing silktest project?
What is the standard flow of execution of a test case?
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
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
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 custom object .what it contains. Difference between custom & standard objects.
procedure or steps to do silk test? clearly
What are the types of text lines in a testplan file?