Multiple choice technology testing

What is SilkTest Agent?

  1. SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) directly.

  2. SilkTest Agent usually runs on the same machine where AUT is running.

  3. Agent cannot be classified.

  4. SilkTest component that receives testing commands from the SilkTest Host and interacts with AUT (Application Under Test) through DOM.

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

The SilkTest Agent is the component that resides on the target system (where the application under test runs) to execute commands received from the SilkTest Host. It interacts directly with the application, rather than wrapping interactions solely through a browser's DOM.