title | parent | menu_order |
---|---|---|
Deployment Options |
ov |
3 |
This document describes the supported deployment scenarios for the Application Test Suite (ATS).
Every customer situation is different. We want to make sure there's a convenient deployment option for ATS in all scenarios. The main determinant is where your app is running — either in the cloud or on-premises. The second determinant is the Selenium component, which either can run in the cloud or be hosted on-premises by the customer. For each scenario, we need to ensure secure and reliable communication between the components.
All in all, there are four different supported deployment scenarios. This document describes and compares them.
Please be aware that not every option supports the full set of features. Take a look at 4 Comparing the Options to understand the differences.
Every ATS deployment consists of four components: the ATS application, the Mendix Developer Portal, a Selenium Runner, and your Application Under Test (AUT).
The following diagram illustrates how the components are connected:
The ATS application provides the GUI to create, manage, and run your tests.
The Mendix Developer Portal is provided as a cloud service by Mendix. It hosts your projects, user stories, and other related data that is also used by the ATS application.
The Selenium Runner is used to execute your tests. Once you trigger a test run from ATS, ATS will connect to your Selenium Service provider to start the test. The Selenium Runner then starts the browser and executes the commands that it receives from ATS.
The AUT is the deployed Mendix application that you want to test.
There is one standard deployment option in addition to three alternative options. The standard option is recommended, since it is optimized in terms of setup, ease of use, maintenance, and features.
The standard option is highly recommended for all customers. It supports all current and future features, is easy to set up, is maintenance-free, and gets the best support.
This option is meant for customers who run their app on premises. Since the app runs on premises, it is protected from external access via a firewall. In order to allow the Selenium Runner to access the app, you have to configure your firewall.
This option is meant for customers who run their app on premises and who don't want to open their firewall for the Selenium Runner. In order to enable communication between the Selenium Runner and your local application, you have to deploy a Selenium Saas Agent in your local network. This agent will establish a VPN tunnel to your Selenium Service Provider and route all traffic between the Selenium Runner and your application.
This option is meant for customers who run their app on premises and who also want to run their own Selenium Runner. The challenging part of this option is that the customer needs to set up, maintain, and operate its own Selenium Runner.
{{% alert type="warning" %}} Selenium is an open-source third-party component and there is no active support from Mendix. {{% /alert %}}
Since the Selenium Runner offers fewer features compared to Selenium SaaS Providers, it is not possible to make use of the full ATS feature set.
{{% alert type="warning" %}} The feature set in this option is limited. {{% /alert %}}
Before you pick your option, you need to be aware of the differences. The following two sections will help you to make your choice.
1 Only if supported by ATS.
2 Feature not available yet.
3 Additional setup for every browser required.
4 ATS will integrate with several APIs from the Mendix Cloud to improve the testing experience. Since some of these APIs are only available for apps that run in the Mendix Cloud, certain features cannot be offered for on-premises apps.
5 Future features may depend on the functionality offered by the Mendix Cloud or the Selenium service providers. They may not be available if you run your app on-premises or host your own Selenium server.
The following matrix compares the efforts for setup and maintenance of the different options.
1 A Selenium SaaS Agent with VPN is used to surpass the company network firewall.
2 Selenium is an open-source third-party component that is not maintained/supported by Mendix.
3 Provided by your Selenium SaaS provider.
4 Not required in this option.
ATS does not support the uploading of files in every situation. This table presents a summary of the different possibilities:
1 This is only possible when you prepare your own files on that server.
2 This depends on where the agent is installed.
For more information, see How to Upload a File in Your App Using ATS.
{{% alert type="warning" %}} This section presents generic advice on which subscription type you need when using a Selenium SaaS provider. Always look at what fits best for your situation! {{% /alert %}}
Selenium SaaS providers in general provide the following three solutions:
- Live testing – With live testing, you can manually test your application using a virtual machine that resembles a chosen device. This option is not needed for ATS, since it is an automated testing tool. ATS only supports automated browser testing, so this solution is not viable.
- Automated testing – With automated testing, you use the Selenium SaaS provider servers to execute your test cases. The provider hosts Selenium/Appium and enables all kind of extras. This is the solution you need when using ATS.
- Mobile testing – With mobile testing, you use the Selenium SaaS provider servers to execute your mobile test cases. The providers host Appium and enable all kind of extras. ATS is only for browser testing, so this solution is not viable.
To test your application for desktops and mobile, you need automated browser testing.
ATS has two supported Selenium providers (for details, see Supported Selenium Providers). The solutions of these providers are discussed in the next sections.
{{% alert type="warning" %}} Browserstack is a third party, so the information displayed here may be out of date! This section is purely to help you understand the different solutions. {{% /alert %}}
These Browserstack solutions are compatible with ATS:
- Automate Pro – unlimited automated browser testing for desktop sites
- If you only want to test your application on desktop browsers, you should select this option
- For more information, see Browserstack Automate
- Automate Mobile – unlimited automated browser testing for desktop and mobile sites
- If you want to test your application on desktop and mobile browsers, you should select this option
- For more information, see Browserstack Automate
- Enterprise – personalized pricing
For more information on pricing, see Browserstack Pricing.
{{% alert type="warning" %}} SauceLabs is a third party, so the information displayed here may be out of date! This section is purely to help you understand the different solutions. {{% /alert %}}
These SauceLabs solutions are compatible with ATS:
- Automated – limited browser testing for desktop and mobile sites
- If you want to test your application on desktop and mobile browsers, you should select this option
- For more information, see SauceLabs Automated
- Unlimited Automated – unlimited browser testing for desktop and mobile sites
- If you want to test your application on unlimited desktop and mobile browsers, you should select this option
- For more information, see SauceLabs Automated
- Enterprise – personalized pricing
{{% alert type="info" %}} There is also a difference between virtual machines and real devices, which does not matter for ATS. {{% /alert %}}
For more information on pricing, see SauceLabs Pricing.
There are no additional steps required to set up the standard option.
This option requires configuring your firewall in order to allow Selenium to establish a connection to your AUT.
The firewall should accept connections from the internet either on port 80 (if you use http) or port 443 (if you use https) and forward to the web server of your Mendix application.
This option requires you to deploy an agent component on-premise.
The setup of the agents depends on your provider.
Selenium Service | Agent Name | Setup Instructions |
---|---|---|
BrowserStack | BrowserStack Local | Here |
SauceLabs | Sauce Connect Proxy | Here |
This option requires you to set up your own Selenium Server on-premises.
{{% alert type="warning" %}} Selenium is an open-source third-party component and there is no active support from Mendix. {{% /alert %}}
{{% alert type="info" %}} Selenium standalone support has been dropped with ATS 2.0. Only Selenium Grid is supported. By following the instructions below, you will set up a Selenium Grid. {{% /alert %}}
We provide basic installation instructions for the Selenium Runner based on Docker containers. For details, see Get Started with Docker, Selenium Documentation, and Docker-Selenium.
{{% alert type="info" %}} The current ATS version requires Selenium version 3.8.1. If ATS upgrades to a newer Selenium version, the customer is obligated to upgrade its Selenium Runner to the new version as well. {{% /alert %}}
Before you start, make sure that your server has internet access to download the container images.
-
Install Docker on your server, as described in Install Docker Engine.
-
Install Docker Compose, as described in Install Docker Compose.
-
Create a folder called selenium in the user's home directory.
-
Change to the folder and create a file called docker-compose.yml with this content:
seleniumhub: image: selenium/hub:3.8.1 ports: - 4444:4444 firefoxnode: image: selenium/node-firefox-debug:3.8.1 ports: - 5900 links: - seleniumhub:hub environment: - SCREEN_HEIGHT=1080 - SCREEN_WIDTH=1920 - SCREEN_DEPTH=24 chromenode: image: selenium/node-chrome-debug:3.8.1 ports: - 5900 links: - seleniumhub:hub environment: - SCREEN_HEIGHT=1080 - SCREEN_WIDTH=1920 - SCREEN_DEPTH=24
-
Start up the Selenium grid with this command:
docker-compose up -d
-
You now have a grid running on
http://myserver:4444/wd/hub
. Attached to this grid are two nodes: one for Chrome and one for Firefox. You can easiliy scale by starting new nodes with a simple command. This example will start up a second node for both Firefox and Chrome:docker-compose scale firefoxnode=2 chromenode=2
The firewall should accept TCP connections from the internet on port 4444 (the standard port for Selenium Server). This port should forward to your Selenium Server.