Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
installdoc [2021/01/25 16:18] admin [Browser Setup] |
installdoc [2024/01/02 19:31] (current) admin [License Setup] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== TestOptimal Installation ===== | ===== TestOptimal Installation ===== | ||
| - | This document provides the instructions to install // | + | This document provides the instructions to install |
| ====Prerequisite==== | ====Prerequisite==== | ||
| - | * //JDK 8// or later | + | * //JDK 17// or later |
| - | * OS: // | + | * OS: //Windows, Mac, Linux//. |
| * Memory: at least 4GB | * Memory: at least 4GB | ||
| * Disk Space (free): at least 2GB. | * Disk Space (free): at least 2GB. | ||
| + | * Modern browser (Firefox, Chrome, Edge, Safari) | ||
| ---- | ---- | ||
| Line 28: | Line 29: | ||
| * start server by running // | * start server by running // | ||
| + | ===Docker=== | ||
| + | * run following docker command to start TestOptimal server: | ||
| + | |||
| + | docker run -p 8888:8888 testoptimal/ | ||
| ---- | ---- | ||
| Line 38: | Line 43: | ||
| | | ||
| - | If using Safari browser | + | If you are performing AUT testing on Safari browser, |
| | | ||
| Line 44: | Line 49: | ||
| ---- | ---- | ||
| - | ==== Eclipse and Other Java IDE Setup ==== | ||
| - | You may interact with // | ||
| - | In your java IDE, add the following Maven dependency to the pom.xml file: | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | ==== License Setup ==== | ||
| - | If you were given a license key, you can enter the license key information at: [[ide_overview# | ||
| ==== Customization ==== | ==== Customization ==== | ||