Skip to content

Remote test

Brecht De Man edited this page Apr 5, 2022 · 4 revisions

Put all files on a web server which supports PHP. This allows the save.php script to store the XML result files in the saves/ folder. Ensure that the saves/ directory has public read-write access. On most linux servers this can be achieved using the command sudo chmod 777 ./saves.

Make sure the projectReturn attribute of the setup node is set to the save.php script. Then, just go to the URL of the corresponding HTML file, e.g. http://server.com/path/to/WAET/test.html?url=tests/my-test.xml to start the test.

If storing on the server doesn’t work at submission (e.g. if the projectReturn attribute isn't properly set or PHP does not have the correct permissions), the result XML file will be presented to the subject on the client side, as a "Save file" link.

Clone this wiki locally