Hello everyone
I've got a little Problem with my testings. I wanted to write a little
test to control the working state of my OLAT Installation.
OLAT is a web-based open-source Learning Management System (LMS) based
on Java. --> Olat.org <http://www.olat.org>
here is my script:
<webtest name="myLoginTest">
<invoke url="http://olattest.ktsi.ch/olat/dmz/"/>
<setInputField name="lf_login" value="administrator"/>
<setInputField name="lf_pass" value="****"/>
<clickButton name="olat_fosm_0"/>
</webtest>
The error produced by the HTML-Result Page:
JavaScript error loading page
http://olattest.ktsi.ch/olat/auth/1%3A1%3A0%3A0%3A0/: TypeError: Cannot
read property "b_body" from undefined
(http://olattest.ktsi.ch/olat/raw/js/ext-2.0.2/ext-custom.js#31)
My OLAT Installation can be found under: olattest.ktsi.ch
<http://olattest.ktsi.ch>
If needed i can add the whole webtest log.
My thanks!!
Regards
Patrick