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
How to create a new silktest project?
What is multi-tagging?
What are the problems you faced while identifying an object in silk?
How to create a test frame?
How to run a test case from a testplan file?
What is the vo browser extension?
Is there any way of passing values at runtime? Like scanf does in C.
can any one please tell me the full form of .g.t in silktest datadriven method
How load testing can be done with silk international?
What is the dom browser extension?
What is a silktest testplan?
How to define an object verification in a test case?
How to define values for a testplan attribute?
How to define new testplan attributes?
How dom browser extension identify a web application ui object?