diff --git a/hugo/content/dev/release.md b/hugo/content/dev/release/_index.md
similarity index 97%
rename from hugo/content/dev/release.md
rename to hugo/content/dev/release/_index.md
index 468a6c2f46564ec8be1932cf6a80b4c8043d2885..44f230cd4a9755478b77cff4be9bf6c06918db1c 100644
--- a/hugo/content/dev/release.md
+++ b/hugo/content/dev/release/_index.md
@@ -16,8 +16,7 @@ weight = 90
 - Build packages, and test them
   - installation procedures according to webdocs
   - run Python scripts
-  - run GUI session
-  - import sample from script to GUI
+  - [run and test GUI session](test)
 - Start new branch in ba-www, and write release letter (`content/news/release-*.md`)
 
 #### Finalize release
diff --git a/hugo/content/dev/release/test.md b/hugo/content/dev/release/test.md
new file mode 100644
index 0000000000000000000000000000000000000000..e7df6792b5036ce746710bc134b9b6c5c7bde9b2
--- /dev/null
+++ b/hugo/content/dev/release/test.md
@@ -0,0 +1,81 @@
++++
+title = "Manual GUI test"
+weight = 90
++++
+
+## Manual GUI test
+
+Repeat tests on all platforms.
+
+Only importing samples from Python examples is worth repeating for different Python versions.
+
+All steps are given in order of execution.
+
+### Backward compatibility
+
+- open projects from [Tests/GUIprojects]({{% url-src %}}/Tests/GUIprojects)
+- for each project check that all parameters are loaded and represented properly
+- check that jobs are loaded 
+- rerun jobs and ensure that the new simulation results look as expected
+- repeat simulations for each instrument choosing it from the list in "Simulation" view
+- close GUI
+
+### Importing samples from Python
+
+- install Python package
+- open GUI application
+- open new project
+- go to "Sample" view and load one example from [specular]({{% url-src %}}/auto/Examples/specular) and one from [scatter2d]({{% url-src %}}/auto/Examples/scatter2d)
+
+### Pure simulation
+
+- switch to "Instrument" view
+- create instances of "GISAS", "Offspecular", "Specular" and "Depthprobe" instruments  with default parameters
+- switch to "Simulation" view
+- create simulations:
+  - with "scatter2d" example for "GISAS" and "Offspecular"
+  - with "specular" example for "Specular" and "Depthprobe"
+- switch to "Instrument" view
+- add lambda, alpha and phi distributions to each instrument
+- switch to "Simulation" view
+- turn on simulation options "Average layer material for Fresnel calculations" and "Include specular peak"
+- repeat simulations with distributions
+- export simulations as script and run them in Python as is
+
+### Data loading
+
+- switch to "Data" view
+- load 1D data from [ba-intern](https://jugit.fz-juelich.de/mlz/intern/ba-intern/-/blob/main/expdata/Reflectivity_from_Ni_film/Ni_LabCourse_R(Q).txt), units: 1/A
+  - data should be loadable with default loader settings
+  - look at the plot axes, labels, units, values should be correct
+  - link 1D data to the "Specular" instrument, click "Yes, please modify instrument" if asked
+  - switch to "Specular" instrument in "Instrument" view
+  - check that scan points are picked from the loaded data and non-editable
+  - open "Properties" panel and check that axis units are switchable after linking
+- load 2D (REFSANS filter) data from [ba-intern](https://jugit.fz-juelich.de/mlz/intern/ba-intern/-/blob/main/expdata/REFSANS_example/p15101_00008744_8_16.csv)
+  - switch to "Mask Editor" presentation and add a mask
+  - link 2D data to the "GISAS" instrument, click "Yes, please modify instrument" if asked
+  - open "Properties" panel and check that axis units are switchable after linking
+
+### Simulation with data
+
+- specular simulation:
+  - switch to "Simulation" view
+  - choose specular instrument with corresponding sample and 1D data
+  - simulate
+  - check that both curves are given at the same argument points
+- GISAS simulation:
+  - switch to "Simulation" view
+  - choose GISAS instrument with corresponding sample and 2D data
+  - simulate
+  - check that all color maps have the same range and scale
+  - check that mask is present in both simulation and loaded data 
+
+### Save and load
+
+- save the project
+- close GUI
+- open GUI
+- open the project
+- check that everything is loaded correctly
+