Locations and Test Nodes

In the Scenario Editor, Test Nodes and Locations are used interchangeably.

What is a Test Node and what is a location?

Response:

A Test Node is a server running Appvance.

A location can be a Test Node or a cloud or grid configuration file that defines a number from 1 to many Test Nodes.

On Test Node URL format:

To tell the scenario to use a Test Node, you need to provide the URL of the server running Appvance IQ, but this URL needs to follow the following format:

http://<test-node-dns-or-IP>:8080/TMServer/ws/Testnode

Example: http://localhost:8080/TMServer/ws/TestNode

http://ec2-18-237-182-243.us-west-2.compute.amazonaws.com:8080/TMServer/ws/TestNode

or

https://<test-node-dns-or-IP>:8443/TMServer/ws/Testnode

Example: https://localhost:8443/TMServer/ws/TestNode

https://ec2-18-237-182-243.us-west-2.compute.amazonaws.com:8443/TMServer/ws/TestNode