What are the important aspects of a test case?
How to open an existing silktest project?
How to create a test frame?
What is stored in a test frame?
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
What is a silktest testplan?
What is 4test?
What are the types of text lines in a testplan file?
can any one please tell me the full form of .g.t in silktest datadriven method
What is silktest agent?
How to create a new silktest project?
What is the segue testing methodology?
What is a test frame?
Is there any way of passing values at runtime? Like scanf does in C.