Prerequisites, Privileges and Configurations
Qualitia Automation Studio is a scriptless test automation platform that makes building, executing, and managing automation tests simple, fast, and easy. Using the script-less approach you can easily develop and automate tests without any tool or programming knowledge.
Qualitia uses some third-party software components, most of which are bundled with Qualitia. Some software components cannot be bundled with the Qualitia installable due to their respective licensing policies.
You may have to install one or more components based on your role to get started with automation testing. Qualitia gives you provision to install all these components on the same machine and different machines as well.
Qualitia Server Prerequisites
Qualitia has a client-server architecture. Qualitia server acts as a connection point for multiple Qualitia clients. This server should be up and running all the time and should be accessible by Qualitia Clients.
Processor | Intel Core i3 2.0 GHz or higher | |
---|---|---|
Memory (RAM) | Minimum: 4 GB Recommended: 8 GB | |
Hard Disk Space | Minimum: 50 GB | |
Operating System Support | Windows 8 (64-bit), Windows 10 (64-bit), Windows Server 2012 and above | |
Software Prerequisites | Microsoft .NET Framework 4.6.2 Also, ensure that .Net 3.5 is turned on under Windows Features. For more information, click here. Java 8 - Oracle JDK / Open JDK | |
Privileges Required | Local Administrator privileges (for installation of Qualitia Server) | |
Communication Ports TCP (Inbound) |
These TCP ports need to be opened on Firewall allowing inbound communications from Qualitia components. |
All the port numbers mentioned above are the default communication ports used by these applications. In case you are changing the default ports, you must open or unblock corresponding ports.
Data Store Server
Qualitia Automation Studio clients connect to Qualitia data store server to store and retrieve test cases, execution results, and other related information. You can use RDBMS server for storing project data based on your preference.
Windows
- MySQL
You can use the My SQL database to store and maintain your project data.
Hard Disk Space | 100 GB (size may vary based on your project data) |
---|---|
Server Version | MySQL 5.6, MySQL 5.7 (recommended). Note: MySql 8 is not supported. |
Privileges Required | Grant All privileges |
While deploying Qualitia in the production environment, it is recommended to set the max_connections value to 300 or above. You can set this value using the Options file from MySQL installation directory. For more information on how to update this value, refer to the Troubleshooting section.
Refer to the MySQL documentation for the OS and version compatibility of the required MySQL versions.
Currently, Qualitia Supports only the legacy Authentication Method for MySQL 8.0.
It is recommended to enable higher concurrency in MySQL server to access Web-based dashboards seamlessly. You can set these parameters in my-default.ini on Windows.
For more information on how to enable higher concurrency, click here.
- MSSQL
You can use the MSSQL database server to store and maintain your project data.
Hard Disk Space | 100 GB (size may vary based on your project data) |
---|---|
Server Version | MSSQL Server 2008 SP1 and above |
Privileges Required | DBO privileges |
Additional Drivers | SQL Server Native Client v11.x. Click here to download. |
Linux
- MySQL
You can use Linux machine if you are using MySQL for storing your project data.
Hard Disk Space | 100 GB (size may vary based on your project data) |
---|---|
Server Version | MySQL 5.6 (any version 5.6.4 and above), MySQL 5.7 (recommended) |
Privileges Required | Grant All privileges |
Currently, Qualitia Supports only the legacy Authentication Method for MySQL 8.0.
It is recommended to enable higher concurrency in MySQL server to access Web-based dashboards seamlessly. You can set these parameters in my.cnf on Linux.
For more information on how to enable higher concurrency, click here.
Qualitia Automation Studio Client Prerequisites
Qualitia Automation Studio is the client where you develop and execute automated test cases.
Processor | Intel Core i3 1.8 GHz or higher | |
---|---|---|
RAM | Web Module only: 8 GB Web and Mobile Modules: 16 GB and above | |
Hard Disk | Web Module Only: 800 MB (Qualitia Automation Studio installation) | |
Web and Mobile Modules: 100 GB This includes Hard Disk space required for installation of Android Studio (with all SDK packages). The size may vary based on the latest Android SDK packages. | ||
Operating System Support | Windows 7 SP1, Windows 8, and Windows 10 | |
Selenium and Auxiliary Software |
Always download latest versions for all the following software to support the latest browser versions: The following drivers are shipped with the product and are of the latest version at the time of shipping. If you need to work with a specific version, at any given point in time, you may use the following information to download.
| |
Privileges Required | Local Administrator privileges (for Object Spy installation and deployment) |
Mobile Object Spy Agent/Server
Mobile object spy components helps you to identify the objects required from the mobile application under test. You can install both of these components (agent and server) on a single system or different systems. This can be either Windows or a Mac system.
Windows
The Windows systems you are using for Qualitia Mobile components should meet following prerequisites.
Processor | Intel Core i5 2.5 GHz / Ryzen 3 GHz 1200X |
---|---|
Memory (RAM) | 16 GB |
Operating System Support | Windows 8 and above |
Software | Android Studio (for emulators), JAVA 8 |
Communication Ports (TCP Inbound & Outbound) |
|
Chrome Driver | v74 and below |
Mac
The Mac systems you are using for Qualitia Mobile components should meet following prerequisites.
Processor | Intel Core i5 2.5 GHz |
---|---|
Memory (RAM) | 16 GB |
Operating System Support | Mac OS 10.9 and above |
Software | Xcode (for simulators), Android Studio (for emulators), JAVA 8 |
Communication Ports (TCP Inbound & Outbound) |
|
Chrome Driver | v74 and below |
Qualitia License Service
The default Qualitia Server installation ships with Qualitia License Service. You may choose to install it on a different machine.
Following are the requirements:
- A Qualitia license service must be installed on a Windows machine and it can be a Windows Desktop OS or Windows Server OS.
- This system should be deployed on the same network and should be up and accessible by Qualitia Automation Studio clients at all the time.
For more information about license server and its setup, please refer to the Licensing Guide.
Prerequisites for Test Case Execution using Qualitia Bot
Qualitia Bot (offline package) helps you execute test cases in different environments without having to Qualitia Clients installed. You can create and execute same packages on multiple platforms and browsers configuring and executing the QualitiaOffline.jar file accordingly.
Mac
Qualitia users can use the Qualitia Bot (offline package) to execute test cases on Mac.
Processor | Intel Core i5 2.5 GHz or higher |
---|---|
RAM | Minimum: 8 GB |
Hard Disk Space | Minimum: 40 GB |
Operating System Support | El Capitan, Sierra |
Selenium | Chrome: Visit here and click the latest release number. Refer to the "notes.txt" to view the detailed change log for the Chrome browser and driver version compatibility and download "chromedriver_mac64.zip". Firefox: Visit here and download geckodriver-v0.19.0-macos.tar.gz. Safari: Safari comes pre-equipped with the required drivers. It does not require any external driver for test executions. |
Windows
In order to execute your test cases on the Windows machine, ensure that the designated system meets following prerequisites.
Processor | Intel Core i3 1.8 GHz or higher |
---|---|
RAM | Web Module:
Mobile Module:
|
Operating System Support | Windows 7, Windows 8, and Windows 10 |
Software | Web Module:
Mobile Module:
|
Java | Java 8 - Oracle JDK / Open JDK |
Linux
In order to execute your test cases on the Linux machine, ensure that the designated system meets following prerequisites.
Processor | Intel Core i3 1.8 GHz or higher |
---|---|
RAM | Web Module:
|
Operating System Support | Unix / Linux |
Software | Web Module:
|
Java | Java 8 - Oracle JDK / Open JDK |