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 stored in a test frame?
How to include a test case into a testplan?
How to download latest silk test trial version?
How load testing can be done with silk international?
How to specify a browser extension to a web application?
Where are the testplan attributes stored?
How dom browser extension identify a web application ui object?
How to assign attribute values to test cases?
How record a test case into a testplan automatically?
How to test your defaultbasestate?
How to define an object verification in 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?
What are the default testplan attributes?
How to create and edit a testplan?