How to create a new silktest project?
No Answer is Posted For this Question
Be the First to Post Answer
How to define values for a testplan attribute?
How dom browser extension identify a web application ui object?
What is the wait statement in Silktest?
Define Silk Testing.
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?
What is stored in a test frame?
How to run a test case from a test script file?
What is the standard flow of execution of a test case?
Where is a testplan stored?
How to download latest silk test trial version?
How to Write user defined functions?
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