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
What is 4test?
How to add objects of other pages to a test frame?
What is the standard flow of execution of a test case?
What are testplan attributes?
What is a test frame?
How record a test case into a testplan automatically?
What is silktest project?
How to define an object verification in a test case?
Is there any way of passing values at runtime? Like scanf does in C.
How to run all test cases in a testplan?
can any one please tell me the full form of .g.t in silktest datadriven method
What are the types of text lines in a testplan file?
What is multi-tagging?
What is the dom browser extension?
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?