Answer Posted / skylark
you can use "Raise" statement also
like,
if(a==b)
.....
else
raise "any comment"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 test your defaultbasestate?
How to add objects of other pages to a test frame?
can any one please tell me the full form of .g.t in silktest datadriven method
What is stored in a test frame?
Can silktest switch browsers automatically?
How to run a test case from a testplan file?
How to select a group of test cases in a testplan to run?
How dom browser extension identify a web application ui object?
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
What is silktest project?
Where are the testplan attributes stored?
What is the dom browser extension?
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