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 run a test case from a test script file?
How to record a test case?
What is silktest agent?
How to run a test case from a testplan file?
What is the syntax of ui object identifier used by dom extension?
How dom browser extension identify a web application ui object?
How to run all test cases in a testplan?
how to pass TDS intery in tally?
How to assign attribute values to test cases?
What is multi-tagging?
How to include a test case into a testplan?
How to define an object verification in a test case?
What is the segue testing methodology?
How record a test case into a testplan automatically?
Can silktest switch browsers automatically?