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 |
Is there any way of passing values at runtime? Like scanf does in C.
In how many ways we can perform datadriven test in silk test, throgh flatfiles can we perform?
What are the possible failure scenarios and different types of errors you find in silkTest?
What is a silktest testplan?
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 statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
what is silk testing?
How to select a group of test cases in a testplan to run?
what is the operator for carriage return(Enter) in Silk Test for File.
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
what are agents in silk?
What are the default testplan attributes?