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


Please Help Members By Posting Answers For Below Questions

How record a test case into a testplan automatically?

817


How to define new testplan attributes?

728


How to specify a browser extension to a web application?

842


How to run a test case from a test script file?

845


What is the syntax of ui object identifier used by dom extension?

825


Where are the testplan attributes stored?

777


How to assign attribute values to test cases?

864


How load testing can be done with silk international?

779


Is there any way of passing values at runtime? Like scanf does in C.

2464


How to include a test case into a testplan?

789


What is multi-tagging?

835


How to create and edit a testplan?

805


How to open an existing silktest project?

815


What is the standard flow of execution of a test case?

777


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

2256