How to create a new silktest project?
No Answer is Posted For this Question
Be the First to Post Answer
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
How do you identify an exception is silk?
who is the head of the BMC
what is the statment/command for invoke the browser from script
What is silktest project?
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 the standard flow of execution of a test case?
How to define an object verification in a test case?
What is silktest agent?
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
Can we use regular expressions to facilitate dynamic objects identification by SilkTest?
What is the wait statement in Silktest?