Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
IBM,
5 9212What 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?
IBM,
1 5876In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
IBM,
3 7517Imagine 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?
IBM,
5 10071
What is a test frame?
Can silktest switch browsers automatically?
How to define values for a testplan attribute?
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
How load testing can be done with silk international?
What is multi-tagging?
What is the dom browser extension?
What is a silktest testplan?
What is 4test?
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
How to record a test case?
What is the standard flow of execution of a test case?
What is defaultbasestate?
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 are testplan attributes?