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 open an existing silktest project?
How to add objects of other pages to a test frame?
How record a test case into a testplan automatically?
how to pass TDS intery in tally?
How to specify a browser extension to a web application?
What are the problems you faced while identifying an object in silk?
What are the important aspects of a test case?
How load testing can be done with silk international?
How to download latest silk test trial version?
How to run a test case from a test script file?
What is silktest project?
What is defaultbasestate?
What is stored in a test frame?
What is the syntax of ui object identifier used by dom extension?
What is 4test?