What is the advantage of using do except instead of
other error logging functions?
Answer Posted / xyz
If your testcase has more than one verify statements then
do..except is useful.If one of the verify statements fail
then also the other verify statements will be
executed.otherwise only one verify statement will be
executed and the other statements will not be executed
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the vo browser extension?
How load testing can be done with silk international?
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
how to pass TDS intery in tally?
How to select a group of test cases in a testplan to run?
What is defaultbasestate?
How record a test case into a testplan automatically?
How to create a new silktest project?
How to specify a browser extension to a web application?
How to run all test cases in a testplan?
How to open an existing silktest project?
How to download latest silk test trial version?
What is the standard flow of execution of a test case?
What are testplan attributes?
What are the default testplan attributes?