Answer Posted / sid
The SilkTest Agent is the component of SilkTest that
interacts with the GUI of your application. The Agent
translates the commands in your 4Test scripts
into GUI specific commands, driving and monitoring the
application you are testing.
The Agent can run locally on the same machine on which the
Host is running or, in a networked environment, any number
of Agents can run on remote machines.
In a networked environment, the machine that runs the
Agent is often referred to as the remote machine.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the dom browser extension?
How to define an object verification in a test case?
How to assign attribute values to test cases?
How to open an existing silktest project?
How to define new testplan attributes?
What is multi-tagging?
How to run a test case from a testplan file?
What is stored in a test frame?
How load testing can be done with silk international?
What are the important aspects of a test case?
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
How to test your defaultbasestate?
What is silktest agent?
What is 4test?