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
Is there any way of passing values at runtime? Like scanf does in C.
What are the types of text lines in a testplan file?
What are the default testplan attributes?
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?
Can silktest run on mac?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is the dom browser extension?
What is the vo browser extension?
How to test your defaultbasestate?
How to open an existing silktest project?
How to record a test case?
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 silktest project?
Can silktest switch browsers automatically?
What is the standard flow of execution of a test case?