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
What is a silktest testplan?
How to run a test case from a test script file?
How to test your defaultbasestate?
How to assign attribute values to test cases?
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 silktest agent?
How to define new testplan attributes?
What are the types of text lines in a testplan file?
What are the problems you faced while identifying an object in silk?
How to run a test case from a testplan file?
How to create and edit a testplan?
How to include a test case into a testplan?
How to select a group of test cases in a testplan to run?
can any one please tell me the full form of .g.t in silktest datadriven method