TESTaide Update
This document provides how to update TESTaide.
Download TESTaide
You can download TESTaide from the link below.
Upgrade TESTaide
Unzip the downloaded file to an appropriate location that allows execution permission.
Stop TESTaide
Execute the following command to stop TESTaide.
Linux
1
2
cd /opt/testaide/bin/
./stop-testaide.sh
Windows
Go to ../testaide/bin
Double click the stop-testaide.bat
Or in cmd, enter the following commend.
1
2
3
4
5
# Basic
stop-testaide.bat
# Option
stop-testaide.bat /P:8080
Backup
Back up the existing installation file. Or, copy the folder and move it to a safe location.
Unzip
When you unzip it, you will see the following folders.
1
2
3
4
5
6
7
8
9
10
11
12
13
|-- bin
`-- functions
`-- start-testaide.bat
`-- start-testaide.sh
`-- stop-testaide.bat
`-- stop-testaide.sh
`-- testaide.war
|-- conf
| `-- application.properties
`-- password-reset.txt
|-- driver
|-- log
`-- script_template
Move the installation files
Copy and overwrite the files in the following path from the existing installation folder.
bin
script_template
conf
If there is a custom area, open the overwritten file and edit it directly to the same as the previous file. (Do not overwrite the existing file.)
bin / start-testaide
conf / application.properties
conf / password-reset.txt
template files in script_template
Start TESTaide
Execute the following command to start TESTaide.
Linux
1
2
cd /opt/testaide/bin/
./start-testaide.sh
Windows
Go to ../testaide/bin
Double click the start-testaide.bat
Or in cmd, enter the following commend.
1
2
3
4
5
# Basic
start-testaide.bat
# Option
start-testaide.bat /C:C:\conf\application.properties /W:C:\bin\testaide.war