accelQ Local Agent allows you to run tests locally inside your firewall, while the test assets are still managed centrally either on the cloud or on your on-premise server. If you are using accelQ cloud subscription, this agent allows secure access to the Application Under Test (AUT). This facilitates execution of tests on systems that are otherwise not exposed outside your network, while at the same time, not requiring opening ports for such applications. It is also possible to verify against in-network resources such as database, filesystem etc. as required in your test logic.
- Execution of tests on applications URLs that are restricted to your local network.
- Execution of tests that require interaction with local terminal based applications such as mainframe terminals or windows applications.
- Access to your local in-network resources such as database, API end points or file system that you may need as part of your test logic.
- Eliminates the need for Selenium Grid maintenance and setup.
accelQ Local Agent is a REST based Java client running in pull-only mode with accelQ server. Once registered with the server, accelQ Agent communicates test execution information using REST API. On your local network, this amounts to outgoing traffic from the Agent machine to accelQ server. No incoming port needs to be opened on your network.
Run this agent on a machine where the AUT and other dependent resources are accessible.
An agent can be registered in one of 3 visibility modes, which can be configured in the agent properties file.
- User level:This agent will be visible as a execution host from accelQ, only for the user associated with this agent (across all projects where the user has access to).
- Project level: All the users logged into the given project will have an ability to use this agent for test executions.
- Tenant level: All users on the tenant will have an ability to execute tests against this execution host.
Security considerations:
- accelQ agent is designed as a REST client with only outgoing requests made by the agent to the accelQ execution service.
- Communication between the agent and the server is on secure TLS, so all the information is encrypted.
- Agent is dedicated to the tenant on which it is registered and requests are validated with an API Key to ensure authenticity.
More information about setting up Local Agent
Troubleshooting Local Agent startup issues
Comments
0 comments
Please sign in to leave a comment.