How to define new testplan attributes?
No Answer is Posted For this Question
Be the First to Post Answer
Whats the difference between Basestate & Default basestate?
What is multi-tagging?
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
procedure or steps to do silk test? clearly
can you test an application in silk test that is running on another system?
Is there any way of passing values at runtime? Like scanf does in C.
How do you identify an exception is silk?
How load testing can be done with silk international?
What is present in review report .
Define PEER Review ,what it contains & What we discuss in that meeting.
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?
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