who is the head of the BMC
what is the base class for all the classes in silk?
What is defaultbasestate?
How to add objects of other pages to a test frame?
How to Write user defined functions?
How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.
what is silk testing?
What are the default testplan attributes?
How to create a new silktest project?
How to create and edit a testplan?
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?
How can we Read the data from data grid in Silk Test?