can you test an application in silk test that is running on
another system?
Answer Posted / vimalkanth
Yes you can. Go to Runtime setting, update the Agent Name.
By default you will see [none] and [local]. You can update
with machine name where agent is running.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How record a test case into a testplan automatically?
How to define new testplan attributes?
How to specify a browser extension to a web application?
How to run a test case from a test script file?
What is the syntax of ui object identifier used by dom extension?
Where are the testplan attributes stored?
How to assign attribute values to test cases?
How load testing can be done with silk international?
Is there any way of passing values at runtime? Like scanf does in C.
How to include a test case into a testplan?
What is multi-tagging?
How to create and edit a testplan?
How to open an existing silktest project?
What is the standard flow of execution of a test case?
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