In for test there are three pass modes for function
arguments. They are rarely used since pass mode always
default to the most used one. Pls name them and specify
which one is a default?
Answer Posted / jinsha
pass modes are in, out and inout. the default is in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to open an existing silktest project?
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 run a test case from a test script file?
How to define new testplan attributes?
Is there any way of passing values at runtime? Like scanf does in C.
What are the types of text lines in a testplan file?
How to define values for a testplan attribute?
What is defaultbasestate?
Can silktest run on mac?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to test your defaultbasestate?
How to run a test case from a testplan file?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
What are the problems you faced while identifying an object in silk?
How to create a new silktest project?