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
How to include a test case into a testplan?
Where is a testplan stored?
How to create a new silktest project?
What is silktest project?
What are the types of text lines in a testplan file?
How to create and edit a testplan?
can any one please tell me the full form of .g.t in silktest datadriven method
What is the standard flow of execution of a test case?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to create a test frame?
What is multi-tagging?
How record a test case into a testplan automatically?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
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
Where are the testplan attributes stored?