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 download latest silk test trial version?
What are the important aspects of a test case?
How to add objects of other pages to a test frame?
What is silktest project?
What is the segue testing methodology?
Can silktest run on mac?
How to run a test case from a test script file?
How to run all test cases in a testplan?
What are the problems you faced while identifying an object in silk?
How dom browser extension identify a web application ui object?
What is 4test?
How to specify a browser extension to a web application?
How to define an object verification in a test case?
What is the standard flow of execution of a test case?
Where are the testplan attributes stored?