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 are the important aspects of a test case?
how to pass TDS intery in tally?
What is multi-tagging?
How to create a new silktest project?
How to assign attribute values to test cases?
What is silktest project?
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
What is silktest agent?
What is the syntax of ui object identifier used by dom extension?
What is the standard flow of execution of a test case?
How to create a test frame?
How to specify a browser extension to a web application?
What are the problems you faced while identifying an object in silk?
What is defaultbasestate?
How to define an object verification in a test case?