what is the use of exception handling in Silk Test and how
to use the commands?

Answer Posted / palguna.akuleti

When an unexpected window or an error is corrupted or pop up
during the execution of the scripts then we use EH
In ST we use Do and Expect .
after (recoding )we write Do And
.
.
.
At the end We write Expect and some code
"MessageBox.SetActive"
"MessageBox.yes"


Is this correct

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any way of passing values at runtime? Like scanf does in C.

2391


What are the types of text lines in a testplan file?

775


What are the default testplan attributes?

798


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?

2264


Can silktest run on mac?

811


Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

2855


What is the dom browser extension?

798


What is the vo browser extension?

733


How to test your defaultbasestate?

803


How to open an existing silktest project?

773


How to record a test case?

780


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

2221


What is silktest project?

739


Can silktest switch browsers automatically?

743


What is the standard flow of execution of a test case?

725