Answer Posted / kkamalay
Hi Padmaja,
with silktest you can write user defined functions as same
as c, c++
<returntype> <functionName> (Arguments list)
--------------
------------
statements
return
eg:1
Integer simpleAdd(Integer a, Integer b)
Integer c=0
c=a+b
return c
eg: 2
Void PrintStatement(String msg)
Print(msg)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is silktest host?
How to record a test case?
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?
What is the dom browser extension?
What are testplan attributes?
What is the standard flow of execution of a test case?
How to run a test case from a testplan file?
How to run a test case from a test script file?
How to download latest silk test trial version?
What is the syntax of ui object identifier used by dom extension?
How to run all test cases in a testplan?
How to create a new silktest project?
How load testing can be done with silk international?
What are the problems you faced while identifying an object in silk?
How to create group and sub group descriptions in a testplan?