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 |
Need information on how the scripts (test cases) are written for any application in silktest.
What is custom object .what it contains. Difference between custom & standard objects.
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
What is the perpose of user-defined base state method?
How to attach silk test results to test director?
Can silktest run on mac?
In "Property" the user-defied property can have two functions only, define that?
What is the standard flow of execution of a test case?
How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.
How do you identify an exception is silk?
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
why silk test sees each objects as custom windows?