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
How to run all test cases in a testplan?
How to select a group of test cases in a testplan to run?
What is a silktest testplan?
How to create a new silktest project?
How to specify a browser extension to a web application?
How to run a test case from a testplan file?
How to run a test case from a test script 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 default testplan attributes?
How to assign attribute values to test cases?
What is silktest agent?
can any one please tell me the full form of .g.t in silktest datadriven method
How to create and edit a testplan?
What are testplan attributes?
How to create a test frame?