What is the advantage of using do except instead of
other error logging functions?
Answer Posted / vimalkanth
Using exception handling, the script can be handled in
better way.
1) One can manage Flow Control
2) Better error handling
3) Helps in analysis
Note: Test Engg should be really good at programming to
achieve this.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
How to define new testplan attributes?
What is a test frame?
how to pass TDS intery in tally?
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
Can silktest run on mac?
What is the vo browser extension?
Is there any way of passing values at runtime? Like scanf does in C.
What are the problems you faced while identifying an object in silk?
What is 4test?
How to specify a browser extension to a web application?
What is stored in a test frame?
What is defaultbasestate?
How to define values for a testplan attribute?
What is multi-tagging?