what is the use of exception handling in Silk Test and how
to use the commands?
Answer Posted / jonathan
there 6 exception handling methods in Silk:
ExceptCalls()
ExceptData()
ExceptLog()
ExceptNum()
ExceptPrint()
ExceptClear()
we can use these methods in do...except statements
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How record a test case into a testplan automatically?
What are the default testplan attributes?
What is defaultbasestate?
What is the segue testing methodology?
What are the types of text lines in a testplan file?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
Where are the testplan attributes stored?
How to define new testplan attributes?
How to select a group of test cases in a testplan to run?
How to test your defaultbasestate?
How to specify a browser extension to a web application?
Can silktest switch browsers automatically?
How to define an object verification in a test case?
What is multi-tagging?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?