Which tag in silk is the most reliable in a scenario where content and order of object change frequently?
IBM,
5 7346What 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 4492In 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 5722Imagine 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 7598
How to open an existing silktest project?
What is a silktest testplan?
What is the segue testing methodology?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
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?
Is there any way of passing values at runtime? Like scanf does in C.
How to create group and sub group descriptions in a testplan?
Where are the testplan attributes stored?
What are the types of text lines in a testplan file?
How to create a new silktest project?
What is 4test?
What is the syntax of ui object identifier used by dom extension?
How dom browser extension identify a web application ui object?
What is defaultbasestate?