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 are testplan attributes?
How to include a test case into a testplan?
How to run a test case from a testplan file?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
how to pass TDS intery in tally?
Where are the testplan attributes stored?
What is multi-tagging?
What is defaultbasestate?
How to specify a browser extension to a web application?
What is a test frame?
What are the important aspects of a test case?
What is the segue testing methodology?
What is silktest host?
What are the types of text lines in a testplan file?
What is silktest project?