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
Can silktest run on mac?
How to create a new silktest project?
What is stored in a test frame?
What is silktest host?
How dom browser extension identify a web application ui object?
How to test your defaultbasestate?
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
What is defaultbasestate?
How to run all test cases in a testplan?
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?
What is a silktest testplan?
How to record a test case?
How to specify a browser extension to a web application?
What is the vo browser extension?